linux-386 at e5feffcba4f6d2d61a558711ab16d071477aaee0 :: Running /workdir/go/src/make.bash with args ["/workdir/go/src/make.bash"] and env ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HOSTNAME=buildlet-linux-jessie-rn6467eca" "DEBIAN_FRONTEND=noninteractive" "HOME=/root" "USER=root" "GO_STAGE0_NET_DELAY=19.1s" "GO_STAGE0_DL_DELAY=100ms" "WORKDIR=/workdir" "GOROOT_BOOTSTRAP=/workdir/go1.4" "GO_BUILDER_NAME=linux-386" "GOROOT_BOOTSTRAP=/go1.4" "GOARCH=386" "GOHOSTARCH=386" "GO_DISABLE_OUTBOUND_NETWORK=1" "GOBIN=" "TMPDIR=/workdir/tmp" "GOCACHE=/workdir/gocache"] in dir /workdir/go/src Building Go cmd/dist using /go1.4. Building Go toolchain1 using /go1.4. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/386. --- Installed Go for linux/386 in /workdir/go Installed commands in /workdir/go/bin ##### Testing packages. ok archive/tar 0.037s ok archive/zip 1.005s ok bufio 0.102s ok bytes 2.389s ok compress/bzip2 0.119s ok compress/flate 1.140s ok compress/gzip 0.165s ok compress/lzw 0.080s ok compress/zlib 0.558s ok container/heap 0.015s ok container/list 0.004s ok container/ring 0.013s ok context 0.978s ok crypto 0.011s ok crypto/aes 0.037s ok crypto/cipher 0.092s ok crypto/des 0.047s ok crypto/dsa 0.007s ok crypto/ecdsa 0.181s ok crypto/elliptic 0.050s ok crypto/hmac 0.037s ok crypto/internal/subtle 0.025s ok crypto/md5 0.012s ok crypto/rand 0.029s ok crypto/rc4 0.083s ok crypto/rsa 0.109s ok crypto/sha1 0.005s ok crypto/sha256 0.005s ok crypto/sha512 0.006s ok crypto/subtle 0.007s ok crypto/tls 2.020s ok crypto/x509 2.750s ok database/sql 0.600s ok database/sql/driver 0.005s ok debug/dwarf 0.016s ok debug/elf 0.017s ok debug/gosym 0.014s ok debug/macho 0.004s ok debug/pe 0.005s ok debug/plan9obj 0.003s ok encoding/ascii85 0.042s ok encoding/asn1 0.004s ok encoding/base32 0.019s ok encoding/base64 0.019s ok encoding/binary 0.004s ok encoding/csv 0.007s ok encoding/gob 0.038s ok encoding/hex 0.016s ok encoding/json 0.289s ok encoding/pem 0.013s ok encoding/xml 0.017s ok errors 0.008s ok expvar 0.004s ok flag 0.005s ok fmt 0.074s ok go/ast 0.006s ok go/build 0.109s ok go/constant 0.007s ok go/doc 0.036s ok go/format 0.021s ok go/importer 0.055s ok go/internal/gccgoimporter 0.012s ok go/internal/gcimporter 1.331s ok go/internal/srcimporter 2.107s ok go/parser 0.024s ok go/printer 0.295s ok go/scanner 0.004s ok go/token 0.032s ok go/types 0.893s ok hash 0.029s ok hash/adler32 0.013s ok hash/crc32 0.007s ok hash/crc64 0.033s ok hash/fnv 0.004s ok html 0.004s ok html/template 0.042s ok image 0.066s ok image/color 0.031s ok image/draw 0.076s ok image/gif 0.257s ok image/jpeg 0.216s ok image/png 0.070s ok index/suffixarray 0.006s ok internal/cpu 0.007s ok internal/fmtsort 0.019s ok internal/poll 0.171s ok internal/reflectlite 0.004s ok internal/singleflight 0.013s ok internal/trace 1.778s ok internal/xcoff 0.008s ok io 0.027s ok io/ioutil 0.003s ok log 0.005s ok log/syslog 1.221s ok math 0.008s ok math/big 1.910s ok math/bits 0.010s ok math/cmplx 0.049s ok math/rand 0.695s ok mime 0.010s ok mime/multipart 0.385s ok mime/quotedprintable 0.121s ok net 8.665s ok net/http 4.433s ok net/http/cgi 0.273s ok net/http/cookiejar 0.013s ok net/http/fcgi 0.006s ok net/http/httptest 0.031s ok net/http/httptrace 0.004s ok net/http/httputil 0.075s ok net/http/internal 0.011s ok net/http/pprof 2.010s ok net/internal/socktest 0.003s ok net/mail 0.007s ok net/rpc 0.026s ok net/rpc/jsonrpc 0.007s ok net/smtp 0.039s ok net/textproto 0.025s ok net/url 0.026s ok os 0.642s ok os/exec 0.507s ok os/user 0.004s ok os/signal 4.407s ok path 0.013s ok path/filepath 0.011s ok plugin 0.003s ok reflect 0.102s ok regexp 0.119s ok regexp/syntax 0.871s --- FAIL: TestGdbPythonCgo (1.03s) runtime-gdb_test.go:66: gdb version 7.7 runtime-gdb_test.go:229: gdb output: Loading Go Runtime support. Loading Go Runtime support. Breakpoint 1 at 0x80c7ac8: file /workdir/tmp/go-build110974128/main.go, line 15. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0xe7b83b40 (LWP 25844)] [New Thread 0xe7382b40 (LWP 25845)] [New Thread 0xe6b81b40 (LWP 25846)] [New Thread 0xe6180b40 (LWP 25847)] Breakpoint 1, main.main () at /workdir/tmp/go-build110974128/main.go:15 15 fmt.Println("hi") BEGIN info goroutines * 1 running runtime.systemstack_switch 2 runnable runtime.forcegchelper 3 waiting runtime.gopark 4 runnable runtime.runfinq END BEGIN print mapvar $1 = map[string]string = {["ghi"] = "jkl", ["abc"] = "def"} END BEGIN print strvar $2 = "abc" END BEGIN info locals mapvar = map[string]string = {["ghi"] = "jkl", ["abc"] = "def"} strvar = "abc" slicevar = []string END BEGIN goroutine 1 bt [New Thread 0xe597fb40 (LWP 25848)] #0 main.main () at /workdir/tmp/go-build110974128/main.go:15 END BEGIN goroutine 2 bt #0 runtime.forcegchelper () at /workdir/go/src/runtime/proc.go:242 #1 0x08092b01 in runtime.goexit () at /workdir/go/src/runtime/asm_386.s:1324 #2 0x00000000 in ?? () END Breakpoint 2 at 0x80c7b45: file /workdir/tmp/go-build110974128/main.go, line 19. hi Breakpoint 2, main.main () at /workdir/tmp/go-build110974128/main.go:20 20 } // END_OF_PROGRAM BEGIN goroutine 1 bt at the end #0 main.main () at /workdir/tmp/go-build110974128/main.go:20 END runtime-gdb_test.go:95: malformed backtrace at line 0: [New Thread 0xe597fb40 (LWP 25848)] FAIL FAIL runtime 21.924s 2019/04/19 15:02:18 Failed: exit status 1 Error: tests failed: dist test failed: go_test:runtime: exit status 1