Skip to content

Instantly share code, notes, and snippets.

@podhmo
Last active October 17, 2025 13:26
Show Gist options
  • Save podhmo/0a0b93f2d067b44d4bcfd76257385193 to your computer and use it in GitHub Desktop.
Save podhmo/0a0b93f2d067b44d4bcfd76257385193 to your computer and use it in GitHub Desktop.

goinspect handling error

mkdir -p /tmp/goinspect;
for pkg in $(cat docs/go-stdlib-packages.md | sed 's/^- //g' | grep '^[a-z]'); do
  output="/tmp/goinspect/$(echo $pkg | tr / -).md";
  goinspect -log-level info -pkg $pkg &> /tmp/tmp;
  printf "# ${pkg}\n" > $output;
  printf '```\n' >> $output;
  cat /tmp/tmp >> $output;
  printf '\n```' >> $output;
done

grep 'ERROR ' /tmp/goinspect/*.md | sed "s@$HOME@~@g" |  perl -pe 's/\\t/\t/g; s/\\n/\n/g' > /tmp/goinspect.error.md

error logs

/tmp/goinspect/archive-tar.md:time=2025-10-17T22:18:35.431+09:00 level=ERROR msg="unknown float operator: |" symgo.in_func=allowedFormats symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/writer.go:97:34 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:106 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/common.go:344:11 symgo.stack="symgo runtime error: unknown float operator: |
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/common.go:344:11:
		format = FormatUSTAR | FormatPAX | FormatGNU
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/writer.go:97:34:	in allowedFormats
		allowedFormats, paxHdrs, err := tw.hdr.allowedFormats()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/writer.go:430:13:	in WriteHeader
		if err := tw.WriteHeader(h); err != nil {
	:0:0:	in AddFS
"
/tmp/goinspect/archive-tar.md:time=2025-10-17T22:18:35.433+09:00 level=ERROR msg="unknown float operator: |" symgo.in_func=next symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/reader.go:58:14 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:106 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/reader.go:78:12 symgo.stack="symgo runtime error: unknown float operator: |
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/reader.go:78:12:
		format := FormatUSTAR | FormatPAX | FormatGNU
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/archive/tar/reader.go:58:14:	in next
		hdr, err := tr.next()
	:0:0:	in Next
"
/tmp/goinspect/arena.md:time=2025-10-17T22:18:35.480+09:00 level=ERROR msg="identifier not found: T" symgo.in_func=New symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/arena/arena.go:66:59 symgo.stack="symgo runtime error: identifier not found: T
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/arena/arena.go:66:59:
		return runtime_arena_arena_New(a.a, reflectlite.TypeOf((*T)(nil))).(*T)
	:0:0:	in New
"
/tmp/goinspect/crypto-sha1.md:time=2025-10-17T22:18:36.042+09:00 level=ERROR msg="unknown integer operator: &^" symgo.in_func=Write symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:204 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8 symgo.stack="symgo runtime error: unknown integer operator: &^
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8:
		n := len(p) &^ (chunk - 1)
	:0:0:	in Write
"
/tmp/goinspect/crypto-sha1.md:time=2025-10-17T22:18:36.042+09:00 level=ERROR msg="unknown integer operator: &^" symgo.in_func=Write symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:178:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:204 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8 symgo.stack="symgo runtime error: unknown integer operator: &^
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8:
		n := len(p) &^ (chunk - 1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:178:2:	in Write
		d.Write(padlen)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:154:10:	in checkSum
		hash := d0.checkSum()
	:0:0:	in Sum
"
/tmp/goinspect/crypto-sha1.md:time=2025-10-17T22:18:36.042+09:00 level=ERROR msg="unknown integer operator: &^" symgo.in_func=Write symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:277:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:204 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8 symgo.stack="symgo runtime error: unknown integer operator: &^
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:140:8:
		n := len(p) &^ (chunk - 1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/sha1/sha1.go:277:2:	in Write
		d.Write(data)
	:0:0:	in Sum
"
/tmp/goinspect/crypto-x509.md:time=2025-10-17T22:18:36.208+09:00 level=ERROR msg="identifier not found: dnsNames" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:658:113 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:578:23 symgo.stack="symgo runtime error: identifier not found: dnsNames
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:578:23:
		dnsNames = append(dnsNames, domain)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:658:113:	in <closure>
		if out.PermittedDNSDomains, out.PermittedIPRanges, out.PermittedEmailAddresses, out.PermittedURIDomains, err = getValues(permitted); err != nil {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:700:22:	in parseNameConstraintsExtension
		unhandled, err = parseNameConstraintsExtension(out, e)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:1051:11:	in processExtensions
		err = processExtensions(cert)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:1074:15:	in parseCertificate
		cert, err := parseCertificate(der)
	:0:0:	in ParseCertificate
"
/tmp/goinspect/crypto-x509.md:time=2025-10-17T22:18:36.209+09:00 level=ERROR msg="identifier not found: dnsNames" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:658:113 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:578:23 symgo.stack="symgo runtime error: identifier not found: dnsNames
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:578:23:
		dnsNames = append(dnsNames, domain)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:658:113:	in <closure>
		if out.PermittedDNSDomains, out.PermittedIPRanges, out.PermittedEmailAddresses, out.PermittedURIDomains, err = getValues(permitted); err != nil {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:700:22:	in parseNameConstraintsExtension
		unhandled, err = parseNameConstraintsExtension(out, e)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:1051:11:	in processExtensions
		err = processExtensions(cert)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/crypto/x509/parser.go:1089:16:	in parseCertificate
		cert, err := parseCertificate(der)
	:0:0:	in ParseCertificates
"
/tmp/goinspect/database-sql.md:time=2025-10-17T22:18:36.262+09:00 level=ERROR msg="identifier not found: T" symgo.in_func=Scan symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/database/sql/sql.go:422:23 symgo.stack="symgo runtime error: identifier not found: T
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/database/sql/sql.go:422:23:
		n.V, n.Valid = *new(T), false
	:0:0:	in Scan
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.588+09:00 level=ERROR msg="undefined method or field: value for pointer type INSTANCE" symgo.in_func=Read symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:289:2 symgo.stack="symgo runtime error: undefined method or field: value for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:289:2:
		d.value(v)
	:0:0:	in Read
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.588+09:00 level=ERROR msg="undefined method or field: value for pointer type INSTANCE" symgo.in_func=Decode symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:326:2 symgo.stack="symgo runtime error: undefined method or field: value for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:326:2:
		d.value(v)
	:0:0:	in Decode
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.589+09:00 level=ERROR msg="undefined method or field: value for pointer type INSTANCE" symgo.in_func=Write symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:431:2 symgo.stack="symgo runtime error: undefined method or field: value for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:431:2:
		e.value(v)
	:0:0:	in Write
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.589+09:00 level=ERROR msg="undefined method or field: value for pointer type INSTANCE" symgo.in_func=Encode symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:462:2 symgo.stack="symgo runtime error: undefined method or field: value for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:462:2:
		e.value(v)
	:0:0:	in Encode
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.589+09:00 level=ERROR msg="undefined method or field: value for pointer type INSTANCE" symgo.in_func=Append symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:487:2 symgo.stack="symgo runtime error: undefined method or field: value for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/encoding/binary/binary.go:487:2:
		e.value(v)
	:0:0:	in Append
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.589+09:00 level=ERROR msg="unary operator ^ not supported for type NIL" symgo.in_func=Varint symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator ^ not supported for type NIL
	:0:0:	in Varint
"
/tmp/goinspect/encoding-binary.md:time=2025-10-17T22:18:36.589+09:00 level=ERROR msg="unary operator ^ not supported for type NIL" symgo.in_func=ReadVarint symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator ^ not supported for type NIL
	:0:0:	in ReadVarint
"
/tmp/goinspect/go-ast.md:time=2025-10-17T22:18:36.875+09:00 level=ERROR msg="undefined method or field: Fields on StarExpr" symgo.in_func=filterType symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:189:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:162:14 symgo.stack="symgo runtime error: undefined method or field: Fields on StarExpr
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:162:14:
		return len(t.Fields.List) > 0
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:189:5:	in filterType
		filterType(s.Type, f, export)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:215:6:	in filterSpec
		if filterSpec(s, f, export) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:236:13:	in filterSpecList
		d.Specs = filterSpecList(d.Specs, f, export)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:260:6:	in filterDecl
		if filterDecl(d, f, export) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/ast/filter.go:28:9:	in filterFile
		return filterFile(src, exportFilter, true)
	:0:0:	in FileExports
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.165+09:00 level=ERROR msg="identifier not found: DuplicateDecl" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27 symgo.stack="symgo runtime error: identifier not found: DuplicateDecl
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27:
		err := check.newError(DuplicateDecl)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3:	in <closure>
		addMethod(m.pos, m, true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/interface.go:29:50:	in computeInterfaceTypeSet
		func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, nopos, t) }
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typestring.go:242:14:	in typeSet
		w.typeSet(t.typeSet())
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typestring.go:60:2:	in typ
		newTypeWriter(buf, qf).typ(typ)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typestring.go:52:2:	in WriteType
		WriteType(&buf, typ, qf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/pointer.go:22:46:	in TypeString
		func (p *Pointer) String() string   { return TypeString(p, nil) }
	:0:0:	in String
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.172+09:00 level=ERROR msg="identifier not found: DuplicateDecl" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27 symgo.stack="symgo runtime error: identifier not found: DuplicateDecl
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27:
		err := check.newError(DuplicateDecl)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3:	in <closure>
		addMethod(m.pos, m, true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:390:12:	in computeInterfaceTypeSet
		terms = computeInterfaceTypeSet(check, pos, ui).terms
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/predicates.go:390:12:	in computeUnionTypeSet
		xset := computeUnionTypeSet(nil, unionSets, nopos, x)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/api_predicates.go:90:9:	in identical
		return c.identical(x, y, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/object.go:602:10:	in Identical
		assert(Identical(typ, &emptyInterface))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/object.go:631:2:	in writeObject
		writeObject(&buf, obj, qf)
	:0:0:	in ObjectString
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.172+09:00 level=ERROR msg="invalid indirect of func term() { ... } (type *object.Function)" symgo.in_func=computeUnionTypeSet symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/predicates.go:390:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:399:22 symgo.stack="symgo runtime error: invalid indirect of func term() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:399:22:
		terms = termlist{(*term)(t)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/predicates.go:390:12:	in computeUnionTypeSet
		xset := computeUnionTypeSet(nil, unionSets, nopos, x)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/api_predicates.go:90:9:	in identical
		return c.identical(x, y, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/object.go:602:10:	in Identical
		assert(Identical(typ, &emptyInterface))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/object.go:631:2:	in writeObject
		writeObject(&buf, obj, qf)
	:0:0:	in ObjectString
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.173+09:00 level=ERROR msg="identifier not found: IncompatibleAssign" symgo.in_func=assignableTo symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/api_predicates.go:35:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/operand.go:346:8 symgo.stack="symgo runtime error: identifier not found: IncompatibleAssign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/operand.go:346:8:
		}), IncompatibleAssign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/api_predicates.go:35:11:	in assignableTo
		ok, _ := x.assignableTo(nil, T, nil) // check not needed for non-constant x
	:0:0:	in AssignableTo
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.173+09:00 level=ERROR msg="identifier not found: IncompatibleAssign" symgo.in_func=assignableTo symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/conversions.go:141:14 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/operand.go:346:8 symgo.stack="symgo runtime error: identifier not found: IncompatibleAssign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/operand.go:346:8:
		}), IncompatibleAssign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/conversions.go:141:14:	in assignableTo
		if ok, _ := x.assignableTo(check, T, cause); ok {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/api_predicates.go:46:9:	in convertibleTo
		return x.convertibleTo(nil, T, nil) // check not needed for non-constant x
	:0:0:	in ConvertibleTo
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.176+09:00 level=ERROR msg="invalid indirect of func term() { ... } (type *object.Function)" symgo.in_func=String symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/union.go:44:42 symgo.stack="symgo runtime error: invalid indirect of func term() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/union.go:44:42:
		func (t *Term) String() string { return (*term)(t).String() }
	:0:0:	in String
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.176+09:00 level=ERROR msg="identifier not found: DuplicateDecl" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27 symgo.stack="symgo runtime error: identifier not found: DuplicateDecl
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27:
		err := check.newError(DuplicateDecl)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3:	in <closure>
		addMethod(m.pos, m, true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeparam.go:148:3:	in computeInterfaceTypeSet
		computeInterfaceTypeSet(t.check, pos, ityp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeparam.go:92:2:	in iface
		t.iface()
	:0:0:	in SetConstraint
"
/tmp/goinspect/go-types.md:time=2025-10-17T22:18:37.176+09:00 level=ERROR msg="identifier not found: DuplicateDecl" symgo.in_func=<closure> symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27 symgo.stack="symgo runtime error: identifier not found: DuplicateDecl
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:230:27:
		err := check.newError(DuplicateDecl)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeset.go:255:3:	in <closure>
		addMethod(m.pos, m, true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeparam.go:148:3:	in computeInterfaceTypeSet
		computeInterfaceTypeSet(t.check, pos, ityp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/go/types/typeparam.go:100:9:	in iface
		return t.iface()
	:0:0:	in Underlying
"
/tmp/goinspect/image-jpeg.md:time=2025-10-17T22:18:37.464+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=0 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/image/jpeg/writer.go:553:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/image/jpeg/writer.go:553:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/image/jpeg/writer.go:553:5:
		scale(&b, &cb)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/image/jpeg/writer.go:553:5:	in 0
		scale(&b, &cb)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/image/jpeg/writer.go:634:2:	in writeSOS
		e.writeSOS(m)
	:0:0:	in Encode
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.722+09:00 level=ERROR msg="unary operator - not supported for type NIL" symgo.in_func=Cmp symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:255:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type NIL
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:255:6:	in Cmp
		for i.Cmp(&K) < 0 {
	:0:0:	in Binomial
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.722+09:00 level=ERROR msg="unary operator - not supported for type UNRESOLVED_FUNCTION" symgo.in_func=Float64 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:467:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type UNRESOLVED_FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:467:9:	in Float64
		return new(Float).SetInt(x).Float64()
	:0:0:	in Float64
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.723+09:00 level=ERROR msg="unary operator - not supported for type NIL" symgo.in_func=Cmp symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:954:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type NIL
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:954:6:	in Cmp
		if b.Cmp(intOne) == 0 {
	:0:0:	in Jacobi
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.724+09:00 level=ERROR msg="unary operator - not supported for type NIL" symgo.in_func=Cmp symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/rat.go:486:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type NIL
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/rat.go:486:9:	in Cmp
		return a.Cmp(&b)
	:0:0:	in Cmp
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.724+09:00 level=ERROR msg="unary operator - not supported for type NIL" symgo.in_func=Cmp symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:954:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type NIL
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/int.go:954:6:	in Cmp
		if b.Cmp(intOne) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/prime.go:180:8:	in Jacobi
		j := Jacobi(intD, intN)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/prime.go:78:54:	in probablyPrimeLucas
		return x.abs.probablyPrimeMillerRabin(n+1, true) && x.abs.probablyPrimeLucas()
	:0:0:	in ProbablyPrime
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.725+09:00 level=ERROR msg="unary operator - not supported for type UNRESOLVED_FUNCTION" symgo.in_func=Float64 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/sqrt.go:110:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type UNRESOLVED_FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/sqrt.go:110:11:	in Float64
		xf, _ := x.Float64()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/math/big/sqrt.go:78:2:	in sqrtInverse
		z.sqrtInverse(z)
	:0:0:	in Sqrt
"
/tmp/goinspect/math-big.md:time=2025-10-17T22:18:37.725+09:00 level=ERROR msg="unary operator - not supported for type UNRESOLVED_FUNCTION" symgo.in_func=Float32 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_unary_expr.go:150 symgo.pos=0 symgo.stack="symgo runtime error: unary operator - not supported for type UNRESOLVED_FUNCTION
	:0:0:	in Float32
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.763+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:81:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:81:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrExist)
	:0:0:	in IsExist
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.763+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	:0:0:	in IsNotExist
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.763+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:101:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:101:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrPermission)
	:0:0:	in IsPermission
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.763+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:392:12:	in openFileNolog
		f, err := openFileNolog(name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/tempfile.go:49:13:	in OpenFile
		f, err := OpenFile(name, O_RDWR|O_CREATE|O_EXCL, 0600)
	:0:0:	in CreateTemp
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.763+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:81:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:81:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/tempfile.go:104:6:	in IsExist
		if IsExist(err) {
	:0:0:	in MkdirTemp
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.764+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7:	in newFile
		f := newFile(fdi, name, kindNewFile, unix.HasNonblockFlag(flags))
	:0:0:	in NewFile
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.764+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7:	in newFile
		f := newFile(fdi, name, kindNewFile, unix.HasNonblockFlag(flags))
	:0:0:	in NewFile
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.764+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9:	in newFile
		return newFile(p[0], \"|0\", \"pipe\"), newFile(p[1], \"|1\", \"pipe\"), nil
	:0:0:	in Pipe
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.764+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/removeall_at.go:30:19:	in IsNotExist
		if err == nil || IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/path.go:74:9:	in removeAll
		return removeAll(path)
	:0:0:	in RemoveAll
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.765+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7:	in newFile
		f := newFile(r, name, kindNoPoll, false)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/getwd.go:103:14:	in openDirNolog
		fd, err := openDirNolog(parent)
	:0:0:	in Getwd
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.765+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=Type symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/dir_windows.go:225:54 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/dir_windows.go:225:54:
		func (de dirEntry) Type() FileMode          { return de.fs.Mode().Type() }
	:0:0:	in Type
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.765+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:116:7:	in newFile
		f := newFile(fdi, name, kindNewFile, unix.HasNonblockFlag(flags))
	:0:0:	in NewFile
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.769+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9:	in newFile
		return newFile(p[0], \"|0\", \"pipe\"), newFile(p[1], \"|1\", \"pipe\"), nil
	:0:0:	in Pipe
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.769+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9:	in newFile
		return newFile(p[0], \"|0\", \"pipe\"), newFile(p[1], \"|1\", \"pipe\"), nil
	:0:0:	in Pipe
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.769+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9:	in newFile
		return newFile(p[0], \"|0\", \"pipe\"), newFile(p[1], \"|1\", \"pipe\"), nil
	:0:0:	in Pipe
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.769+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_windows.go:223:9:	in newFile
		return newFile(p[0], \"|0\", \"pipe\"), newFile(p[1], \"|1\", \"pipe\"), nil
	:0:0:	in Pipe
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.770+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root_noopenat.go:71:12:	in openFileNolog
		f, err := openFileNolog(joinPath(r.root.name, name), flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root.go:115:13:	in rootOpenFileNolog
		rf, err := rootOpenFileNolog(r, name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root.go:96:9:	in OpenFile
		return r.OpenFile(name, O_RDONLY, 0)
	:0:0:	in Open
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.770+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root_noopenat.go:71:12:	in openFileNolog
		f, err := openFileNolog(joinPath(r.root.name, name), flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root.go:115:13:	in rootOpenFileNolog
		rf, err := rootOpenFileNolog(r, name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/root.go:102:9:	in OpenFile
		return r.OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
	:0:0:	in Create
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.771+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7:	in newFile
		f := newFile(r, name, kindNoPoll, false)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/getwd.go:103:14:	in openDirNolog
		fd, err := openDirNolog(parent)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:357:14:	in Getwd
		wd, err := Getwd()
	:0:0:	in Chdir
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.771+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:392:12:	in openFileNolog
		f, err := openFileNolog(name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:370:9:	in OpenFile
		return OpenFile(name, O_RDONLY, 0)
	:0:0:	in Open
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.771+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:392:12:	in openFileNolog
		f, err := openFileNolog(name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:380:9:	in OpenFile
		return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
	:0:0:	in Create
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.771+09:00 level=ERROR msg="undefined method or field: pfd for pointer type INSTANCE" symgo.in_func=newFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:534 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16 symgo.stack="symgo runtime error: undefined method or field: pfd for pointer type INSTANCE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:237:16:
		if pollErr := f.pfd.Init(\"file\", pollable); pollErr != nil && clearNonBlock {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:320:7:	in newFile
		f := newFile(r, name, kindNoPoll, false)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:408:9:	in openDirNolog
		return openDirNolog(name)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/dir.go:119:12:	in openDir
		f, err := openDir(name)
	:0:0:	in ReadDir
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.771+09:00 level=ERROR msg="undefined method or field: Is on SyscallError" symgo.in_func=underlyingErrorIs symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15 symgo.stack="symgo runtime error: undefined method or field: Is on SyscallError
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:127:15:
		return ok && e.Is(target)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/error.go:91:9:	in underlyingErrorIs
		return underlyingErrorIs(err, ErrNotExist)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file_unix.go:267:28:	in IsNotExist
		if _, err := Stat(name); IsNotExist(err) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:392:12:	in openFileNolog
		f, err := openFileNolog(name, flag, perm)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/file.go:850:12:	in OpenFile
		f, err := OpenFile(name, O_WRONLY|O_CREATE|O_TRUNC, perm)
	:0:0:	in WriteFile
"
/tmp/goinspect/os.md:time=2025-10-17T22:18:38.772+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=Type symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/dir_windows.go:225:54 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/os/dir_windows.go:225:54:
		func (de dirEntry) Type() FileMode          { return de.fs.Mode().Type() }
	:0:0:	in Type
"
/tmp/goinspect/reflect.md:time=2025-10-17T22:18:39.011+09:00 level=ERROR msg="identifier not found: T" symgo.in_func=TypeFor symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/reflect/type.go:2860:18 symgo.stack="symgo runtime error: identifier not found: T
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/reflect/type.go:2860:18:
		return TypeOf((*T)(nil)).Elem() // only for an interface kind
	:0:0:	in TypeFor
"
/tmp/goinspect/regexp-syntax.md:time=2025-10-17T22:18:39.070+09:00 level=ERROR msg="unknown integer operator: &^" symgo.in_func=String symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:204 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/regexp/syntax/regexp.go:388:11 symgo.stack="symgo runtime error: unknown integer operator: &^
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/regexp/syntax/regexp.go:388:11:
		must |= (cant &^ flagI) << negShift
	:0:0:	in String
"
/tmp/goinspect/runtime-metrics.md:time=2025-10-17T22:18:39.323+09:00 level=ERROR msg="invalid indirect of func Float64Histogram() { ... } (type *object.Function)" symgo.in_func=Float64Histogram symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/metrics/value.go:68:10 symgo.stack="symgo runtime error: invalid indirect of func Float64Histogram() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/metrics/value.go:68:10:
		return (*Float64Histogram)(v.pointer)
	:0:0:	in Float64Histogram
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.163+09:00 level=ERROR msg="invalid indirect of func p() { ... } (type *object.Function)" symgo.in_func=ptr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/pinner.go:34:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime2.go:267:39 symgo.stack="symgo runtime error: invalid indirect of func p() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime2.go:267:39:
		func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/pinner.go:34:12:	in ptr
		if pp := mp.p.ptr(); pp != nil {
	:0:0:	in Pin
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.163+09:00 level=ERROR msg="invalid indirect of func p() { ... } (type *object.Function)" symgo.in_func=ptr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/pinner.go:70:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime2.go:267:39 symgo.stack="symgo runtime error: invalid indirect of func p() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime2.go:267:39:
		func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/pinner.go:70:11:	in ptr
		if pp := mp.p.ptr(); pp != nil && pp.pinnerCache == nil {
	:0:0:	in Unpin
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.166+09:00 level=ERROR msg="unknown float operator: %" symgo.in_func=setNsec symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/os_linux.go:80:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:106 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/defs_freebsd_amd64.go:224:15 symgo.stack="symgo runtime error: unknown float operator: %
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/defs_freebsd_amd64.go:224:15:
		ts.tv_nsec = ns % 1e9
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/os_linux.go:80:2:	in setNsec
		ts.setNsec(ns)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:112:3:	in futexsleep
		futexsleep(key32(&l.key), mutex_sleeping, -1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lockrank_off.go:24:2:	in lock2
		lock2(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:48:2:	in lockWithRank
		lockWithRank(l, getLockRank(l))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1372:3:	in lock
		lock(&paniclk)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1281:3:	in startpanic_m
		startpanic_m()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.168+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:818:14:	in tracebackPCs
		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:774:3:	in captureStack
		prof.captureStack()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:130:2:	in recordUnlock
		gp.m.mLockProfile.recordUnlock(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lockrank_off.go:35:2:	in unlock2
		unlock2(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:117:2:	in unlockWithRank
		unlockWithRank(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6423:3:	in unlock
		unlock(&sched.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1374:4:	in schedtrace
		schedtrace(true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1281:3:	in startpanic_m
		startpanic_m()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.168+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:818:14:	in tracebackPCs
		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:774:3:	in captureStack
		prof.captureStack()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:130:2:	in recordUnlock
		gp.m.mLockProfile.recordUnlock(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lockrank_off.go:35:2:	in unlock2
		unlock2(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:117:2:	in unlockWithRank
		unlockWithRank(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6423:3:	in unlock
		unlock(&sched.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1374:4:	in schedtrace
		schedtrace(true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1281:3:	in startpanic_m
		startpanic_m()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.169+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:818:14:	in tracebackPCs
		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:774:3:	in captureStack
		prof.captureStack()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:130:2:	in recordUnlock
		gp.m.mLockProfile.recordUnlock(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lockrank_off.go:35:2:	in unlock2
		unlock2(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:117:2:	in unlockWithRank
		unlockWithRank(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6423:3:	in unlock
		unlock(&sched.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1374:4:	in schedtrace
		schedtrace(true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1281:3:	in startpanic_m
		startpanic_m()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.169+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:818:14:	in tracebackPCs
		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:774:3:	in captureStack
		prof.captureStack()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:130:2:	in recordUnlock
		gp.m.mLockProfile.recordUnlock(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lockrank_off.go:35:2:	in unlock2
		unlock2(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/lock_futex_tristate.go:117:2:	in unlockWithRank
		unlockWithRank(l)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6423:3:	in unlock
		unlock(&sched.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1374:4:	in schedtrace
		schedtrace(true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1281:3:	in startpanic_m
		startpanic_m()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.172+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1422:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.172+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1422:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.173+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1422:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.173+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1422:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.174+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1425:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.174+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1425:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.175+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1425:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.175+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:970:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:903:15:	in traceback2
		n, lastN := traceback2(&u, showRuntime, 0, tracebackInnerFrames)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:926:5:	in <closure>
		if tracebackWithRuntime(false) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:803:2:	in traceback1
		traceback1(pc, sp, lr, gp, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1425:4:	in traceback
		traceback(pc, sp, 0, gp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1283:6:	in dopanic_m
		if dopanic_m(gp, pc, sp) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:1101:2:	in fatalthrow
		fatalthrow(throwTypeRuntime)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:148:3:	in throw
		throw(\"cannot trace user goroutine on its own stack\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.176+09:00 level=ERROR msg="invalid indirect of func byte() { ... } (type *object.Function)" symgo.in_func=addb symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:153:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mbitmap.go:980:10 symgo.stack="symgo runtime error: invalid indirect of func byte() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mbitmap.go:980:10:
		return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + n))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:153:7:	in addb
		p := addb(b.ptr, b.n/8)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime.go:232:2:	in write
		write(2, unsafe.Pointer(data), n)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/write_err.go:12:3:	in writeErrData
		writeErrData(&b[0], int32(len(b)))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/print.go:97:3:	in writeErr
		writeErr(b)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/print.go:287:3:	in gwrite
		gwrite(markbuf[:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1318:2:	in hexdumpWords
		hexdumpWords(lo, hi, func(p uintptr) byte {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:204:4:	in tracebackHexdump
		tracebackHexdump(gp.stack, &frame, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1099:3:	in initAt
		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/extern.go:304:7:	in callers
		n := callers(skip+1, rpc)
	:0:0:	in Caller
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.176+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4148:11:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4183:2:	in goschedImpl
		goschedImpl(gp, false)
	:0:0:	in Gosched
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.177+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1358:31:	in funcname
		return stringslite.HasPrefix(funcname(f), \"runtime.\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6010:6:	in isSystemGoroutine
		if isSystemGoroutine(gp, false) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:2868:2:	in checkdead
		checkdead()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:5345:3:	in startTemplateThread
		startTemplateThread()
	:0:0:	in LockOSThread
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.177+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1358:31:	in funcname
		return stringslite.HasPrefix(funcname(f), \"runtime.\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:6010:6:	in isSystemGoroutine
		if isSystemGoroutine(gp, false) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:2868:2:	in checkdead
		checkdead()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:5345:3:	in startTemplateThread
		startTemplateThread()
	:0:0:	in LockOSThread
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.179+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcsweep.go:518:11:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mcentral.go:236:3:	in sweep
		ss.sweep(false)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mcache.go:292:4:	in uncacheSpan
		mheap_.central[i].mcentral.uncacheSpan(s)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mcache.go:329:2:	in releaseAll
		c.releaseAll()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:5887:2:	in prepareForSweep
		pp.mcache.prepareForSweep()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:2195:3:	in acquirep
		acquirep(pp) // temporarily borrow p for mallocs in this function
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:2772:8:	in allocm
		mp := allocm(pp, fn, id)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:2849:2:	in newm
		newm(templateThread, nil, -1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:5345:3:	in startTemplateThread
		startTemplateThread()
	:0:0:	in LockOSThread
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.180+09:00 level=ERROR msg="invalid indirect of func byte() { ... } (type *object.Function)" symgo.in_func=resolveNameOff symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:321:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:302:24 symgo.stack="symgo runtime error: invalid indirect of func byte() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:302:24:
		return name{Bytes: (*byte)(unsafe.Pointer(res))}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:321:9:	in resolveNameOff
		return resolveNameOff(unsafe.Pointer(t.Type), off)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:	in nameOff
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mfinal.go:441:54:	in string
		throw(\"runtime.SetFinalizer: first argument is \" + toRType(etyp).string() + \", not pointer\")
	:0:0:	in SetFinalizer
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.180+09:00 level=ERROR msg="invalid indirect of func byte() { ... } (type *object.Function)" symgo.in_func=resolveNameOff symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:321:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:317:22 symgo.stack="symgo runtime error: invalid indirect of func byte() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:317:22:
		return name{Bytes: (*byte)(res)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:321:9:	in resolveNameOff
		return resolveNameOff(unsafe.Pointer(t.Type), off)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:	in nameOff
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mfinal.go:441:54:	in string
		throw(\"runtime.SetFinalizer: first argument is \" + toRType(etyp).string() + \", not pointer\")
	:0:0:	in SetFinalizer
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.180+09:00 level=ERROR msg="undefined method or field: Name on runtime.name" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mfinal.go:441:54 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7 symgo.stack="symgo runtime error: undefined method or field: Name on runtime.name
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mfinal.go:441:54:	in string
		throw(\"runtime.SetFinalizer: first argument is \" + toRType(etyp).string() + \", not pointer\")
	:0:0:	in SetFinalizer
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.180+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:155:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:155:5:	in traceEnabled
		if traceEnabled() || traceShuttingDown() {
	:0:0:	in StartTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.180+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got TYPE" symgo.in_func=userArenaNextFree symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:371:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:450:10 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got TYPE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:450:10:
		size := typ.Size_
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:371:7:	in userArenaNextFree
		x = s.userArenaNextFree(typ, cap)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:280:9:	in alloc
		return a.alloc(typ, -1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:484:42:	in new
		pp.sudogcache = append(pp.sudogcache, new(sudog))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:159:7:	in acquireSudog
		s := acquireSudog()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.181+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.181+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.181+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.182+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.182+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.183+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.183+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.183+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.184+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.184+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.184+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.185+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:331:2:	in semacquire
		semacquire(&traceAdvanceSema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:318:2:	in traceAdvance
		traceAdvance(true)
	:0:0:	in StopTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.185+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=readTrace0 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:755:15 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:803:8 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:803:8:
		lock(&trace.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:755:15:	in readTrace0
		buf, park = readTrace0()
	:0:0:	in ReadTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.185+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=ReadTrace symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:759:8 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:759:8:
		if !trace.reader.CompareAndSwapNoWB(nil, gp) {
	:0:0:	in ReadTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.185+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4096:11:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/trace.go:758:3:	in gopark
		gopark(func(gp *g, _ unsafe.Pointer) bool {
	:0:0:	in ReadTrace
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.185+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcmark.go:460:13:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/malloc.go:1679:3:	in gcAssistAlloc
		gcAssistAlloc(assistG)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/malloc.go:1044:3:	in deductAssistCredit
		deductAssistCredit(size)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/malloc.go:1758:10:	in mallocgc
		return mallocgc(typ.Size_, typ, true)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:465:11:	in newarray
		return newarray(typ, cap)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:371:7:	in userArenaNextFree
		x = s.userArenaNextFree(typ, cap)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:280:9:	in alloc
		return a.alloc(typ, -1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/runtime.go:171:9:	in new
		inc = new(func())
	:0:0:	in IncNonDefault
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.186+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:763:11:	in newInlineUnwinder
		u, uf := newInlineUnwinder(f, pc)
	:0:0:	in FuncForPC
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.186+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:763:11:	in newInlineUnwinder
		u, uf := newInlineUnwinder(f, pc)
	:0:0:	in FuncForPC
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.186+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:763:11:	in newInlineUnwinder
		u, uf := newInlineUnwinder(f, pc)
	:0:0:	in FuncForPC
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.186+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:763:11:	in newInlineUnwinder
		u, uf := newInlineUnwinder(f, pc)
	:0:0:	in FuncForPC
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.187+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:790:26:	in funcname
		return funcNameForPrint(funcname(f.funcInfo()))
	:0:0:	in Name
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.187+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:790:26:	in funcname
		return funcNameForPrint(funcname(f.funcInfo()))
	:0:0:	in Name
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.187+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1159:15:	in pcvalue
		fileno, _ := pcvalue(f, f.pcfile, targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:815:18:	in funcline1
		file, line32 := funcline1(f.funcInfo(), pc, false)
	:0:0:	in FileLine
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.187+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1159:15:	in pcvalue
		fileno, _ := pcvalue(f, f.pcfile, targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:815:18:	in funcline1
		file, line32 := funcline1(f.funcInfo(), pc, false)
	:0:0:	in FileLine
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.188+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=refill symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracebuf.go:131:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracebuf.go:157:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracebuf.go:157:9:
		lock(&trace.lock)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracebuf.go:131:7:	in refill
		w = w.refill()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracebuf.go:78:9:	in ensure
		w, _ = w.ensure(1 + (len(args)+1)*traceBytesPerNumber)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestatus.go:132:6:	in event
		w = w.event(traceEvProcStatus, traceArg(pid), traceArg(status))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:123:3:	in writeProcStatus
		tl.writer().writeProcStatus(uint64(pp.id), procStatus, pp.trace.inSweep).end()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:92:2:	in eventWriter
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvSpan, traceSpanID(s), traceArg(s.npages), traceSpanTypeAndClass(s))
	:0:0:	in SpanExists
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceSpanID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:92:70 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35:
		return traceArg(uint64(s.base())-trace.minPageHeapAddr) / pageSize
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:92:70:	in traceSpanID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvSpan, traceSpanID(s), traceArg(s.npages), traceSpanTypeAndClass(s))
	:0:0:	in SpanExists
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceSpanID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:97:75 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35:
		return traceArg(uint64(s.base())-trace.minPageHeapAddr) / pageSize
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:97:75:	in traceSpanID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvSpanAlloc, traceSpanID(s), traceArg(s.npages), traceSpanTypeAndClass(s))
	:0:0:	in SpanAlloc
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceSpanID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:102:74 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:107:35:
		return traceArg(uint64(s.base())-trace.minPageHeapAddr) / pageSize
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:102:74:	in traceSpanID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvSpanFree, traceSpanID(s))
	:0:0:	in SpanFree
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceHeapObjectID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:114:76 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31:
		return traceArg(uint64(addr)-trace.minPageHeapAddr) / minHeapAlign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:114:76:	in traceHeapObjectID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvHeapObject, traceHeapObjectID(addr), tl.rtype(typ))
	:0:0:	in HeapObjectExists
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceHeapObjectID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:121:81 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31:
		return traceArg(uint64(addr)-trace.minPageHeapAddr) / minHeapAlign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:121:81:	in traceHeapObjectID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvHeapObjectAlloc, traceHeapObjectID(addr), tl.rtype(typ))
	:0:0:	in HeapObjectAlloc
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceHeapObjectID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:126:80 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:131:31:
		return traceArg(uint64(addr)-trace.minPageHeapAddr) / minHeapAlign
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:126:80:	in traceHeapObjectID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvHeapObjectFree, traceHeapObjectID(addr))
	:0:0:	in HeapObjectFree
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceGoroutineStackID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:137:80 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31:
		return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:137:80:	in traceGoroutineStackID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoroutineStack, traceGoroutineStackID(base), order)
	:0:0:	in GoroutineStackExists
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceGoroutineStackID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:143:85 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31:
		return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:143:85:	in traceGoroutineStackID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoroutineStackAlloc, traceGoroutineStackID(base), order)
	:0:0:	in GoroutineStackAlloc
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceGoroutineStackID symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:148:84 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:153:31:
		return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceallocfree.go:148:84:	in traceGoroutineStackID
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoroutineStackFree, traceGoroutineStackID(base))
	:0:0:	in GoroutineStackFree
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.189+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4440:11:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4534:2:	in reentersyscall
		reentersyscall(sys.GetCallerPC(), sys.GetCallerSP(), fp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/cgocall.go:167:2:	in entersyscall
		entersyscall()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1540:3:	in cgocall
		cgocall(_cgo_set_context_function, context)
	:0:0:	in SetCgoTraceback
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.190+09:00 level=ERROR msg="undefined method or field: Name on runtime.name" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:37:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7 symgo.stack="symgo runtime error: undefined method or field: Name on runtime.name
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:37:11:	in string
		inter = toRType(e._interface).string()
	:0:0:	in Error
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.190+09:00 level=ERROR msg="undefined method or field: Name on runtime.name" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:82:29 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7 symgo.stack="symgo runtime error: undefined method or field: Name on runtime.name
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:82:29:	in string
		return \"runtime error: \" + string(e)
	:0:0:	in Error
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.190+09:00 level=ERROR msg="undefined method or field: Name on runtime.name" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:113:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7 symgo.stack="symgo runtime error: undefined method or field: Name on runtime.name
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:113:9:	in string
		return string(e)
	:0:0:	in Error
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.190+09:00 level=ERROR msg="undefined method or field: Name on runtime.name" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:208:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:439 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7 symgo.stack="symgo runtime error: undefined method or field: Name on runtime.name
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/type.go:29:7:
		s := t.nameOff(t.Str).Name()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/error.go:208:9:	in string
		return string(b)
	:0:0:	in Error
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.190+09:00 level=ERROR msg="invalid indirect of func byte() { ... } (type *object.Function)" symgo.in_func=addb symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcmark.go:1352:19 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mbitmap.go:980:10 symgo.stack="symgo runtime error: invalid indirect of func byte() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mbitmap.go:980:10:
		return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + n))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcmark.go:1352:19:	in addb
		bits := uint32(*addb(ptrmask, i/(goarch.PtrSize*8)))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mheap.go:2057:3:	in scanblock
		scanblock(uintptr(unsafe.Pointer(&s.fn)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mcleanup.go:116:8:	in addCleanup
		id := addCleanup(unsafe.Pointer(ptr), fv)
	:0:0:	in AddCleanup
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.191+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.191+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.192+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.192+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.193+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.193+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.193+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.194+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.194+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.194+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.195+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.195+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1501:2:	in semacquire
		semacquire(&gcsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/debug.go:28:9:	in stopTheWorldGC
		stw := stopTheWorldGC(stwGOMAXPROCS)
	:0:0:	in GOMAXPROCS
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.196+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.196+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.197+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.197+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.198+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.198+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.198+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.199+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.199+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.199+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.200+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.200+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mstats.go:355:9:	in stopTheWorld
		stw := stopTheWorld(stwReadMemStats)
	:0:0:	in ReadMemStats
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.201+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:286:94:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvProcsChange, traceArg(procs), tl.stack(1))
	:0:0:	in Gomaxprocs
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.201+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:286:94:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvProcsChange, traceArg(procs), tl.stack(1))
	:0:0:	in Gomaxprocs
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.201+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:286:94:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvProcsChange, traceArg(procs), tl.stack(1))
	:0:0:	in Gomaxprocs
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:286:94:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvProcsChange, traceArg(procs), tl.stack(1))
	:0:0:	in Gomaxprocs
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GCActive symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:312:83 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:312:83:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCActive, traceArg(trace.seqGC))
	:0:0:	in GCActive
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GCStart symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:323:82 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:323:82:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCBegin, traceArg(trace.seqGC), tl.stack(3))
	:0:0:	in GCStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GCDone symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:334:80 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:334:80:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCEnd, traceArg(trace.seqGC))
	:0:0:	in GCDone
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=string symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:344:74 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:160:18 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:160:18:
		return traceArg(trace.stringTab[tl.gen%2].put(tl.gen, s))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:344:74:	in string
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvSTWBegin, tl.string(reason.String()), tl.stack(2))
	:0:0:	in STWStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.202+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:383:80:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCSweepBegin, tl.stack(1))
	:0:0:	in GCSweepSpan
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.203+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:383:80:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCSweepBegin, tl.stack(1))
	:0:0:	in GCSweepSpan
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.203+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:383:80:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCSweepBegin, tl.stack(1))
	:0:0:	in GCSweepSpan
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.203+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:383:80:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCSweepBegin, tl.stack(1))
	:0:0:	in GCSweepSpan
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.204+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:409:83:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCMarkAssistBegin, tl.stack(1))
	:0:0:	in GCMarkAssistStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.204+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:409:83:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCMarkAssistBegin, tl.stack(1))
	:0:0:	in GCMarkAssistStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:409:83:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCMarkAssistBegin, tl.stack(1))
	:0:0:	in GCMarkAssistStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:409:83:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGCMarkAssistBegin, tl.stack(1))
	:0:0:	in GCMarkAssistStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=startPC symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:424:82 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:150:18 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:150:18:
		return traceArg(trace.stackTab[tl.gen%2].put([]uintptr{
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:424:82:	in startPC
		tl.eventWriter(traceGoRunning, traceProcRunning).event(ev, traceArg(newg.goid), tl.startPC(pc), tl.stack(2))
	:0:0:	in GoCreate
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GoStart symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:436:27 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:436:27:
		w.event(traceEvGoLabel, trace.markWorkerLabels[tl.gen%2][pp.ptr().gcMarkWorkerMode])
	:0:0:	in GoStart
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GoStop symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:449:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:459:81 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:459:81:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoStop, traceArg(trace.goStopReasons[tl.gen%2][reason]), tl.stack(1))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:449:2:	in GoStop
		tl.GoStop(traceGoStopGoSched)
	:0:0:	in GoSched
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GoStop symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:454:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:459:81 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:459:81:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoStop, traceArg(trace.goStopReasons[tl.gen%2][reason]), tl.stack(1))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:454:2:	in GoStop
		tl.GoStop(traceGoStopPreempted)
	:0:0:	in GoPreempt
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.205+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=GoPark symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:467:82 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:467:82:
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoBlock, traceArg(trace.goBlockReasons[tl.gen%2][reason]), tl.stack(skip))
	:0:0:	in GoPark
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.206+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:474:120:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
	:0:0:	in GoUnpark
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.206+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:474:120:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
	:0:0:	in GoUnpark
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.207+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:474:120:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
	:0:0:	in GoUnpark
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.207+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:474:120:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
	:0:0:	in GoUnpark
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.207+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:508:106:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoSyscallBegin, pp.trace.nextSeq(tl.gen), tl.stack(1))
	:0:0:	in GoSysCall
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.208+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:508:106:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoSyscallBegin, pp.trace.nextSeq(tl.gen), tl.stack(1))
	:0:0:	in GoSysCall
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.208+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:508:106:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoSyscallBegin, pp.trace.nextSeq(tl.gen), tl.stack(1))
	:0:0:	in GoSysCall
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.208+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/tracestack.go:87:12:	in gcallers
		nstk += gcallers(gp, skip, pcBuf[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceevent.go:140:18:	in traceStack
		return traceArg(traceStack(skip, nil, tl.gen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:508:106:	in stack
		tl.eventWriter(traceGoRunning, traceProcRunning).event(traceEvGoSyscallBegin, pp.trace.nextSeq(tl.gen), tl.stack(1))
	:0:0:	in GoSysCall
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.209+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=sweepone symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgc.go:663:24 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcsweep.go:360:8 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgcsweep.go:360:8:
		sl := sweep.active.begin()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgc.go:663:24:	in sweepone
		for trigger.test() && sweepone() != ^uintptr(0) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mgc.go:500:2:	in gcStart
		gcStart(gcTrigger{kind: gcTriggerCycle, n: n + 1})
	:0:0:	in GC
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.212+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.213+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.214+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.215+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.215+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.216+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.216+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.217+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.217+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.218+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.218+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.218+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1378:2:	in semacquire
		semacquire(&goroutineProfile.sema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1323:9:	in goroutineProfileWithLabelsConcurrent
		return goroutineProfileWithLabelsConcurrent(p, labels)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1667:9:	in goroutineProfileWithLabels
		return goroutineProfileWithLabels(p, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1655:10:	in goroutineProfileInternal
		n, ok = goroutineProfileInternal(records)
	:0:0:	in GoroutineProfile
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.219+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.219+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.220+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.220+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:628:17:	in newInlineUnwinder
		for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceback.go:1108:9:	in tracebackPCs
		return tracebackPCs(&u, skip, pcbuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:551:11:	in gcallers
		nstk = gcallers(gp.m.curg, skip, mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.221+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.221+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.221+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.222+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:563:11:	in fpTracebackPartialExpand
		nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.222+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.223+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.223+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.223+09:00 level=ERROR msg="invalid indirect of func string() { ... } (type *object.Function)" symgo.in_func=findnull symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10 symgo.stack="symgo runtime error: invalid indirect of func string() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:575:10:
		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/string.go:601:52:	in findnull
		ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:733:9:	in gostringnocopy
		return gostringnocopy(&md.funcnametab[nameOff])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1113:9:	in funcName
		return f.datap.funcName(f.nameOff)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1091:48:	in funcname
		print(\"runtime: invalid pc-encoded table f=\", funcname(f), \" pc=\", hex(pc), \" targetpc=\", hex(targetpc), \" tab=\", p, \"\
\")
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtab.go:1215:10:	in pcvalue
		r, _ := pcvalue(f, pcdatastart(f, table), targetpc, strict)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:82:10:	in pcdatavalue1
		index: pcdatavalue1(u.f, abi.PCDATA_InlTreeIndex, pc, false),
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/symtabinl.go:74:12:	in resolveInternal
		return u, u.resolveInternal(pc)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:597:13:	in newInlineUnwinder
		u, uf := newInlineUnwinder(fi, callPC)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:566:15:	in fpTracebackPartialExpand
		nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:513:3:	in saveblockevent
		saveblockevent(cycles, rate, skip+1, blockProfile)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:194:3:	in blockevent
		blockevent(s.releasetime-t0, 3+skipframes)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/sema.go:139:2:	in semacquire1
		semacquire1(addr, false, 0, 0, waitReasonSemacquire)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:1445:2:	in semacquire
		semacquire(&worldsema)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/mprof.go:1699:9:	in stopTheWorld
		stw = stopTheWorld(stwAllGoroutinesStack)
	:0:0:	in Stack
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.224+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got TYPE" symgo.in_func=userArenaNextFree symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:371:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:450:10 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got TYPE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:450:10:
		size := typ.Size_
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:371:7:	in userArenaNextFree
		x = s.userArenaNextFree(typ, cap)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/arena.go:280:9:	in alloc
		return a.alloc(typ, -1)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/profbuf.go:227:7:	in new
		b := new(profBuf)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/cpuprof.go:86:17:	in newProfBuf
		cpuprof.log = newProfBuf(1, profBufWordCount, profBufTagCount)
	:0:0:	in SetCPUProfileRate
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.225+09:00 level=ERROR msg="invalid indirect of func byte() { ... } (type *object.Function)" symgo.in_func=start symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:630:2 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_star_expr.go:110 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:838:22 symgo.stack="symgo runtime error: invalid indirect of func byte() { ... } (type *object.Function)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:838:22:
		p.deferBitsPtr = (*byte)(add(sp, s.deferBitsOffset))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:630:2:	in start
		p.start(sys.GetCallerPC(), unsafe.Pointer(sys.GetCallerSP()))
	:0:0:	in Goexit
"
/tmp/goinspect/runtime.md:time=2025-10-17T22:18:39.225+09:00 level=ERROR msg="expected a package, instance, or pointer on the left side of selector, but got FUNCTION" symgo.in_func=traceEnabled symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_selector_expr.go:582 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9 symgo.stack="symgo runtime error: expected a package, instance, or pointer on the left side of selector, but got FUNCTION
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:150:9:
		return trace.enabled
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/traceruntime.go:187:6:	in traceEnabled
		if !traceEnabled() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/proc.go:4302:11:	in traceAcquire
		trace := traceAcquire()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/runtime/panic.go:639:2:	in goexit1
		goexit1()
	:0:0:	in Goexit
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:	in package  (\"cmp\")
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:73:4:	in insertionSortCmpFunc
		insertionSortCmpFunc(data, a, b, cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:32:2:	in pdqsortCmpFunc
		pdqsortCmpFunc(x, 0, n, bits.Len(uint(n)), cmp)
	:0:0:	in SortFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:	in package  (\"cmp\")
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:339:3:	in insertionSortCmpFunc
		insertionSortCmpFunc(data, a, b, cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:38:2:	in stableCmpFunc
		stableCmpFunc(x, len(x), cmp)
	:0:0:	in SortStableFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:55:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:55:6 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:55:6:
		if cmp(x[i], x[i-1]) < 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:55:6:	in package  (\"cmp\")
		if cmp(x[i], x[i-1]) < 0 {
	:0:0:	in IsSortedFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:85:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:85:6 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:85:6:
		if cmp(x[i], m) < 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:85:6:	in package  (\"cmp\")
		if cmp(x[i], m) < 0 {
	:0:0:	in MinFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:115:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:115:6 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:115:6:
		if cmp(x[i], m) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:115:6:	in package  (\"cmp\")
		if cmp(x[i], m) > 0 {
	:0:0:	in MaxFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:160:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:160:6 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:160:6:
		if cmp(x[h], target) < 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:160:6:	in package  (\"cmp\")
		if cmp(x[h], target) < 0 {
	:0:0:	in BinarySearchFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:84:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:84:11 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:84:11:
		if c := cmp(v1, v2); c != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:84:11:	in package  (\"cmp\")
		if c := cmp(v1, v2); c != 0 {
	:0:0:	in CompareFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="identifier not found: S" symgo.in_func=Insert symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:150:28 symgo.stack="symgo runtime error: identifier not found: S
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:150:28:
		s2 := append(s[:i], make(S, n+m-i)...)
	:0:0:	in Insert
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="identifier not found: S" symgo.in_func=Clone symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:355:16 symgo.stack="symgo runtime error: identifier not found: S
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:355:16:
		return append(S{}, s...)
	:0:0:	in Clone
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="identifier not found: S" symgo.in_func=Concat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:490:19 symgo.stack="symgo runtime error: identifier not found: S
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:490:19:
		newslice := Grow[S](nil, size)
	:0:0:	in Concat
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="identifier not found: S" symgo.in_func=Repeat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:513:19 symgo.stack="symgo runtime error: identifier not found: S
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/slices.go:513:19:
		newslice := make(S, int(lo)) // lo = len(x) * count
	:0:0:	in Repeat
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:	in package  (\"cmp\")
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:73:4:	in insertionSortCmpFunc
		insertionSortCmpFunc(data, a, b, cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:32:2:	in pdqsortCmpFunc
		pdqsortCmpFunc(x, 0, n, bits.Len(uint(n)), cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/iter.go:73:2:	in SortFunc
		SortFunc(s, cmp)
	:0:0:	in SortedFunc
"
/tmp/goinspect/slices.md:time=2025-10-17T22:18:39.485+09:00 level=ERROR msg="not a function: PACKAGE" symgo.in_func="package  (\"cmp\")" symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25 symgo.stack="symgo runtime error: not a function: PACKAGE
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:12:25:	in package  (\"cmp\")
		for j := i; j > a && (cmp(data[j], data[j-1]) < 0); j-- {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/zsortanyfunc.go:339:3:	in insertionSortCmpFunc
		insertionSortCmpFunc(data, a, b, cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/sort.go:38:2:	in stableCmpFunc
		stableCmpFunc(x, len(x), cmp)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/slices/iter.go:83:2:	in SortStableFunc
		SortStableFunc(s, cmp)
	:0:0:	in SortedStableFunc
"
/tmp/goinspect/sync-atomic.md:time=2025-10-17T22:18:39.588+09:00 level=ERROR msg="identifier not found: T" symgo.in_func=Load symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/sync/atomic/type.go:54:43 symgo.stack="symgo runtime error: identifier not found: T
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/sync/atomic/type.go:54:43:
		func (x *Pointer[T]) Load() *T { return (*T)(LoadPointer(&x.v)) }
	:0:0:	in Load
"
/tmp/goinspect/sync-atomic.md:time=2025-10-17T22:18:39.588+09:00 level=ERROR msg="identifier not found: T" symgo.in_func=Swap symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/sync/atomic/type.go:60:55 symgo.stack="symgo runtime error: identifier not found: T
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/sync/atomic/type.go:60:55:
		func (x *Pointer[T]) Swap(new *T) (old *T) { return (*T)(SwapPointer(&x.v, unsafe.Pointer(new))) }
	:0:0:	in Swap
"
/tmp/goinspect/syscall-js.md:time=2025-10-17T22:18:39.824+09:00 level=ERROR msg="identifier not found: a" symgo.in_func=ValueOf symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:407:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:199:4 symgo.stack="symgo runtime error: identifier not found: a
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:199:4:
		a.SetIndex(i, s)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:407:8:	in ValueOf
		v := ValueOf(arg)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:432:2:	in storeArgs
		storeArgs(args, argVals, argRefs)
	:0:0:	in Call
"
/tmp/goinspect/syscall-js.md:time=2025-10-17T22:18:39.824+09:00 level=ERROR msg="identifier not found: a" symgo.in_func=ValueOf symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:407:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_ident.go:104 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:201:10 symgo.stack="symgo runtime error: identifier not found: a
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:201:10:
		return a
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:407:8:	in ValueOf
		v := ValueOf(arg)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/js/js.go:432:2:	in storeArgs
		storeArgs(args, argVals, argRefs)
	:0:0:	in Call
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.714+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:21:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:732:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:732:2:
		r0, _, e1 := Syscall(procGetEnvironmentVariableW.Addr(), 3, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(buffer)), uintptr(size))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:21:12:	in GetEnvironmentVariable
		n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
	:0:0:	in Getenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:40:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:40:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, v)
	:0:0:	in Setenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, nil)
	:0:0:	in Unsetenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.717+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetEnvironmentStrings symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2:
		r0, _, e1 := Syscall(procGetEnvironmentStringsW.Addr(), 0, 0, 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13:	in GetEnvironmentStrings
		envp, e := GetEnvironmentStrings()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:62:20:	in Environ
		for _, s := range Environ() {
	:0:0:	in Clearenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:68:5:	in Unsetenv
		Unsetenv(s[0:j])
	:0:0:	in Clearenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=sysctl symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/route_bsd.go:185:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:1275:2:
		_, _, e1 := Syscall6(SYS___SYSCTL, uintptr(_p0), uintptr(len(mib)), uintptr(unsafe.Pointer(old)), uintptr(unsafe.Pointer(oldlen)), uintptr(unsafe.Pointer(new)), uintptr(newlen))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/route_bsd.go:185:12:	in sysctl
		if err := sysctl(mib, nil, &n, nil, 0); err != nil {
	:0:0:	in RouteRIB
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FreeLibrary symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/dll_windows.go:134:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:669:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:669:2:
		r1, _, e1 := Syscall(procFreeLibrary.Addr(), 1, uintptr(handle), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/dll_windows.go:134:9:	in FreeLibrary
		return FreeLibrary(d.Handle)
	:0:0:	in Release
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:211:14:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:223:13:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.718+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=wait4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2:
		r0, _, e1 := Syscall6(SYS_WAIT4, uintptr(pid), uintptr(unsafe.Pointer(wstatus)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12:	in wait4
		r0, e1 := wait4(uintptr(pid), wstatus, uintptr(options), rusage)
	:0:0:	in Wait4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.720+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=await symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:274:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_plan9_386.go:45:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_plan9_386.go:45:2:
		r0, _, e1 := Syscall(SYS_AWAIT, uintptr(_p0), uintptr(len(s)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:274:12:	in await
		n, err := await(buf[:])
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:456:4:	in Await
		Await(&wmsg)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:496:22:	in forkExec
		ret.pid, ret.err = forkExec(argv0, argv, attr)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:492:5:	in <closure>
		go func() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:528:9:	in startProcess
		return startProcess(argv0, argv, attr)
	:0:0:	in ForkExec
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.720+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:211:14:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.720+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:223:13:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.720+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FcntlFlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/flock_aix.go:13:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/flock_aix.go:13:2:
		_, _, e1 := syscall6(uintptr(unsafe.Pointer(&libc_fcntl)), 3, uintptr(fd), uintptr(cmd), uintptr(unsafe.Pointer(lk)), 0, 0, 0)
	:0:0:	in FcntlFlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.720+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=fchmodat2 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:254:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:63:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:63:2:
		_, _, e1 := Syscall6(_SYS_fchmodat2, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(flags), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:254:10:	in fchmodat2
		err := fchmodat2(dirfd, path, mode, flags)
	:0:0:	in Fchmodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=unlinkat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:339:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:166:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:166:2:
		_, _, e1 := Syscall(SYS_UNLINKAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(flags))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:339:9:	in unlinkat
		return unlinkat(dirfd, path, 0)
	:0:0:	in Unlinkat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=utimes symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:549:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1693:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1693:2:
		_, _, e1 := Syscall(SYS_UTIMES, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:549:9:	in utimes
		return utimes(path, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
	:0:0:	in Utimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=futimesat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:362:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1642:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1642:2:
		_, _, e1 := Syscall(SYS_FUTIMESAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:362:9:	in futimesat
		return futimesat(dirfd, path, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
	:0:0:	in Futimesat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=utimes symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:549:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1693:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1693:2:
		_, _, e1 := Syscall(SYS_UTIMES, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:549:9:	in utimes
		return utimes(path, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:368:9:	in Utimes
		return Utimes(\"/proc/self/fd/\"+itoa.Itoa(fd), tv)
	:0:0:	in Futimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=wait4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2:
		r0, _, e1 := Syscall6(SYS_WAIT4, uintptr(pid), uintptr(unsafe.Pointer(wstatus)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12:	in wait4
		r0, e1 := wait4(uintptr(pid), wstatus, uintptr(options), rusage)
	:0:0:	in Wait4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.721+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=accept4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2:
		r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14:	in accept4
		nfd, err := accept4(fd, &rsa, &addrlen, flags)
	:0:0:	in Accept4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:	in 1028
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:150:9:	in anyToSockaddr
		return anyToSockaddr(&rsa)
	:0:0:	in Getsockname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:718:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:718:8:	in getsockopt
		err = getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen)
	:0:0:	in GetsockoptInet4Addr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:725:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:725:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPMreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:96:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:96:11:	in getsockopt
		errno := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPMreqn
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:739:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:739:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPv6Mreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:746:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:746:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPv6MTUInfo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:753:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:753:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptICMPv6Filter
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:760:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:760:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptUcred
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:101:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:101:9:	in setsockopt
		return setsockopt(fd, level, opt, unsafe.Pointer(mreq), unsafe.Sizeof(*mreq))
	:0:0:	in SetsockoptIPMreqn
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:406:35 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:406:35 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:406:35:
		envvParsed = make([]envItem, 0, len(attr.Env))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:406:35:	in 1028
		envvParsed = make([]envItem, 0, len(attr.Env))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:496:22:	in forkExec
		ret.pid, ret.err = forkExec(argv0, argv, attr)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:492:5:	in <closure>
		go func() {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_plan9.go:528:9:	in startProcess
		return startProcess(argv0, argv, attr)
	:0:0:	in ForkExec
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:489:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:489:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:489:5:
		if len(s) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:489:5:	in 1028
		if len(s) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:843:9:	in SetsockoptString
		return SetsockoptString(fd, SOL_SOCKET, SO_BINDTODEVICE, device)
	:0:0:	in BindToDevice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.722+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:258:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:258:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:258:5:
		if len(argv0) == 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:258:5:	in 1028
		if len(argv0) == 0 {
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:865:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:865:9:	in ptracePtr
		err = ptracePtr(req, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:890:9:	in ptracePeek
		return ptracePeek(PTRACE_PEEKTEXT, pid, addr, out)
	:0:0:	in PtracePeekText
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:865:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:865:9:	in ptracePtr
		err = ptracePtr(req, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:894:9:	in ptracePeek
		return ptracePeek(PTRACE_PEEKDATA, pid, addr, out)
	:0:0:	in PtracePeekData
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:905:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:905:9:	in ptracePtr
		err = ptracePtr(peekReq, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:949:9:	in ptracePoke
		return ptracePoke(PTRACE_POKETEXT, PTRACE_PEEKTEXT, pid, addr, data)
	:0:0:	in PtracePokeText
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:905:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:905:9:	in ptracePtr
		err = ptracePtr(peekReq, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:953:9:	in ptracePoke
		return ptracePoke(PTRACE_POKEDATA, PTRACE_PEEKDATA, pid, addr, data)
	:0:0:	in PtracePokeData
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:964:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:964:9:	in ptracePtr
		return ptracePtr(PTRACE_GETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
	:0:0:	in PtraceGetRegs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:971:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:971:9:	in ptracePtr
		return ptracePtr(PTRACE_SETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
	:0:0:	in PtraceSetRegs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:975:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:975:9:	in ptrace
		return ptrace(PTRACE_SETOPTIONS, pid, 0, uintptr(options))
	:0:0:	in PtraceSetOptions
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptracePtr symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:980:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:229:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:980:8:	in ptracePtr
		err = ptracePtr(PTRACE_GETEVENTMSG, pid, 0, unsafe.Pointer(&data))
	:0:0:	in PtraceGetEventMsg
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:986:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:986:9:	in ptrace
		return ptrace(PTRACE_CONT, pid, 0, uintptr(signal))
	:0:0:	in PtraceCont
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:990:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:990:9:	in ptrace
		return ptrace(PTRACE_SYSCALL, pid, 0, uintptr(signal))
	:0:0:	in PtraceSyscall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:993:53 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:993:53:	in ptrace
		func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLESTEP, pid, 0, 0) }
	:0:0:	in PtraceSingleStep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:995:49 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:995:49:	in ptrace
		func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pid, 0, 0) }
	:0:0:	in PtraceAttach
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:997:49 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:997:49:	in ptrace
		func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pid, 0, 0) }
	:0:0:	in PtraceDetach
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=reboot symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:1002:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:244:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:244:2:
		_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:1002:9:	in reboot
		return reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, \"\")
	:0:0:	in Reboot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.723+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:166:17 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:166:17 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:166:17:
		for f.dirIdx < len(f.entries) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:166:17:	in 1028
		for f.dirIdx < len(f.entries) {
	:0:0:	in ReadDirent
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mount symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:441:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:269:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:269:2:
		_, _, e1 := Syscall6(SYS_MOUNT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(unsafe.Pointer(_p2)), uintptr(flags), uintptr(unsafe.Pointer(data)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:441:9:	in mount
		return mount(fd, afd, old, flag, aname)
	:0:0:	in Mount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:73:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:73:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:73:5:
		if len(data) == 0 || len(data) != cap(data) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:73:5:	in 1028
		if len(data) == 0 || len(data) != cap(data) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:542:9:	in Munmap
		return mapper.Munmap(b)
	:0:0:	in Munmap
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:77:17 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:77:17 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:77:17:
		p.Len = uint16(len(i))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:77:17:	in 1028
		p.Len = uint16(len(i))
	:0:0:	in AttachLsf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:79:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:79:9:	in setsockopt
		return setsockopt(fd, SOL_SOCKET, SO_ATTACH_FILTER, unsafe.Pointer(&p), unsafe.Sizeof(p))
	:0:0:	in AttachLsf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FcntlFlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/flock_aix.go:13:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/flock_aix.go:13:2:
		_, _, e1 := syscall6(uintptr(unsafe.Pointer(&libc_fcntl)), 3, uintptr(fd), uintptr(cmd), uintptr(unsafe.Pointer(lk)), 0, 0, 0)
	:0:0:	in FcntlFlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.724+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:
		if len(data) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:	in 1028
		if len(data) > 0 {
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.725+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:85:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/lsf_linux.go:85:9:	in setsockopt
		return setsockopt(fd, SOL_SOCKET, SO_DETACH_FILTER, unsafe.Pointer(&dummy), unsafe.Sizeof(dummy))
	:0:0:	in DetachLsf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:
		if len(events) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:	in 1028
		if len(events) > 0 {
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.726+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:
		if len(data) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:	in 1028
		if len(data) > 0 {
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.727+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ioperm symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2:
		_, _, e1 := Syscall(SYS_IOPERM, uintptr(from), uintptr(num), uintptr(on))
	:0:0:	in Ioperm
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Iopl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2:
		_, _, e1 := Syscall(SYS_IOPL, uintptr(level), 0, 0)
	:0:0:	in Iopl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:
		if len(events) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:	in 1028
		if len(events) > 0 {
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.728+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.729+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:
		if len(data) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:	in 1028
		if len(data) > 0 {
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.730+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:
		if len(events) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:	in 1028
		if len(events) > 0 {
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/wtf8_windows.go:67:18 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/wtf8_windows.go:67:18 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/wtf8_windows.go:67:18:
		for i := 0; i < len(s); i++ {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/wtf8_windows.go:67:18:	in 1028
		for i := 0; i < len(s); i++ {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:83:9:	in decodeWTF16
		buf := decodeWTF16(s, make([]byte, 0, maxLen))
	:0:0:	in UTF16ToString
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:649:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:649:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:649:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:649:5:	in 1028
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:138:9:	in formatMessage
		return formatMessage(flags, uintptr(msgsrc), msgid, langid, buf, args)
	:0:0:	in FormatMessage
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:473:24 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:473:24 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:473:24:
		buf := uint8Array.New(len(b))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:473:24:	in 1028
		buf := uint8Array.New(len(b))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/fs_js.go:438:13:	in Pwrite
		n, err := Pwrite(fd, b, f.pos)
	:0:0:	in Write
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1017:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1017:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1017:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1017:5:	in 1028
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:453:9:	in readFile
		err := readFile(fd, p, done, overlapped)
	:0:0:	in ReadFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1167:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1167:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1167:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1167:5:	in 1028
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:473:9:	in writeFile
		err := writeFile(fd, p, done, overlapped)
	:0:0:	in WriteFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetComputerName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:615:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:683:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:683:2:
		r1, _, e1 := Syscall(procGetComputerNameW.Addr(), 2, uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(n)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:615:7:	in GetComputerName
		e := GetComputerName(&b[0], &n)
	:0:0:	in ComputerName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.731+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:
		if len(tv) != 2 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:	in 1028
		if len(tv) != 2 {
	:0:0:	in Utimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11:
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11:	in 1028
		for n < len(pp.Path) && pp.Path[n] != 0 {
	:0:0:	in Sockaddr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:	in 1028
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:150:9:	in anyToSockaddr
		return anyToSockaddr(&rsa)
	:0:0:	in Getsockname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11:
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:903:11:	in 1028
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:972:9:	in Sockaddr
		return rsa.Sockaddr()
	:0:0:	in Getpeername
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSASendto symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:992:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:992:2:
		r1, _, e1 := Syscall9(procWSASendTo.Addr(), 9, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(sent)), uintptr(flags), uintptr(unsafe.Pointer(rsa)), uintptr(len), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)))
	:0:0:	in WSASendto
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CloseHandle symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1052:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:481:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:481:2:
		r1, _, e1 := Syscall(procCloseHandle.Addr(), 1, uintptr(handle), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1052:9:	in CloseHandle
		defer CloseHandle(s)
	:0:0:	in LoadConnectEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=connectEx symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1086:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1066:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1066:2:
		r1, _, e1 := Syscall9(connectExFunc.addr, 7, uintptr(s), uintptr(name), uintptr(namelen), uintptr(unsafe.Pointer(sendBuf)), uintptr(sendDataLen), uintptr(unsafe.Pointer(bytesSent)), uintptr(unsafe.Pointer(overlapped)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1086:9:	in connectEx
		return connectEx(fd, ptr, n, sendBuf, sendDataLen, bytesSent, overlapped)
	:0:0:	in ConnectEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1179:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1179:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&sys)), int32(unsafe.Sizeof(sys)))
	:0:0:	in SetsockoptLinger
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1183:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1183:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&value[0])), 4)
	:0:0:	in SetsockoptInet4Addr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.732+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1186:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1186:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(mreq)), int32(unsafe.Sizeof(*mreq)))
	:0:0:	in SetsockoptIPMreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=findFirstFile1 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1202:16 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:615:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:615:2:
		r0, _, e1 := Syscall(procFindFirstFileW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(data)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1202:16:	in findFirstFile1
		handle, err = findFirstFile1(name, &data1)
	:0:0:	in FindFirstFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=findNextFile1 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1211:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:624:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:624:2:
		r1, _, e1 := Syscall(procFindNextFileW.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(data)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1211:8:	in findNextFile1
		err = findNextFile1(handle, &data1)
	:0:0:	in FindNextFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=createIoCompletionPort symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1380:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:523:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:523:2:
		r0, _, e1 := Syscall6(procCreateIoCompletionPort.Addr(), 4, uintptr(filehandle), uintptr(cphandle), uintptr(key), uintptr(threadcnt), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1380:9:	in createIoCompletionPort
		return createIoCompletionPort(filehandle, cphandle, uintptr(key), threadcnt)
	:0:0:	in CreateIoCompletionPort
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getQueuedCompletionStatus symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1391:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:844:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:844:2:
		r1, _, e1 := Syscall6(procGetQueuedCompletionStatus.Addr(), 5, uintptr(cphandle), uintptr(unsafe.Pointer(qty)), uintptr(unsafe.Pointer(key)), uintptr(unsafe.Pointer(overlapped)), uintptr(timeout), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1391:9:	in getQueuedCompletionStatus
		err := getQueuedCompletionStatus(cphandle, qty, pukey, overlapped, timeout)
	:0:0:	in GetQueuedCompletionStatus
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=postQueuedCompletionStatus symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1403:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:972:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:972:2:
		r1, _, e1 := Syscall6(procPostQueuedCompletionStatus.Addr(), 4, uintptr(cphandle), uintptr(qty), uintptr(key), uintptr(unsafe.Pointer(overlapped)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1403:9:	in postQueuedCompletionStatus
		return postQueuedCompletionStatus(cphandle, qty, uintptr(key), overlapped)
	:0:0:	in PostQueuedCompletionStatus
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=regEnumKeyEx symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1452:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:308:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:308:2:
		r0, _, _ := Syscall9(procRegEnumKeyExW.Addr(), 8, uintptr(key), uintptr(index), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(class)), uintptr(unsafe.Pointer(classLen)), uintptr(unsafe.Pointer(lastWriteTime)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1452:9:	in regEnumKeyEx
		return regEnumKeyEx(key, index, name, nameLen, reserved, class, classLen, lastWriteTime)
	:0:0:	in RegEnumKeyEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=createFile symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1461:16 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:506:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:506:2:
		r0, _, e1 := Syscall9(procCreateFileW.Addr(), 7, uintptr(unsafe.Pointer(name)), uintptr(access), uintptr(mode), uintptr(unsafe.Pointer(sa)), uintptr(createmode), uintptr(attrs), uintptr(templatefile), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1461:16:	in createFile
		handle, err = createFile(name, access, mode, sa, createmode, attrs, templatefile)
	:0:0:	in CreateFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.733+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdents symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2:
		r0, _, e1 := Syscall(SYS_GETDENTS64, uintptr(fd), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2:
		r0, _, e1 := Syscall6(SYS_GETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(dest)), 0, 0)
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Klogctl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2:
		r0, _, e1 := Syscall(SYS_SYSLOG, uintptr(typ), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Listxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2:
		r0, _, e1 := Syscall(SYS_LISTXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(dest)))
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setdomainname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2:
		_, _, e1 := Syscall(SYS_SETDOMAINNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Sethostname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2:
		_, _, e1 := Syscall(SYS_SETHOSTNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2:
		_, _, e1 := Syscall6(SYS_SETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(data)), uintptr(flags), 0)
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Madvise symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2:
		_, _, e1 := Syscall(SYS_MADVISE, uintptr(_p0), uintptr(len(b)), uintptr(advice))
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mprotect symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2:
		_, _, e1 := Syscall(SYS_MPROTECT, uintptr(_p0), uintptr(len(b)), uintptr(prot))
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.734+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2:
		_, _, e1 := Syscall(SYS_MLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2:
		_, _, e1 := Syscall(SYS_MUNLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=EpollWait symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2:
		r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ConvertSidToStringSid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:202:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:202:2:
		r1, _, e1 := Syscall(procConvertSidToStringSidW.Addr(), 2, uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(stringSid)), 0)
	:0:0:	in ConvertSidToStringSid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ConvertStringSidToSid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:210:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:210:2:
		r1, _, e1 := Syscall(procConvertStringSidToSidW.Addr(), 2, uintptr(unsafe.Pointer(stringSid)), uintptr(unsafe.Pointer(sid)), 0)
	:0:0:	in ConvertStringSidToSid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CopySid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:218:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:218:2:
		r1, _, e1 := Syscall(procCopySid.Addr(), 3, uintptr(destSidLen), uintptr(unsafe.Pointer(destSid)), uintptr(unsafe.Pointer(srcSid)))
	:0:0:	in CopySid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateProcessAsUser symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:230:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:230:2:
		r1, _, e1 := Syscall12(procCreateProcessAsUserW.Addr(), 11, uintptr(token), uintptr(unsafe.Pointer(appName)), uintptr(unsafe.Pointer(commandLine)), uintptr(unsafe.Pointer(procSecurity)), uintptr(unsafe.Pointer(threadSecurity)), uintptr(_p0), uintptr(creationFlags), uintptr(unsafe.Pointer(env)), uintptr(unsafe.Pointer(currentDir)), uintptr(unsafe.Pointer(startupInfo)), uintptr(unsafe.Pointer(outProcInfo)), 0)
	:0:0:	in CreateProcessAsUser
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CryptAcquireContext symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:238:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:238:2:
		r1, _, e1 := Syscall6(procCryptAcquireContextW.Addr(), 5, uintptr(unsafe.Pointer(provhandle)), uintptr(unsafe.Pointer(container)), uintptr(unsafe.Pointer(provider)), uintptr(provtype), uintptr(flags), 0)
	:0:0:	in CryptAcquireContext
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CryptGenRandom symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:246:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:246:2:
		r1, _, e1 := Syscall(procCryptGenRandom.Addr(), 3, uintptr(provhandle), uintptr(buflen), uintptr(unsafe.Pointer(buf)))
	:0:0:	in CryptGenRandom
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CryptReleaseContext symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:254:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:254:2:
		r1, _, e1 := Syscall(procCryptReleaseContext.Addr(), 2, uintptr(provhandle), uintptr(flags), 0)
	:0:0:	in CryptReleaseContext
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetLengthSid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:262:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:262:2:
		r0, _, _ := Syscall(procGetLengthSid.Addr(), 1, uintptr(unsafe.Pointer(sid)), 0, 0)
	:0:0:	in GetLengthSid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetTokenInformation symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:268:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:268:2:
		r1, _, e1 := Syscall6(procGetTokenInformation.Addr(), 5, uintptr(t), uintptr(infoClass), uintptr(unsafe.Pointer(info)), uintptr(infoLen), uintptr(unsafe.Pointer(returnedLen)), 0)
	:0:0:	in GetTokenInformation
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.735+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=LookupAccountName symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:276:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:276:2:
		r1, _, e1 := Syscall9(procLookupAccountNameW.Addr(), 7, uintptr(unsafe.Pointer(systemName)), uintptr(unsafe.Pointer(accountName)), uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(sidLen)), uintptr(unsafe.Pointer(refdDomainName)), uintptr(unsafe.Pointer(refdDomainNameLen)), uintptr(unsafe.Pointer(use)), 0, 0)
	:0:0:	in LookupAccountName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=LookupAccountSid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:284:2:
		r1, _, e1 := Syscall9(procLookupAccountSidW.Addr(), 7, uintptr(unsafe.Pointer(systemName)), uintptr(unsafe.Pointer(sid)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(nameLen)), uintptr(unsafe.Pointer(refdDomainName)), uintptr(unsafe.Pointer(refdDomainNameLen)), uintptr(unsafe.Pointer(use)), 0, 0)
	:0:0:	in LookupAccountSid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=OpenProcessToken symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:292:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:292:2:
		r1, _, e1 := Syscall(procOpenProcessToken.Addr(), 3, uintptr(h), uintptr(access), uintptr(unsafe.Pointer(token)))
	:0:0:	in OpenProcessToken
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=RegCloseKey symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:300:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:300:2:
		r0, _, _ := Syscall(procRegCloseKey.Addr(), 1, uintptr(key), 0, 0)
	:0:0:	in RegCloseKey
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=RegOpenKeyEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:316:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:316:2:
		r0, _, _ := Syscall6(procRegOpenKeyExW.Addr(), 5, uintptr(key), uintptr(unsafe.Pointer(subkey)), uintptr(options), uintptr(desiredAccess), uintptr(unsafe.Pointer(result)), 0)
	:0:0:	in RegOpenKeyEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=RegQueryInfoKey symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:324:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:324:2:
		r0, _, _ := Syscall12(procRegQueryInfoKeyW.Addr(), 12, uintptr(key), uintptr(unsafe.Pointer(class)), uintptr(unsafe.Pointer(classLen)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(subkeysLen)), uintptr(unsafe.Pointer(maxSubkeyLen)), uintptr(unsafe.Pointer(maxClassLen)), uintptr(unsafe.Pointer(valuesLen)), uintptr(unsafe.Pointer(maxValueNameLen)), uintptr(unsafe.Pointer(maxValueLen)), uintptr(unsafe.Pointer(saLen)), uintptr(unsafe.Pointer(lastWriteTime)))
	:0:0:	in RegQueryInfoKey
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=RegQueryValueEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:332:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:332:2:
		r0, _, _ := Syscall6(procRegQueryValueExW.Addr(), 6, uintptr(key), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(reserved)), uintptr(unsafe.Pointer(valtype)), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(buflen)))
	:0:0:	in RegQueryValueEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertAddCertificateContextToStore symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:340:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:340:2:
		r1, _, e1 := Syscall6(procCertAddCertificateContextToStore.Addr(), 4, uintptr(store), uintptr(unsafe.Pointer(certContext)), uintptr(addDisposition), uintptr(unsafe.Pointer(storeContext)), 0, 0)
	:0:0:	in CertAddCertificateContextToStore
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertCloseStore symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:348:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:348:2:
		r1, _, e1 := Syscall(procCertCloseStore.Addr(), 2, uintptr(store), uintptr(flags), 0)
	:0:0:	in CertCloseStore
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertCreateCertificateContext symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:356:2:
		r0, _, e1 := Syscall(procCertCreateCertificateContext.Addr(), 3, uintptr(certEncodingType), uintptr(unsafe.Pointer(certEncoded)), uintptr(encodedLen))
	:0:0:	in CertCreateCertificateContext
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertEnumCertificatesInStore symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:365:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:365:2:
		r0, _, e1 := Syscall(procCertEnumCertificatesInStore.Addr(), 2, uintptr(store), uintptr(unsafe.Pointer(prevContext)), 0)
	:0:0:	in CertEnumCertificatesInStore
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertFreeCertificateContext symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:379:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:379:2:
		r1, _, e1 := Syscall(procCertFreeCertificateContext.Addr(), 1, uintptr(unsafe.Pointer(ctx)), 0, 0)
	:0:0:	in CertFreeCertificateContext
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertGetCertificateChain symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:387:2:
		r1, _, e1 := Syscall9(procCertGetCertificateChain.Addr(), 8, uintptr(engine), uintptr(unsafe.Pointer(leaf)), uintptr(unsafe.Pointer(time)), uintptr(additionalStore), uintptr(unsafe.Pointer(para)), uintptr(flags), uintptr(reserved), uintptr(unsafe.Pointer(chainCtx)), 0)
	:0:0:	in CertGetCertificateChain
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertOpenStore symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:395:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:395:2:
		r0, _, e1 := Syscall6(procCertOpenStore.Addr(), 5, uintptr(storeProvider), uintptr(msgAndCertEncodingType), uintptr(cryptProv), uintptr(flags), uintptr(para), 0)
	:0:0:	in CertOpenStore
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertOpenSystemStore symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:404:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:404:2:
		r0, _, e1 := Syscall(procCertOpenSystemStoreW.Addr(), 2, uintptr(hprov), uintptr(unsafe.Pointer(name)), 0)
	:0:0:	in CertOpenSystemStore
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CertVerifyCertificateChainPolicy symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:413:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:413:2:
		r1, _, e1 := Syscall6(procCertVerifyCertificateChainPolicy.Addr(), 4, uintptr(policyOID), uintptr(unsafe.Pointer(chain)), uintptr(unsafe.Pointer(para)), uintptr(unsafe.Pointer(status)), 0, 0)
	:0:0:	in CertVerifyCertificateChainPolicy
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=DnsNameCompare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:421:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:421:2:
		r0, _, _ := Syscall(procDnsNameCompare_W.Addr(), 2, uintptr(unsafe.Pointer(name1)), uintptr(unsafe.Pointer(name2)), 0)
	:0:0:	in DnsNameCompare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_DnsQuery symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:432:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:436:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:436:2:
		r0, _, _ := Syscall6(procDnsQuery_W.Addr(), 6, uintptr(unsafe.Pointer(name)), uintptr(qtype), uintptr(options), uintptr(unsafe.Pointer(extra)), uintptr(unsafe.Pointer(qrs)), uintptr(unsafe.Pointer(pr)))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:432:9:	in _DnsQuery
		return _DnsQuery(_p0, qtype, options, extra, qrs, pr)
	:0:0:	in DnsQuery
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.736+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetAdaptersInfo symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:449:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:449:2:
		r0, _, _ := Syscall(procGetAdaptersInfo.Addr(), 2, uintptr(unsafe.Pointer(ai)), uintptr(unsafe.Pointer(ol)), 0)
	:0:0:	in GetAdaptersInfo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetIfEntry symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:457:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:457:2:
		r0, _, _ := Syscall(procGetIfEntry.Addr(), 1, uintptr(unsafe.Pointer(pIfRow)), 0, 0)
	:0:0:	in GetIfEntry
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CancelIo symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:465:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:465:2:
		r1, _, e1 := Syscall(procCancelIo.Addr(), 1, uintptr(s), 0, 0)
	:0:0:	in CancelIo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CancelIoEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:473:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:473:2:
		r1, _, e1 := Syscall(procCancelIoEx.Addr(), 2, uintptr(s), uintptr(unsafe.Pointer(o)), 0)
	:0:0:	in CancelIoEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateDirectory symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:489:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:489:2:
		r1, _, e1 := Syscall(procCreateDirectoryW.Addr(), 2, uintptr(unsafe.Pointer(path)), uintptr(unsafe.Pointer(sa)), 0)
	:0:0:	in CreateDirectory
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateFileMapping symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:497:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:497:2:
		r0, _, e1 := Syscall6(procCreateFileMappingW.Addr(), 6, uintptr(fhandle), uintptr(unsafe.Pointer(sa)), uintptr(prot), uintptr(maxSizeHigh), uintptr(maxSizeLow), uintptr(unsafe.Pointer(name)))
	:0:0:	in CreateFileMapping
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateHardLink symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:515:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:515:2:
		r1, _, e1 := Syscall(procCreateHardLinkW.Addr(), 3, uintptr(unsafe.Pointer(filename)), uintptr(unsafe.Pointer(existingfilename)), uintptr(reserved))
	:0:0:	in CreateHardLink
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreatePipe symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:532:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:532:2:
		r1, _, e1 := Syscall6(procCreatePipe.Addr(), 4, uintptr(unsafe.Pointer(readhandle)), uintptr(unsafe.Pointer(writehandle)), uintptr(unsafe.Pointer(sa)), uintptr(size), 0, 0)
	:0:0:	in CreatePipe
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateProcess symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:544:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:544:2:
		r1, _, e1 := Syscall12(procCreateProcessW.Addr(), 10, uintptr(unsafe.Pointer(appName)), uintptr(unsafe.Pointer(commandLine)), uintptr(unsafe.Pointer(procSecurity)), uintptr(unsafe.Pointer(threadSecurity)), uintptr(_p0), uintptr(creationFlags), uintptr(unsafe.Pointer(env)), uintptr(unsafe.Pointer(currentDir)), uintptr(unsafe.Pointer(startupInfo)), uintptr(unsafe.Pointer(outProcInfo)), 0, 0)
	:0:0:	in CreateProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateSymbolicLink symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:552:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:552:2:
		r1, _, e1 := Syscall(procCreateSymbolicLinkW.Addr(), 3, uintptr(unsafe.Pointer(symlinkfilename)), uintptr(unsafe.Pointer(targetfilename)), uintptr(flags))
	:0:0:	in CreateSymbolicLink
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CreateToolhelp32Snapshot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:560:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:560:2:
		r0, _, e1 := Syscall(procCreateToolhelp32Snapshot.Addr(), 2, uintptr(flags), uintptr(processId), 0)
	:0:0:	in CreateToolhelp32Snapshot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=DeleteFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:569:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:569:2:
		r1, _, e1 := Syscall(procDeleteFileW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
	:0:0:	in DeleteFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=DeviceIoControl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:582:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:582:2:
		r1, _, e1 := Syscall9(procDeviceIoControl.Addr(), 8, uintptr(handle), uintptr(ioControlCode), uintptr(unsafe.Pointer(inBuffer)), uintptr(inBufferSize), uintptr(unsafe.Pointer(outBuffer)), uintptr(outBufferSize), uintptr(unsafe.Pointer(bytesReturned)), uintptr(unsafe.Pointer(overlapped)), 0)
	:0:0:	in DeviceIoControl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=DuplicateHandle symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:594:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:594:2:
		r1, _, e1 := Syscall9(procDuplicateHandle.Addr(), 7, uintptr(hSourceProcessHandle), uintptr(hSourceHandle), uintptr(hTargetProcessHandle), uintptr(unsafe.Pointer(lpTargetHandle)), uintptr(dwDesiredAccess), uintptr(_p0), uintptr(dwOptions), 0, 0)
	:0:0:	in DuplicateHandle
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FindClose symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:607:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:607:2:
		r1, _, e1 := Syscall(procFindClose.Addr(), 1, uintptr(handle), 0, 0)
	:0:0:	in FindClose
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FlushFileBuffers symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:632:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:632:2:
		r1, _, e1 := Syscall(procFlushFileBuffers.Addr(), 1, uintptr(handle), 0, 0)
	:0:0:	in FlushFileBuffers
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FlushViewOfFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:640:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:640:2:
		r1, _, e1 := Syscall(procFlushViewOfFile.Addr(), 2, uintptr(addr), uintptr(length), 0)
	:0:0:	in FlushViewOfFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=FreeEnvironmentStrings symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:661:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:661:2:
		r1, _, e1 := Syscall(procFreeEnvironmentStringsW.Addr(), 1, uintptr(unsafe.Pointer(envs)), 0, 0)
	:0:0:	in FreeEnvironmentStrings
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetCommandLine symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:677:2:
		r0, _, _ := Syscall(procGetCommandLineW.Addr(), 0, 0, 0, 0)
	:0:0:	in GetCommandLine
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetConsoleMode symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:691:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:691:2:
		r1, _, e1 := Syscall(procGetConsoleMode.Addr(), 2, uintptr(console), uintptr(unsafe.Pointer(mode)), 0)
	:0:0:	in GetConsoleMode
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetCurrentDirectory symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:699:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:699:2:
		r0, _, e1 := Syscall(procGetCurrentDirectoryW.Addr(), 2, uintptr(buflen), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in GetCurrentDirectory
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.737+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetCurrentProcess symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:708:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:708:2:
		r0, _, e1 := Syscall(procGetCurrentProcess.Addr(), 0, 0, 0, 0)
	:0:0:	in GetCurrentProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetExitCodeProcess symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:741:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:741:2:
		r1, _, e1 := Syscall(procGetExitCodeProcess.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(exitcode)), 0)
	:0:0:	in GetExitCodeProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFileAttributesEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:749:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:749:2:
		r1, _, e1 := Syscall(procGetFileAttributesExW.Addr(), 3, uintptr(unsafe.Pointer(name)), uintptr(level), uintptr(unsafe.Pointer(info)))
	:0:0:	in GetFileAttributesEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFileAttributes symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:757:2:
		r0, _, e1 := Syscall(procGetFileAttributesW.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
	:0:0:	in GetFileAttributes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFileInformationByHandle symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:766:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:766:2:
		r1, _, e1 := Syscall(procGetFileInformationByHandle.Addr(), 2, uintptr(handle), uintptr(unsafe.Pointer(data)), 0)
	:0:0:	in GetFileInformationByHandle
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFileType symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:774:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:774:2:
		r0, _, e1 := Syscall(procGetFileType.Addr(), 1, uintptr(filehandle), 0, 0)
	:0:0:	in GetFileType
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetLastError symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:801:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:801:2:
		r0, _, _ := Syscall(procGetLastError.Addr(), 0, 0, 0, 0)
	:0:0:	in GetLastError
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetLongPathName symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:809:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:809:2:
		r0, _, e1 := Syscall(procGetLongPathNameW.Addr(), 3, uintptr(unsafe.Pointer(path)), uintptr(unsafe.Pointer(buf)), uintptr(buflen))
	:0:0:	in GetLongPathName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_GetProcAddress symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:823:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:827:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:827:2:
		r0, _, e1 := Syscall(procGetProcAddress.Addr(), 2, uintptr(module), uintptr(unsafe.Pointer(procname)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:823:9:	in _GetProcAddress
		return _GetProcAddress(module, _p0)
	:0:0:	in GetProcAddress
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetProcessTimes symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:836:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:836:2:
		r1, _, e1 := Syscall6(procGetProcessTimes.Addr(), 5, uintptr(handle), uintptr(unsafe.Pointer(creationTime)), uintptr(unsafe.Pointer(exitTime)), uintptr(unsafe.Pointer(kernelTime)), uintptr(unsafe.Pointer(userTime)), 0)
	:0:0:	in GetProcessTimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetShortPathName symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:852:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:852:2:
		r0, _, e1 := Syscall(procGetShortPathNameW.Addr(), 3, uintptr(unsafe.Pointer(longpath)), uintptr(unsafe.Pointer(shortpath)), uintptr(buflen))
	:0:0:	in GetShortPathName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetStdHandle symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:866:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:866:2:
		r0, _, e1 := Syscall(procGetStdHandle.Addr(), 1, uintptr(stdhandle), 0, 0)
	:0:0:	in GetStdHandle
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetTempPath symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:880:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:880:2:
		r0, _, e1 := Syscall(procGetTempPathW.Addr(), 2, uintptr(buflen), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in GetTempPath
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetTimeZoneInformation symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:889:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:889:2:
		r0, _, e1 := Syscall(procGetTimeZoneInformation.Addr(), 1, uintptr(unsafe.Pointer(tzi)), 0, 0)
	:0:0:	in GetTimeZoneInformation
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetVersion symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:898:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:898:2:
		r0, _, e1 := Syscall(procGetVersion.Addr(), 0, 0, 0, 0)
	:0:0:	in GetVersion
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_LoadLibrary symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:920:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:924:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:924:2:
		r0, _, e1 := Syscall(procLoadLibraryW.Addr(), 1, uintptr(unsafe.Pointer(libname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:920:9:	in _LoadLibrary
		return _LoadLibrary(_p0)
	:0:0:	in LoadLibrary
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=LocalFree symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:933:2:
		r0, _, e1 := Syscall(procLocalFree.Addr(), 1, uintptr(hmem), 0, 0)
	:0:0:	in LocalFree
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=MapViewOfFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:942:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:942:2:
		r0, _, e1 := Syscall6(procMapViewOfFile.Addr(), 5, uintptr(handle), uintptr(access), uintptr(offsetHigh), uintptr(offsetLow), uintptr(length), 0)
	:0:0:	in MapViewOfFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=MoveFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:951:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:951:2:
		r1, _, e1 := Syscall(procMoveFileW.Addr(), 2, uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(to)), 0)
	:0:0:	in MoveFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.738+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=OpenProcess symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:963:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:963:2:
		r0, _, e1 := Syscall(procOpenProcess.Addr(), 3, uintptr(da), uintptr(_p0), uintptr(pid))
	:0:0:	in OpenProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Process32First symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:980:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:980:2:
		r1, _, e1 := Syscall(procProcess32FirstW.Addr(), 2, uintptr(snapshot), uintptr(unsafe.Pointer(procEntry)), 0)
	:0:0:	in Process32First
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Process32Next symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:988:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:988:2:
		r1, _, e1 := Syscall(procProcess32NextW.Addr(), 2, uintptr(snapshot), uintptr(unsafe.Pointer(procEntry)), 0)
	:0:0:	in Process32Next
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ReadConsole symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:996:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:996:2:
		r1, _, e1 := Syscall6(procReadConsoleW.Addr(), 5, uintptr(console), uintptr(unsafe.Pointer(buf)), uintptr(toread), uintptr(unsafe.Pointer(read)), uintptr(unsafe.Pointer(inputControl)), 0)
	:0:0:	in ReadConsole
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ReadDirectoryChanges symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1008:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1008:2:
		r1, _, e1 := Syscall9(procReadDirectoryChangesW.Addr(), 8, uintptr(handle), uintptr(unsafe.Pointer(buf)), uintptr(buflen), uintptr(_p0), uintptr(mask), uintptr(unsafe.Pointer(retlen)), uintptr(unsafe.Pointer(overlapped)), uintptr(completionRoutine), 0)
	:0:0:	in ReadDirectoryChanges
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=RemoveDirectory symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1028:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1028:2:
		r1, _, e1 := Syscall(procRemoveDirectoryW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
	:0:0:	in RemoveDirectory
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetCurrentDirectory symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1036:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1036:2:
		r1, _, e1 := Syscall(procSetCurrentDirectoryW.Addr(), 1, uintptr(unsafe.Pointer(path)), 0, 0)
	:0:0:	in SetCurrentDirectory
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEndOfFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1044:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1044:2:
		r1, _, e1 := Syscall(procSetEndOfFile.Addr(), 1, uintptr(handle), 0, 0)
	:0:0:	in SetEndOfFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetFileAttributes symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1060:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1060:2:
		r1, _, e1 := Syscall(procSetFileAttributesW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(attrs), 0)
	:0:0:	in SetFileAttributes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetFileCompletionNotificationModes symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1068:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1068:2:
		r1, _, e1 := Syscall(procSetFileCompletionNotificationModes.Addr(), 2, uintptr(handle), uintptr(flags), 0)
	:0:0:	in SetFileCompletionNotificationModes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetFilePointer symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1084:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1084:2:
		r0, _, e1 := Syscall6(procSetFilePointer.Addr(), 4, uintptr(handle), uintptr(lowoffset), uintptr(unsafe.Pointer(highoffsetptr)), uintptr(whence), 0, 0)
	:0:0:	in SetFilePointer
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetFileTime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1093:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1093:2:
		r1, _, e1 := Syscall6(procSetFileTime.Addr(), 4, uintptr(handle), uintptr(unsafe.Pointer(ctime)), uintptr(unsafe.Pointer(atime)), uintptr(unsafe.Pointer(wtime)), 0, 0)
	:0:0:	in SetFileTime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetHandleInformation symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1101:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1101:2:
		r1, _, e1 := Syscall(procSetHandleInformation.Addr(), 3, uintptr(handle), uintptr(mask), uintptr(flags))
	:0:0:	in SetHandleInformation
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=TerminateProcess symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1109:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1109:2:
		r1, _, e1 := Syscall(procTerminateProcess.Addr(), 2, uintptr(handle), uintptr(exitcode), 0)
	:0:0:	in TerminateProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=UnmapViewOfFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1117:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1117:2:
		r1, _, e1 := Syscall(procUnmapViewOfFile.Addr(), 1, uintptr(addr), 0, 0)
	:0:0:	in UnmapViewOfFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=VirtualLock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1133:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1133:2:
		r1, _, e1 := Syscall(procVirtualLock.Addr(), 2, uintptr(addr), uintptr(length), 0)
	:0:0:	in VirtualLock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=VirtualUnlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1141:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1141:2:
		r1, _, e1 := Syscall(procVirtualUnlock.Addr(), 2, uintptr(addr), uintptr(length), 0)
	:0:0:	in VirtualUnlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WaitForSingleObject symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1149:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1149:2:
		r0, _, e1 := Syscall(procWaitForSingleObject.Addr(), 2, uintptr(handle), uintptr(waitMilliseconds), 0)
	:0:0:	in WaitForSingleObject
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.739+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WriteConsole symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1158:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1158:2:
		r1, _, e1 := Syscall6(procWriteConsoleW.Addr(), 5, uintptr(console), uintptr(unsafe.Pointer(buf)), uintptr(towrite), uintptr(unsafe.Pointer(written)), uintptr(unsafe.Pointer(reserved)), 0)
	:0:0:	in WriteConsole
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=AcceptEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1178:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1178:2:
		r1, _, e1 := Syscall9(procAcceptEx.Addr(), 8, uintptr(ls), uintptr(as), uintptr(unsafe.Pointer(buf)), uintptr(rxdatalen), uintptr(laddrlen), uintptr(raddrlen), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(overlapped)), 0)
	:0:0:	in AcceptEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=TransmitFile symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1191:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1191:2:
		r1, _, e1 := Syscall9(procTransmitFile.Addr(), 7, uintptr(s), uintptr(handle), uintptr(bytesToWrite), uintptr(bytsPerSend), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(transmitFileBuf)), uintptr(flags), 0, 0)
	:0:0:	in TransmitFile
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=NetApiBufferFree symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1199:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1199:2:
		r0, _, _ := Syscall(procNetApiBufferFree.Addr(), 1, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in NetApiBufferFree
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=NetGetJoinInformation symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1207:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1207:2:
		r0, _, _ := Syscall(procNetGetJoinInformation.Addr(), 3, uintptr(unsafe.Pointer(server)), uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(bufType)))
	:0:0:	in NetGetJoinInformation
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=NetUserGetInfo symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1215:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1215:2:
		r0, _, _ := Syscall6(procNetUserGetInfo.Addr(), 4, uintptr(unsafe.Pointer(serverName)), uintptr(unsafe.Pointer(userName)), uintptr(level), uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in NetUserGetInfo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetUserNameEx symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1223:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1223:2:
		r1, _, e1 := Syscall(procGetUserNameExW.Addr(), 3, uintptr(nameFormat), uintptr(unsafe.Pointer(nameBuffre)), uintptr(unsafe.Pointer(nSize)))
	:0:0:	in GetUserNameEx
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=TranslateName symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1231:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1231:2:
		r1, _, e1 := Syscall6(procTranslateNameW.Addr(), 5, uintptr(unsafe.Pointer(accName)), uintptr(accNameFormat), uintptr(desiredNameFormat), uintptr(unsafe.Pointer(translatedName)), uintptr(unsafe.Pointer(nSize)), 0)
	:0:0:	in TranslateName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=CommandLineToArgv symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1239:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1239:2:
		r0, _, e1 := Syscall(procCommandLineToArgvW.Addr(), 2, uintptr(unsafe.Pointer(cmd)), uintptr(unsafe.Pointer(argc)), 0)
	:0:0:	in CommandLineToArgv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetUserProfileDirectory symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1248:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1248:2:
		r1, _, e1 := Syscall(procGetUserProfileDirectoryW.Addr(), 3, uintptr(t), uintptr(unsafe.Pointer(dir)), uintptr(unsafe.Pointer(dirLen)))
	:0:0:	in GetUserProfileDirectory
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetAddrInfoW symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1261:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1261:2:
		r0, _, _ := Syscall6(procGetAddrInfoW.Addr(), 4, uintptr(unsafe.Pointer(nodename)), uintptr(unsafe.Pointer(servicename)), uintptr(unsafe.Pointer(hints)), uintptr(unsafe.Pointer(result)), 0, 0)
	:0:0:	in GetAddrInfoW
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSACleanup symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1269:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1269:2:
		r1, _, e1 := Syscall(procWSACleanup.Addr(), 0, 0, 0, 0)
	:0:0:	in WSACleanup
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSAEnumProtocols symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1277:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1277:2:
		r0, _, e1 := Syscall(procWSAEnumProtocolsW.Addr(), 3, uintptr(unsafe.Pointer(protocols)), uintptr(unsafe.Pointer(protocolBuffer)), uintptr(unsafe.Pointer(bufferLength)))
	:0:0:	in WSAEnumProtocols
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSAIoctl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1286:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1286:2:
		r1, _, e1 := Syscall9(procWSAIoctl.Addr(), 9, uintptr(s), uintptr(iocc), uintptr(unsafe.Pointer(inbuf)), uintptr(cbif), uintptr(unsafe.Pointer(outbuf)), uintptr(cbob), uintptr(unsafe.Pointer(cbbr)), uintptr(unsafe.Pointer(overlapped)), uintptr(completionRoutine))
	:0:0:	in WSAIoctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.740+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSARecv symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1294:2:
		r1, _, e1 := Syscall9(procWSARecv.Addr(), 7, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(flags)), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)), 0, 0)
	:0:0:	in WSARecv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSARecvFrom symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1302:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1302:2:
		r1, _, e1 := Syscall9(procWSARecvFrom.Addr(), 9, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(recvd)), uintptr(unsafe.Pointer(flags)), uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(fromlen)), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)))
	:0:0:	in WSARecvFrom
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSASend symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1310:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1310:2:
		r1, _, e1 := Syscall9(procWSASend.Addr(), 7, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(sent)), uintptr(flags), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)), 0, 0)
	:0:0:	in WSASend
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSASendTo symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1318:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1318:2:
		r1, _, e1 := Syscall9(procWSASendTo.Addr(), 9, uintptr(s), uintptr(unsafe.Pointer(bufs)), uintptr(bufcnt), uintptr(unsafe.Pointer(sent)), uintptr(flags), uintptr(unsafe.Pointer(to)), uintptr(tolen), uintptr(unsafe.Pointer(overlapped)), uintptr(unsafe.Pointer(croutine)))
	:0:0:	in WSASendTo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=WSAStartup symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1326:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1326:2:
		r0, _, _ := Syscall(procWSAStartup.Addr(), 2, uintptr(verreq), uintptr(unsafe.Pointer(data)), 0)
	:0:0:	in WSAStartup
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Closesocket symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1342:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1342:2:
		r1, _, e1 := Syscall(procclosesocket.Addr(), 1, uintptr(s), 0, 0)
	:0:0:	in Closesocket
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_GetHostByName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1363:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1367:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1367:2:
		r0, _, e1 := Syscall(procgethostbyname.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1363:9:	in _GetHostByName
		return _GetHostByName(_p0)
	:0:0:	in GetHostByName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_GetProtoByName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1389:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1393:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1393:2:
		r0, _, e1 := Syscall(procgetprotobyname.Addr(), 1, uintptr(unsafe.Pointer(name)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1389:9:	in _GetProtoByName
		return _GetProtoByName(_p0)
	:0:0:	in GetProtoByName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=_GetServByName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1412:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1416:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1416:2:
		r0, _, e1 := Syscall(procgetservbyname.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(proto)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1412:9:	in _GetServByName
		return _GetServByName(_p0, _p1)
	:0:0:	in GetServByName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getsockopt symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1433:2:
		r1, _, e1 := Syscall6(procgetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(unsafe.Pointer(optlen)), 0)
	:0:0:	in Getsockopt
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ntohs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1449:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1449:2:
		r0, _, _ := Syscall(procntohs.Addr(), 1, uintptr(netshort), 0, 0)
	:0:0:	in Ntohs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.741+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=accept4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2:
		r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14:	in accept4
		nfd, err := accept4(fd, &rsa, &addrlen, flags)
	:0:0:	in Accept4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getdirentries symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:149:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:543:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:543:2:
		r0, _, e1 := Syscall6(SYS_GETDIRENTRIES, uintptr(fd), uintptr(_p0), uintptr(len(buf)), uintptr(unsafe.Pointer(basep)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:149:10:	in getdirentries
		return getdirentries(fd, buf, (*uint64)(unsafe.Pointer(basep)))
	:0:0:	in Getdirentries
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.742+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getdirentries symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:149:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:543:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:543:2:
		r0, _, e1 := Syscall6(SYS_GETDIRENTRIES, uintptr(fd), uintptr(_p0), uintptr(len(buf)), uintptr(unsafe.Pointer(basep)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:149:10:	in getdirentries
		return getdirentries(fd, buf, (*uint64)(unsafe.Pointer(basep)))
	:0:0:	in Getdirentries
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdtablesize symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2:
		r0, _, _ := Syscall(SYS_GETDTABLESIZE, 0, 0, 0)
	:0:0:	in Getdtablesize
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Undelete symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2:
		_, _, e1 := Syscall(SYS_UNDELETE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Undelete
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.743+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.744+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdents symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2:
		r0, _, e1 := Syscall(SYS_GETDENTS64, uintptr(fd), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2:
		r0, _, e1 := Syscall6(SYS_GETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(dest)), 0, 0)
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Klogctl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2:
		r0, _, e1 := Syscall(SYS_SYSLOG, uintptr(typ), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Listxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2:
		r0, _, e1 := Syscall(SYS_LISTXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(dest)))
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setdomainname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2:
		_, _, e1 := Syscall(SYS_SETDOMAINNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Sethostname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2:
		_, _, e1 := Syscall(SYS_SETHOSTNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2:
		_, _, e1 := Syscall6(SYS_SETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(data)), uintptr(flags), 0)
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.745+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Madvise symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2:
		_, _, e1 := Syscall(SYS_MADVISE, uintptr(_p0), uintptr(len(b)), uintptr(advice))
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mprotect symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2:
		_, _, e1 := Syscall(SYS_MPROTECT, uintptr(_p0), uintptr(len(b)), uintptr(prot))
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2:
		_, _, e1 := Syscall(SYS_MLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2:
		_, _, e1 := Syscall(SYS_MUNLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ioperm symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2:
		_, _, e1 := Syscall(SYS_IOPERM, uintptr(from), uintptr(num), uintptr(on))
	:0:0:	in Ioperm
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Iopl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2:
		_, _, e1 := Syscall(SYS_IOPL, uintptr(level), 0, 0)
	:0:0:	in Iopl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=EpollWait symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2:
		r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.746+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=accept4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1468:2:
		r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:79:14:	in accept4
		nfd, err := accept4(fd, &rsa, &addrlen, flags)
	:0:0:	in Accept4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getfsstat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:131:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:131:2:
		r0, _, e1 := Syscall(SYS_GETFSSTAT, uintptr(_p0), bufsize, uintptr(flags))
	:0:0:	in Getfsstat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.747+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:211:14:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetFullPathName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:792:2:
		r0, _, e1 := Syscall6(procGetFullPathNameW.Addr(), 4, uintptr(unsafe.Pointer(path)), uintptr(buflen), uintptr(unsafe.Pointer(buf)), uintptr(unsafe.Pointer(fname)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:162:12:	in GetFullPathName
		n, err = GetFullPathName(p, uint32(len(buf)), &buf[0], nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:177:15:	in FullPath
		ndir, err := FullPath(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:223:13:	in normalizeDir
		d, err := normalizeDir(dir)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/exec_windows.go:284:16:	in joinExeDirAndFName
		argv0, err = joinExeDirAndFName(attr.Dir, argv0)
	:0:0:	in StartProcess
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=wait4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2:
		r0, _, e1 := Syscall6(SYS_WAIT4, uintptr(pid), uintptr(unsafe.Pointer(wstatus)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12:	in wait4
		r0, e1 := wait4(uintptr(pid), wstatus, uintptr(options), rusage)
	:0:0:	in Wait4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdents symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2:
		r0, _, e1 := Syscall(SYS_GETDENTS64, uintptr(fd), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.748+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2:
		_, _, e1 := Syscall6(SYS_FSTATAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
	:0:0:	in Fstatat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdtablesize symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2:
		r0, _, _ := Syscall(SYS_GETDTABLESIZE, 0, 0, 0)
	:0:0:	in Getdtablesize
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Undelete symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2:
		_, _, e1 := Syscall(SYS_UNDELETE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Undelete
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.749+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, nil)
	:0:0:	in Unsetenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:21:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:732:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:732:2:
		r0, _, e1 := Syscall(procGetEnvironmentVariableW.Addr(), 3, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(buffer)), uintptr(size))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:21:12:	in GetEnvironmentVariable
		n, err = GetEnvironmentVariable(keyp, &b[0], uint32(len(b)))
	:0:0:	in Getenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:40:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:40:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, v)
	:0:0:	in Setenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetEnvironmentStrings symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2:
		r0, _, e1 := Syscall(procGetEnvironmentStringsW.Addr(), 0, 0, 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13:	in GetEnvironmentStrings
		envp, e := GetEnvironmentStrings()
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:62:20:	in Environ
		for _, s := range Environ() {
	:0:0:	in Clearenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SetEnvironmentVariable symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1052:2:
		r1, _, e1 := Syscall(procSetEnvironmentVariableW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(unsafe.Pointer(value)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:53:7:	in SetEnvironmentVariable
		e := SetEnvironmentVariable(keyp, nil)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:68:5:	in Unsetenv
		Unsetenv(s[0:j])
	:0:0:	in Clearenv
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=GetEnvironmentStrings symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:723:2:
		r0, _, e1 := Syscall(procGetEnvironmentStringsW.Addr(), 0, 0, 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/env_windows.go:76:13:	in GetEnvironmentStrings
		envp, e := GetEnvironmentStrings()
	:0:0:	in Environ
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2:
		_, _, e1 := Syscall6(SYS_FSTATAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
	:0:0:	in Fstatat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdtablesize symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2:
		r0, _, _ := Syscall(SYS_GETDTABLESIZE, 0, 0, 0)
	:0:0:	in Getdtablesize
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.750+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Undelete symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2:
		_, _, e1 := Syscall(SYS_UNDELETE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Undelete
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2:
		_, _, e1 := Syscall6(SYS_FSTATAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
	:0:0:	in Fstatat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.751+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.752+09:00 level=ERROR msg="unknown float operator: %" symgo.in_func=NsecToTimeval symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_binary_expr.go:106 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:359:18 symgo.stack="symgo runtime error: unknown float operator: %
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_plan9.go:359:18:
		tv.Usec = int32(nsec % 1e9 / 1e3)
	:0:0:	in NsecToTimeval
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.752+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.753+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.753+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.753+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.753+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdents symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:479:2:
		r0, _, e1 := Syscall(SYS_GETDENTS64, uintptr(fd), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:562:2:
		r0, _, e1 := Syscall6(SYS_GETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(dest)), 0, 0)
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Klogctl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:627:2:
		r0, _, e1 := Syscall(SYS_SYSLOG, uintptr(typ), uintptr(_p0), uintptr(len(buf)))
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Listxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:649:2:
		r0, _, e1 := Syscall(SYS_LISTXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(dest)))
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.754+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setdomainname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:773:2:
		_, _, e1 := Syscall(SYS_SETDOMAINNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Sethostname symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:789:2:
		_, _, e1 := Syscall(SYS_SETHOSTNAME, uintptr(_p0), uintptr(len(p)), 0)
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setxattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:856:2:
		_, _, e1 := Syscall6(SYS_SETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(data)), uintptr(flags), 0)
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.755+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Madvise symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1012:2:
		_, _, e1 := Syscall(SYS_MADVISE, uintptr(_p0), uintptr(len(b)), uintptr(advice))
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mprotect symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2:
		_, _, e1 := Syscall(SYS_MPROTECT, uintptr(_p0), uintptr(len(b)), uintptr(prot))
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2:
		_, _, e1 := Syscall(SYS_MLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2:
		_, _, e1 := Syscall(SYS_MUNLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ioperm symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2:
		_, _, e1 := Syscall(SYS_IOPERM, uintptr(from), uintptr(num), uintptr(on))
	:0:0:	in Ioperm
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Iopl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2:
		_, _, e1 := Syscall(SYS_IOPL, uintptr(level), 0, 0)
	:0:0:	in Iopl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=SyncFileRange symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_riscv64.go:1336:2:
		_, _, e1 := Syscall6(SYS_SYNC_FILE_RANGE, uintptr(fd), uintptr(off), uintptr(n), uintptr(flags), 0, 0)
	:0:0:	in SyncFileRange
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.756+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=EpollWait symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1106:2:
		r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:459:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:459:9:	in setsockopt
		return setsockopt(fd, level, opt, unsafe.Pointer(&value), 1)
	:0:0:	in SetsockoptByte
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1183:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1183:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&value[0])), 4)
	:0:0:	in SetsockoptInet4Addr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1186:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1186:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(mreq)), int32(unsafe.Sizeof(*mreq)))
	:0:0:	in SetsockoptIPMreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:480:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:480:9:	in setsockopt
		return setsockopt(fd, level, opt, unsafe.Pointer(filter), SizeofICMPv6Filter)
	:0:0:	in SetsockoptICMPv6Filter
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1179:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1455:2:
		r1, _, e1 := Syscall6(procsetsockopt.Addr(), 5, uintptr(s), uintptr(level), uintptr(optname), uintptr(unsafe.Pointer(optval)), uintptr(optlen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_windows.go:1179:9:	in Setsockopt
		return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&sys)), int32(unsafe.Sizeof(sys)))
	:0:0:	in SetsockoptLinger
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.757+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=setsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:492:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1520:2:
		_, _, e1 := Syscall6(SYS_SETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(vallen), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_unix.go:492:9:	in setsockopt
		return setsockopt(fd, level, opt, p, uintptr(len(s)))
	:0:0:	in SetsockoptString
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Exchangedata symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:612:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:612:2:
		_, _, e1 := syscall(abi.FuncPCABI0(libc_exchangedata_trampoline), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(options))
	:0:0:	in Exchangedata
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdtablesize symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2:
		r0, _, _ := Syscall(SYS_GETDTABLESIZE, 0, 0, 0)
	:0:0:	in Getdtablesize
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1044:2:
		_, _, e1 := Syscall(SYS_MLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mprotect symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1028:2:
		_, _, e1 := Syscall(SYS_MPROTECT, uintptr(_p0), uintptr(len(b)), uintptr(prot))
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1060:2:
		_, _, e1 := Syscall(SYS_MUNLOCK, uintptr(_p0), uintptr(len(b)), 0)
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.758+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setprivexec symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:1478:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:1478:2:
		_, _, e1 := syscall(abi.FuncPCABI0(libc_setprivexec_trampoline), uintptr(flag), 0, 0)
	:0:0:	in Setprivexec
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Undelete symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2:
		_, _, e1 := Syscall(SYS_UNDELETE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Undelete
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getkerninfo symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_aix_ppc64.go:485:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_aix_ppc64.go:485:2:
		r0, _, e1 := syscall6(uintptr(unsafe.Pointer(&libc_Getkerninfo)), 4, uintptr(op), uintptr(where), uintptr(size), uintptr(arg), 0, 0)
	:0:0:	in Getkerninfo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	:0:0:	in Faccessat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=fchmodat2 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:254:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:63:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:63:2:
		_, _, e1 := Syscall6(_SYS_fchmodat2, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(flags), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:254:10:	in fchmodat2
		err := fchmodat2(dirfd, path, mode, flags)
	:0:0:	in Fchmodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.759+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=reboot symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:1002:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:244:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:244:2:
		_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:1002:9:	in reboot
		return reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, \"\")
	:0:0:	in Reboot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=wait4 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:208:2:
		r0, _, e1 := Syscall6(SYS_WAIT4, uintptr(pid), uintptr(unsafe.Pointer(wstatus)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:276:12:	in wait4
		r0, e1 := wait4(uintptr(pid), wstatus, uintptr(options), rusage)
	:0:0:	in Wait4
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:322:11:	in 1028
		for n < len(pp.Path) && pp.Path[n] != 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:150:9:	in anyToSockaddr
		return anyToSockaddr(&rsa)
	:0:0:	in Getsockname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:318:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:318:8:	in getsockopt
		err = getsockopt(fd, level, opt, unsafe.Pointer(&n), &vallen)
	:0:0:	in GetsockoptByte
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:718:8 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:718:8:	in getsockopt
		err = getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen)
	:0:0:	in GetsockoptInet4Addr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:725:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:725:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPMreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:739:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:739:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPv6Mreq
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:746:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:746:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptIPv6MTUInfo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=getsockopt symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:753:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1510:2:
		_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:753:9:	in getsockopt
		err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
	:0:0:	in GetsockoptICMPv6Filter
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:425:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:425:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:425:5:
		if len(changes) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:425:5:	in 1028
		if len(changes) > 0 {
	:0:0:	in Kevent
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.760+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:56:60 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:56:60 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:56:60:
		if err = sysctl([]_C_int{0, 3}, p, &n, &bytes[0], uintptr(len(name))); err != nil {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:56:60:	in 1028
		if err = sysctl([]_C_int{0, 3}, p, &n, &bytes[0], uintptr(len(name))); err != nil {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_bsd.go:465:14:	in nametomib
		mib, err := nametomib(name)
	:0:0:	in SysctlUint32
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:
		if len(tv) != 2 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:	in 1028
		if len(tv) != 2 {
	:0:0:	in Utimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:
		if len(tv) != 2 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_solaris.go:546:5:	in 1028
		if len(tv) != 2 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:368:9:	in Utimes
		return Utimes(\"/proc/self/fd/\"+itoa.Itoa(fd), tv)
	:0:0:	in Futimes
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/sockcmsg_linux.go:34:13 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/sockcmsg_linux.go:34:13 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/sockcmsg_linux.go:34:13:
		if uintptr(len(m.Data)) < unsafe.Sizeof(Ucred{}) {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/sockcmsg_linux.go:34:13:	in 1028
		if uintptr(len(m.Data)) < unsafe.Sizeof(Ucred{}) {
	:0:0:	in ParseUnixCredentials
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:995:49 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:995:49:	in ptrace
		func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pid, 0, 0) }
	:0:0:	in PtraceAttach
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ptrace symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:997:49 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:219:2:
		_, _, e1 := Syscall6(SYS_PTRACE, uintptr(request), uintptr(pid), uintptr(addr), uintptr(data), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:997:49:	in ptrace
		func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pid, 0, 0) }
	:0:0:	in PtraceDetach
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:127:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:127:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:127:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:127:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Getfsstat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:538:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:538:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:538:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:538:5:	in 1028
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:149:10:	in getdirentries
		return getdirentries(fd, buf, (*uint64)(unsafe.Pointer(basep)))
	:0:0:	in Getdirentries
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Acct symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:284:2:
		_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Acct
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtimex symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:294:2:
		r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
	:0:0:	in Adjtimex
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Dup3 symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:356:2:
		_, _, e1 := Syscall(SYS_DUP3, uintptr(oldfd), uintptr(newfd), uintptr(flags))
	:0:0:	in Dup3
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fallocate symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:387:2:
		_, _, e1 := Syscall6(SYS_FALLOCATE, uintptr(fd), uintptr(mode), uintptr(off), uintptr(len), 0, 0)
	:0:0:	in Fallocate
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchownat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:422:2:
		_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
	:0:0:	in Fchownat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fdatasync symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:443:2:
		_, _, e1 := Syscall(SYS_FDATASYNC, uintptr(fd), 0, 0)
	:0:0:	in Fdatasync
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:474:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Getdents
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:557:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Getxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=InotifyAddWatch symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:578:2:
		r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
	:0:0:	in InotifyAddWatch
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:
		if len(buf) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:622:5:	in 1028
		if len(buf) > 0 {
	:0:0:	in Klogctl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:
		if len(dest) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:644:5:	in 1028
		if len(dest) > 0 {
	:0:0:	in Listxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mkdirat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:665:2:
		_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	:0:0:	in Mkdirat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.761+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mknodat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:680:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	:0:0:	in Mknodat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Nanosleep symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:690:2:
		_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
	:0:0:	in Nanosleep
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=PivotRoot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:710:2:
		_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in PivotRoot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Removexattr symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:757:2:
		_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
	:0:0:	in Removexattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:768:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Setdomainname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:
		if len(p) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:784:5:	in 1028
		if len(p) > 0 {
	:0:0:	in Sethostname
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:
		if len(data) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:851:5:	in 1028
		if len(data) > 0 {
	:0:0:	in Setxattr
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Tee symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:883:2:
		r0, _, e1 := Syscall6(SYS_TEE, uintptr(rfd), uintptr(wfd), uintptr(len), uintptr(flags), 0, 0)
	:0:0:	in Tee
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unshare symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:948:2:
		_, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
	:0:0:	in Unshare
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1007:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Madvise
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pause symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1275:2:
		_, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0)
	:0:0:	in Pause
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Renameat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1329:2:
		_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
	:0:0:	in Renameat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.762+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsgid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1372:2:
		_, _, e1 := Syscall(SYS_SETFSGID, uintptr(gid), 0, 0)
	:0:0:	in Setfsgid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setfsuid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1382:2:
		_, _, e1 := Syscall(SYS_SETFSUID, uintptr(uid), 0, 0)
	:0:0:	in Setfsuid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Splice symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1402:2:
		r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
	:0:0:	in Splice
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ustat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1458:2:
		_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
	:0:0:	in Ustat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Utime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1678:2:
		_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Utime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:
		if len(events) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1101:5:	in 1028
		if len(events) > 0 {
	:0:0:	in EpollWait
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=faccessat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:18:2:
		_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:160:10:	in faccessat
		return faccessat(dirfd, path, mode)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:109:9:	in Faccessat
		return Faccessat(_AT_FDCWD, path, mode, 0)
	:0:0:	in Access
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Adjtime symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:333:2:
		_, _, e1 := Syscall(SYS_ADJTIME, uintptr(unsafe.Pointer(delta)), uintptr(unsafe.Pointer(olddelta)), 0)
	:0:0:	in Adjtime
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:363:2:
		_, _, e1 := Syscall(SYS_CHFLAGS, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Chflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Chroot symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:325:2:
		_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Chroot
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Exchangedata symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:612:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:612:2:
		_, _, e1 := syscall(abi.FuncPCABI0(libc_exchangedata_trampoline), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(options))
	:0:0:	in Exchangedata
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fchflags symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:459:2:
		_, _, e1 := Syscall(SYS_FCHFLAGS, uintptr(fd), uintptr(flags), 0)
	:0:0:	in Fchflags
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Flock symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:453:2:
		_, _, e1 := Syscall(SYS_FLOCK, uintptr(fd), uintptr(how), 0)
	:0:0:	in Flock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fpathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:499:2:
		r0, _, e1 := Syscall(SYS_FPATHCONF, uintptr(fd), uintptr(name), 0)
	:0:0:	in Fpathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getdtablesize symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:587:2:
		r0, _, _ := Syscall(SYS_GETDTABLESIZE, 0, 0, 0)
	:0:0:	in Getdtablesize
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Getpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:517:2:
		r0, _, e1 := Syscall(SYS_GETPRIORITY, uintptr(which), uintptr(who), 0)
	:0:0:	in Getpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Issetugid symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:659:2:
		r0, _, _ := Syscall(SYS_ISSETUGID, 0, 0, 0)
	:0:0:	in Issetugid
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Kqueue symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:677:2:
		r0, _, e1 := Syscall(SYS_KQUEUE, 0, 0, 0)
	:0:0:	in Kqueue
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_linux.go:523:9:	in Mknod
		return Mknod(path, mode|S_IFIFO, 0)
	:0:0:	in Mkfifo
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=mknodat symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:790:2:
		_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/syscall_freebsd.go:166:9:	in mknodat
		return mknodat(_AT_FDCWD, path, mode, dev)
	:0:0:	in Mknod
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1039:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Mlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1070:2:
		_, _, e1 := Syscall(SYS_MLOCKALL, uintptr(flags), 0, 0)
	:0:0:	in Mlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.763+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1023:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Mprotect
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="not a function: INTEGER" symgo.in_func=1028 symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_apply_function.go:442 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5 symgo.stack="symgo runtime error: not a function: INTEGER
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:
		if len(b) > 0 {
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1055:5:	in 1028
		if len(b) > 0 {
	:0:0:	in Munlock
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Munlockall symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1080:2:
		_, _, e1 := Syscall(SYS_MUNLOCKALL, 0, 0, 0)
	:0:0:	in Munlockall
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Pathconf symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:824:2:
		r0, _, e1 := Syscall(SYS_PATHCONF, uintptr(unsafe.Pointer(_p0)), uintptr(name), 0)
	:0:0:	in Pathconf
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Revoke symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_netbsd_arm.go:933:2:
		_, _, e1 := Syscall(SYS_REVOKE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Revoke
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setlogin symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1035:2:
		_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Setlogin
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setpriority symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:830:2:
		_, _, e1 := Syscall(SYS_SETPRIORITY, uintptr(which), uintptr(who), uintptr(prio))
	:0:0:	in Setpriority
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Setprivexec symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:1478:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_darwin_amd64.go:1478:2:
		_, _, e1 := syscall(abi.FuncPCABI0(libc_setprivexec_trampoline), uintptr(flag), 0, 0)
	:0:0:	in Setprivexec
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Undelete symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_dragonfly_amd64.go:1214:2:
		_, _, e1 := Syscall(SYS_UNDELETE, uintptr(unsafe.Pointer(_p0)), 0, 0)
	:0:0:	in Undelete
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Unmount symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:938:2:
		_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
	:0:0:	in Unmount
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1152:2:
		_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Fstatfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Statfs symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1433:2:
		_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
	:0:0:	in Statfs
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Select symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1350:2:
		r0, _, e1 := Syscall6(SYS__NEWSELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
	:0:0:	in Select
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Ioperm symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1215:2:
		_, _, e1 := Syscall(SYS_IOPERM, uintptr(from), uintptr(num), uintptr(on))
	:0:0:	in Ioperm
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Iopl symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_linux_ppc64le.go:1225:2:
		_, _, e1 := Syscall(SYS_IOPL, uintptr(level), 0, 0)
	:0:0:	in Iopl
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=Fstatat symgo.in_func_pos="" symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_freebsd_386.go:497:2:
		_, _, e1 := Syscall6(SYS_FSTATAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
	:0:0:	in Fstatat
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=TranslateName symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/security_windows.go:47:7 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1231:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:1231:2:
		r1, _, e1 := Syscall6(procTranslateNameW.Addr(), 5, uintptr(unsafe.Pointer(accName)), uintptr(accNameFormat), uintptr(desiredNameFormat), uintptr(unsafe.Pointer(translatedName)), uintptr(unsafe.Pointer(nSize)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/security_windows.go:47:7:	in TranslateName
		e = TranslateName(u, from, to, &b[0], &n)
	:0:0:	in TranslateAccountName
"
/tmp/goinspect/syscall.md:time=2025-10-17T22:18:39.764+09:00 level=ERROR msg="assignment mismatch: 3 variables but 2 values" symgo.in_func=ConvertStringSidToSid symgo.in_func_pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/security_windows.go:112:6 symgo.exec_pos=~/ghq/github.com/podhmo/go-scan/symgo/evaluator/evaluator_eval_assign_stmt.go:124 symgo.pos=/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:210:2 symgo.stack="symgo runtime error: assignment mismatch: 3 variables but 2 values
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/zsyscall_windows.go:210:2:
		r1, _, e1 := Syscall(procConvertStringSidToSidW.Addr(), 2, uintptr(unsafe.Pointer(stringSid)), uintptr(unsafe.Pointer(sid)), 0)
	/opt/homebrew/Cellar/go/1.24.3/libexec/src/syscall/security_window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment