Skip to content

Instantly share code, notes, and snippets.

@dmgk
Created June 11, 2022 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmgk/81705253fee6a09a30f84e1fb2cfee2a to your computer and use it in GitHub Desktop.
Save dmgk/81705253fee6a09a30f84e1fb2cfee2a to your computer and use it in GitHub Desktop.
[dg@freebsd ~/go/src]$ ./run.bash -k 2>&1 | tee ~/test.out
##### Building packages and commands.
##### Test execution environment.
# GOARCH: riscv64
# CPU:
# GOOS: freebsd
# OS Version: FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n256070-36447829aee: Sat Jun 11 05:17:00 UTC 2022 root@freebsd:/usr/obj/usr/src/riscv.riscv64/sys/GENERIC-NODEBUG riscv
##### Testing packages.
ok archive/tar (cached)
ok archive/zip (cached)
ok bufio (cached)
ok bytes (cached)
ok compress/bzip2 (cached)
ok compress/flate (cached)
ok compress/gzip (cached)
ok compress/lzw (cached)
ok compress/zlib (cached)
ok container/heap (cached)
ok container/list (cached)
ok container/ring (cached)
ok context (cached)
ok crypto (cached)
ok crypto/aes (cached)
ok crypto/cipher (cached)
ok crypto/des (cached)
ok crypto/dsa (cached)
ok crypto/ecdsa (cached)
ok crypto/ed25519 (cached)
ok crypto/elliptic (cached)
ok crypto/hmac (cached)
ok crypto/internal/boring (cached)
ok crypto/internal/edwards25519 (cached)
ok crypto/internal/edwards25519/field (cached)
ok crypto/internal/nistec (cached)
ok crypto/internal/nistec/fiat (cached) [no tests to run]
ok crypto/internal/subtle (cached)
ok crypto/md5 (cached)
ok crypto/rand (cached)
ok crypto/rc4 (cached)
ok crypto/rsa (cached)
ok crypto/sha1 (cached)
ok crypto/sha256 (cached)
ok crypto/sha512 (cached)
ok crypto/subtle (cached)
ok crypto/tls (cached)
ok crypto/x509 (cached)
ok database/sql (cached)
ok database/sql/driver (cached)
ok debug/buildinfo (cached)
ok debug/dwarf (cached)
ok debug/elf (cached)
ok debug/gosym (cached)
ok debug/macho (cached)
ok debug/pe (cached)
ok debug/plan9obj (cached)
ok embed (cached) [no tests to run]
ok embed/internal/embedtest (cached)
ok encoding/ascii85 (cached)
ok encoding/asn1 (cached)
ok encoding/base32 (cached)
ok encoding/base64 (cached)
ok encoding/binary (cached)
ok encoding/csv (cached)
ok encoding/gob (cached)
ok encoding/hex (cached)
ok encoding/json (cached)
ok encoding/pem (cached)
ok encoding/xml (cached)
ok errors (cached)
ok expvar (cached)
ok flag (cached)
ok fmt (cached)
ok go/ast (cached)
ok go/build 27.895s
ok go/build/constraint (cached)
ok go/constant (cached)
ok go/doc (cached)
ok go/doc/comment 27.838s
ok go/format (cached)
ok go/importer 3.187s
ok go/internal/gccgoimporter (cached)
ok go/internal/gcimporter 256.867s
ok go/internal/srcimporter 157.794s
ok go/parser (cached)
ok go/printer (cached)
ok go/scanner (cached)
ok go/token (cached)
ok go/types 35.045s
ok hash (cached)
ok hash/adler32 (cached)
ok hash/crc32 (cached)
ok hash/crc64 (cached)
ok hash/fnv (cached)
ok hash/maphash (cached)
ok html (cached)
ok html/template (cached)
ok image (cached)
ok image/color (cached)
ok image/draw (cached)
ok image/gif (cached)
ok image/jpeg (cached)
ok image/png (cached)
ok index/suffixarray (cached)
ok internal/abi 1.985s
ok internal/buildcfg (cached)
ok internal/cpu (cached)
ok internal/diff (cached)
ok internal/fmtsort (cached)
ok internal/fuzz (cached)
ok internal/godebug (cached)
ok internal/intern (cached)
ok internal/itoa (cached)
ok internal/poll (cached)
ok internal/profile (cached)
ok internal/reflectlite (cached)
ok internal/singleflight (cached)
ok internal/trace (cached)
ok internal/unsafeheader (cached)
ok internal/xcoff (cached)
ok io (cached)
ok io/fs (cached)
ok io/ioutil (cached)
ok log (cached)
ok log/syslog (cached)
ok math (cached)
ok math/big (cached)
ok math/bits (cached)
ok math/cmplx (cached)
ok math/rand (cached)
ok mime (cached)
ok mime/multipart (cached)
ok mime/quotedprintable (cached)
ok net (cached)
ok net/http 72.947s
ok net/http/cgi (cached)
ok net/http/cookiejar (cached)
ok net/http/fcgi (cached)
ok net/http/httptest (cached)
ok net/http/httptrace (cached)
ok net/http/httputil (cached)
ok net/http/internal (cached)
ok net/http/internal/ascii (cached)
ok net/http/pprof (cached)
ok net/internal/socktest (cached)
ok net/mail (cached)
ok net/netip 9.300s
ok net/rpc (cached)
ok net/rpc/jsonrpc (cached)
ok net/smtp (cached)
ok net/textproto (cached)
ok net/url (cached)
ok os 5.420s
ok os/exec 18.437s
ok os/exec/internal/fdtest (cached)
ok os/signal (cached)
ok os/user (cached)
ok path (cached)
ok path/filepath 1.435s
ok plugin (cached)
ok reflect (cached)
ok regexp (cached)
ok regexp/syntax (cached)
ok runtime 558.026s
ok runtime/cgo (cached)
ok runtime/debug (cached)
ok runtime/internal/atomic (cached)
ok runtime/internal/math (cached)
ok runtime/internal/sys (cached)
ok runtime/metrics (cached)
ok runtime/pprof 142.060s
ok runtime/trace (cached)
ok sort (cached)
ok strconv (cached)
ok strings (cached)
ok sync (cached)
ok sync/atomic (cached)
ok syscall (cached)
ok testing (cached)
ok testing/fstest (cached)
ok testing/iotest (cached)
ok testing/quick (cached)
ok text/scanner (cached)
ok text/tabwriter (cached)
ok text/template (cached)
ok text/template/parse (cached)
ok time (cached)
ok unicode (cached)
ok unicode/utf16 (cached)
ok unicode/utf8 (cached)
ok cmd/addr2line 48.755s
ok cmd/api 564.170s
ok cmd/asm/internal/asm (cached)
ok cmd/asm/internal/lex (cached)
ok cmd/compile/internal/abt (cached)
ok cmd/compile/internal/amd64 (cached)
ok cmd/compile/internal/dwarfgen 19.721s
ok cmd/compile/internal/importer 16.972s
ok cmd/compile/internal/ir (cached)
ok cmd/compile/internal/logopt 6.833s
ok cmd/compile/internal/noder (cached)
ok cmd/compile/internal/reflectdata (cached) [no tests to run]
ok cmd/compile/internal/ssa 23.095s
ok cmd/compile/internal/syntax (cached)
ok cmd/compile/internal/test 133.341s
ok cmd/compile/internal/typecheck 17.602s
ok cmd/compile/internal/types (cached)
ok cmd/compile/internal/types2 21.938s
ok cmd/cover 137.648s
ok cmd/dist 0.319s
ok cmd/doc 12.166s
ok cmd/fix 154.774s
ok cmd/go 1389.831s
ok cmd/go/internal/auth (cached)
ok cmd/go/internal/cache (cached)
ok cmd/go/internal/fsys (cached)
ok cmd/go/internal/generate (cached)
ok cmd/go/internal/get (cached)
ok cmd/go/internal/imports (cached)
ok cmd/go/internal/load (cached)
ok cmd/go/internal/lockedfile (cached)
ok cmd/go/internal/lockedfile/internal/filelock (cached)
ok cmd/go/internal/modconv (cached)
ok cmd/go/internal/modfetch (cached)
ok cmd/go/internal/modfetch/codehost (cached)
ok cmd/go/internal/modfetch/zip_sum_test (cached)
ok cmd/go/internal/modindex (cached)
ok cmd/go/internal/modload (cached)
ok cmd/go/internal/mvs (cached)
ok cmd/go/internal/par (cached)
ok cmd/go/internal/search (cached)
ok cmd/go/internal/str (cached)
ok cmd/go/internal/test 2.115s
ok cmd/go/internal/vcs (cached)
ok cmd/go/internal/web (cached)
ok cmd/go/internal/work (cached)
ok cmd/gofmt (cached)
ok cmd/internal/archive (cached)
ok cmd/internal/buildid (cached)
ok cmd/internal/dwarf (cached)
ok cmd/internal/edit (cached)
ok cmd/internal/goobj (cached)
ok cmd/internal/moddeps 70.557s
ok cmd/internal/notsha256 (cached)
ok cmd/internal/obj 12.913s
ok cmd/internal/obj/ppc64 5.268s
ok cmd/internal/obj/riscv 12.365s
ok cmd/internal/obj/s390x (cached)
ok cmd/internal/obj/x86 9.684s
ok cmd/internal/objabi (cached)
ok cmd/internal/pkgpath (cached)
ok cmd/internal/quoted (cached)
ok cmd/internal/src (cached)
ok cmd/internal/sys (cached)
ok cmd/internal/test2json (cached)
ok cmd/link 304.177s
ok cmd/link/internal/benchmark (cached)
ok cmd/link/internal/ld 549.957s
ok cmd/link/internal/loader (cached)
ok cmd/nm 222.020s
ok cmd/objdump (cached)
ok cmd/pack 137.509s
ok cmd/pprof (cached)
ok cmd/trace (cached)
ok cmd/vet 184.892s
##### os/user with tag osusergo
ok os/user 0.196s
##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
ok runtime 120.935s
##### sync -cpu=10
ok sync 6.079s
##### ../misc/cgo/stdio
PASS
##### ../misc/cgo/life
PASS
##### ../misc/cgo/test
PASS
ok misc/cgo/test 126.480s
##### ../misc/cgo/testgodefs
PASS
##### ../misc/cgo/testso
ok misc/cgo/testso 51.138s
##### ../misc/cgo/testsovar
ok misc/cgo/testsovar 52.271s
##### ../misc/cgo/errors
PASS
##### ../test/bench/go1
##### ../test
##### API check
Error running API checker: exit status 1
-pkg syscall (freebsd-amd64), const SYS_KEVENT = 363
+pkg syscall (freebsd-amd64), const SYS_KEVENT = 560
-pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363
+pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 560
exit status 1
2022/06/11 18:21:38 Failed: exit status 1
FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment