openbsd-386-72 at 8f1ec59bdb2d095b9caf31f6f3fd3e167b14ef0a :: Running /tmp/workdir/go/src/make.bash with args ["/tmp/workdir/go/src/make.bash" "-force"] and env ["HOME=/" "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin" "INRC=1" "_=/bin/sh" "WORKDIR=/tmp/workdir" "GOROOT_BOOTSTRAP=/tmp/workdir/go1.4" "GO_BUILDER_NAME=openbsd-386-72" "GOBIN=" "TMPDIR=/tmp/workdir/tmp" "GOCACHE=/tmp/workdir/gocache" "GOPLSCACHE=/tmp/workdir/goplscache" "PWD=/tmp/workdir/go/src"] in dir /tmp/workdir/go/src Building Go cmd/dist using /tmp/workdir/go1.4. (go1.20.6 openbsd/386) Building Go toolchain1 using /tmp/workdir/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 openbsd/386. --- Installed Go for openbsd/386 in /tmp/workdir/go Installed commands in /tmp/workdir/go/bin *** You need to add /tmp/workdir/go/bin to your PATH. ##### Test execution environment. # GOARCH: 386 # CPU: Intel(R) Xeon(R) CPU @ 2.80GHz # GOOS: openbsd # OS Version: OpenBSD 7.2 OpenBSD 7.2 (GENERIC) #5: Tue Jul 25 16:20:24 CEST 2023 root@syspatch-72-i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC i386 ##### Testing packages. ok archive/tar 0.162s ok archive/zip 0.379s ok bufio 0.067s ok bytes 0.331s ok cmp 0.015s ok compress/bzip2 0.088s ok compress/flate 0.664s ok compress/gzip 1.369s ok compress/lzw 0.075s ok compress/zlib 0.405s ok container/heap 0.016s ok container/list 0.017s ok container/ring 0.017s ok context 0.297s ok crypto 1.034s ok crypto/aes 0.031s ok crypto/cipher 0.019s ok crypto/des 0.027s ok crypto/dsa 0.017s ok crypto/ecdh 0.257s ok crypto/ecdsa 0.174s ok crypto/ed25519 0.263s ok crypto/elliptic 0.057s ok crypto/hmac 0.028s ok crypto/internal/alias 0.016s ok crypto/internal/bigmod 0.056s ok crypto/internal/boring 0.015s ok crypto/internal/boring/bcache 0.168s ok crypto/internal/edwards25519 0.413s ok crypto/internal/edwards25519/field 0.068s ok crypto/internal/hpke 0.020s ok crypto/internal/mlkem768 0.252s ok crypto/internal/nistec 0.922s ok crypto/internal/nistec/fiat 0.014s [no tests to run] ok crypto/md5 0.018s ok crypto/rand 0.112s ok crypto/rc4 0.053s ok crypto/rsa 0.861s ok crypto/sha1 0.018s ok crypto/sha256 0.019s ok crypto/sha512 0.021s ok crypto/subtle 0.251s ok crypto/tls 1.803s ok crypto/x509 2.038s ok database/sql 0.763s ok database/sql/driver 0.015s ok debug/buildinfo 0.023s ok debug/dwarf 0.055s ok debug/elf 0.190s ok debug/gosym 0.055s ok debug/macho 0.025s ok debug/pe 0.067s ok debug/plan9obj 0.017s ok embed 0.016s [no tests to run] ok embed/internal/embedtest 0.016s ok encoding/ascii85 0.016s ok encoding/asn1 0.019s ok encoding/base32 0.037s ok encoding/base64 0.018s ok encoding/binary 0.023s ok encoding/csv 0.027s ok encoding/gob 3.355s ok encoding/hex 0.018s ok encoding/json 0.427s ok encoding/pem 1.003s ok encoding/xml 0.087s ok errors 0.018s ok expvar 0.019s ok flag 0.070s ok fmt 0.100s ok go/ast 0.021s ok go/build 3.120s ok go/build/constraint 0.018s ok go/constant 0.019s ok go/doc 0.105s ok go/doc/comment 1.372s ok go/format 0.025s ok go/importer 0.512s ok go/internal/gccgoimporter 0.036s ok go/internal/gcimporter 3.381s ok go/internal/srcimporter 16.033s ok go/parser 0.454s ok go/printer 0.171s ok go/scanner 0.016s ok go/token 0.028s ok go/types 21.189s ok go/version 0.015s ok hash 0.016s ok hash/adler32 0.022s ok hash/crc32 0.019s ok hash/crc64 0.016s ok hash/fnv 0.015s ok hash/maphash 0.065s ok html 0.018s ok html/template 0.084s ok image 0.076s ok image/color 0.026s ok image/draw 0.081s ok image/gif 0.147s ok image/jpeg 0.191s ok image/png 0.273s ok index/suffixarray 0.171s ok internal/abi 0.154s ok internal/buildcfg 0.015s ok internal/chacha8rand 0.015s ok internal/concurrent 0.066s ok internal/coverage/cfile 1.389s ok internal/coverage/cformat 0.015s ok internal/coverage/cmerge 0.015s ok internal/coverage/pods 0.018s ok internal/coverage/slicereader 0.016s ok internal/coverage/slicewriter 0.015s ok internal/coverage/test 0.023s ok internal/cpu 0.035s ok internal/dag 0.016s ok internal/diff 0.021s ok internal/fmtsort 0.015s ok internal/fuzz 0.024s ok internal/godebug 1.020s ok internal/godebugs 5.905s ok internal/gover 0.015s ok internal/itoa 0.015s ok internal/platform 1.422s ok internal/poll 0.068s ok internal/profile 0.015s ok internal/reflectlite 0.017s ok internal/runtime/atomic 0.050s ok internal/saferio 0.106s ok internal/singleflight 0.081s ok internal/sysinfo 0.015s ok internal/testenv 0.360s --- FAIL: TestTraceStress (137.41s) --- FAIL: TestTraceStress/Default (137.41s) exec.go:193: test timed out while running command: /tmp/workdir/go/bin/go run testdata/testprog/stress.go trace_test.go:579: signal: killed panic: test timed out after 3m0s running tests: TestTraceStressStartStop (7s) TestTraceStressStartStop/Default (7s) goroutine 126 gp=0x54d005a8 m=3 mp=0x5483ca08 [running]: panic({0x8238020, 0x54f881f8}) /tmp/workdir/go/src/runtime/panic.go:804 +0x138 fp=0x54834784 sp=0x54834730 pc=0x80b6538 testing.(*M).startAlarm.func1() /tmp/workdir/go/src/testing/testing.go:2373 +0x386 fp=0x548347f0 sp=0x54834784 pc=0x8142736 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x548347f4 sp=0x548347f0 pc=0x80bcf01 created by time.goFunc /tmp/workdir/go/src/time/sleep.go:215 +0x29 goroutine 1 gp=0x54806128 m=nil [chan receive]: runtime.gopark(0x827dacc, 0x557a21b4, 0xe, 0x7, 0x2) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54886c54 sp=0x54886c40 pc=0x80b68ea runtime.chanrecv(0x557a2180, 0x54886cc7, 0x1) /tmp/workdir/go/src/runtime/chan.go:639 +0x3bd fp=0x54886c90 sp=0x54886c54 pc=0x804db5d runtime.chanrecv1(0x557a2180, 0x54886cc7) /tmp/workdir/go/src/runtime/chan.go:489 +0x1c fp=0x54886ca4 sp=0x54886c90 pc=0x804d76c testing.(*T).Run(0x54880008, {0x826f6e9, 0x18}, 0x827d930) /tmp/workdir/go/src/testing/testing.go:1751 +0x3ea fp=0x54886d1c sp=0x54886ca4 pc=0x813f23a testing.runTests.func1(0x54880008) /tmp/workdir/go/src/testing/testing.go:2168 +0x3f fp=0x54886d3c sp=0x54886d1c pc=0x814133f testing.tRunner(0x54880008, 0x54886df4) /tmp/workdir/go/src/testing/testing.go:1690 +0x113 fp=0x54886d9c sp=0x54886d3c pc=0x813e373 testing.runTests(0x54810040, {0x83e41e0, 0x1a, 0x1a}, {0xc19d7528b00ea250, 0x29e8edf2d4, 0x83ebea0}) /tmp/workdir/go/src/testing/testing.go:2166 +0x379 fp=0x54886e08 sp=0x54886d9c pc=0x8141259 testing.(*M).Run(0x54858050) /tmp/workdir/go/src/testing/testing.go:2034 +0x634 fp=0x54886f54 sp=0x54886e08 pc=0x813fcb4 main.main() _testmain.go:99 +0xdf fp=0x54886fac sp=0x54886f54 pc=0x821bfbf runtime.main() /tmp/workdir/go/src/runtime/proc.go:272 +0x288 fp=0x54886ff0 sp=0x54886fac pc=0x80815e8 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54886ff4 sp=0x54886ff0 pc=0x80bcf01 goroutine 2 gp=0x54806488 m=nil [force gc (idle), 3 minutes]: runtime.gopark(0x827dc38, 0x83ebb58, 0x11, 0xa, 0x1) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54838fdc sp=0x54838fc8 pc=0x80b68ea runtime.goparkunlock(...) /tmp/workdir/go/src/runtime/proc.go:430 runtime.forcegchelper() /tmp/workdir/go/src/runtime/proc.go:337 +0xc7 fp=0x54838ff0 sp=0x54838fdc pc=0x8081947 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54838ff4 sp=0x54838ff0 pc=0x80bcf01 created by runtime.init.6 in goroutine 1 /tmp/workdir/go/src/runtime/proc.go:325 +0x1d goroutine 3 gp=0x548065a8 m=nil [GC sweep wait]: runtime.gopark(0x827dc38, 0x83ebcf0, 0xc, 0x9, 0x1) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x548397cc sp=0x548397b8 pc=0x80b68ea runtime.goparkunlock(...) /tmp/workdir/go/src/runtime/proc.go:430 runtime.bgsweep(0x5481e040) /tmp/workdir/go/src/runtime/mgcsweep.go:317 +0xec fp=0x548397e8 sp=0x548397cc pc=0x806b4ec runtime.gcenable.gowrap1() /tmp/workdir/go/src/runtime/mgc.go:203 +0x21 fp=0x548397f0 sp=0x548397e8 pc=0x805cf61 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x548397f4 sp=0x548397f0 pc=0x80bcf01 created by runtime.gcenable in goroutine 1 /tmp/workdir/go/src/runtime/mgc.go:203 +0x71 goroutine 4 gp=0x548066c8 m=nil [GC scavenge wait]: runtime.gopark(0x827dc38, 0x83ebfc0, 0xd, 0xa, 0x2) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54839fb8 sp=0x54839fa4 pc=0x80b68ea runtime.goparkunlock(...) /tmp/workdir/go/src/runtime/proc.go:430 runtime.(*scavengerState).park(0x83ebfc0) /tmp/workdir/go/src/runtime/mgcscavenge.go:425 +0x54 fp=0x54839fcc sp=0x54839fb8 pc=0x8068ad4 runtime.bgscavenge(0x5481e040) /tmp/workdir/go/src/runtime/mgcscavenge.go:658 +0x69 fp=0x54839fe8 sp=0x54839fcc pc=0x8069129 runtime.gcenable.gowrap2() /tmp/workdir/go/src/runtime/mgc.go:204 +0x21 fp=0x54839ff0 sp=0x54839fe8 pc=0x805cf21 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54839ff4 sp=0x54839ff0 pc=0x80bcf01 created by runtime.gcenable in goroutine 1 /tmp/workdir/go/src/runtime/mgc.go:204 +0xb1 goroutine 5 gp=0x54806c68 m=nil [finalizer wait, 2 minutes]: runtime.gopark(0x827daec, 0x83f80f4, 0x10, 0xa, 0x1) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x5483a798 sp=0x5483a784 pc=0x80b68ea runtime.runfinq() /tmp/workdir/go/src/runtime/mfinal.go:193 +0xf0 fp=0x5483a7f0 sp=0x5483a798 pc=0x805c0c0 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x5483a7f4 sp=0x5483a7f0 pc=0x80bcf01 created by runtime.createfing in goroutine 1 /tmp/workdir/go/src/runtime/mfinal.go:163 +0x5a goroutine 12 gp=0x54806d88 m=nil [chan receive, 3 minutes]: runtime.gopark(0x827dacc, 0x5481e274, 0xe, 0x7, 0x2) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54885d3c sp=0x54885d28 pc=0x80b68ea runtime.chanrecv(0x5481e240, 0x0, 0x1) /tmp/workdir/go/src/runtime/chan.go:639 +0x3bd fp=0x54885d78 sp=0x54885d3c pc=0x804db5d runtime.chanrecv1(0x5481e240, 0x0) /tmp/workdir/go/src/runtime/chan.go:489 +0x1c fp=0x54885d8c sp=0x54885d78 pc=0x804d76c testing.(*T).Parallel(0x54880208) /tmp/workdir/go/src/testing/testing.go:1484 +0x244 fp=0x54885e08 sp=0x54885d8c pc=0x813e054 internal/trace_test.TestMMU(0x54880208) /tmp/workdir/go/src/internal/trace/gc_test.go:28 +0x2c fp=0x54885f84 sp=0x54885e08 pc=0x820f05c testing.tRunner(0x54880208, 0x827d8e4) /tmp/workdir/go/src/testing/testing.go:1690 +0x113 fp=0x54885fe4 sp=0x54885f84 pc=0x813e373 testing.(*T).Run.gowrap1() /tmp/workdir/go/src/testing/testing.go:1743 +0x28 fp=0x54885ff0 sp=0x54885fe4 pc=0x813f378 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54885ff4 sp=0x54885ff0 pc=0x80bcf01 created by testing.(*T).Run in goroutine 1 /tmp/workdir/go/src/testing/testing.go:1743 +0x3cb goroutine 10 gp=0x548070e8 m=nil [GC worker (idle), 1 minutes]: runtime.gopark(0x827dafc, 0x54818c48, 0x1a, 0xa, 0x0) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x5483878c sp=0x54838778 pc=0x80b68ea runtime.gcBgMarkWorker(0x5481fd80) /tmp/workdir/go/src/runtime/mgc.go:1363 +0xeb fp=0x548387e8 sp=0x5483878c pc=0x805f89b runtime.gcBgMarkStartWorkers.gowrap1() /tmp/workdir/go/src/runtime/mgc.go:1279 +0x21 fp=0x548387f0 sp=0x548387e8 pc=0x805f791 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x548387f4 sp=0x548387f0 pc=0x80bcf01 created by runtime.gcBgMarkStartWorkers in goroutine 9 /tmp/workdir/go/src/runtime/mgc.go:1279 +0x114 goroutine 120 gp=0x54806ea8 m=nil [chan receive]: runtime.gopark(0x827dacc, 0x557a2234, 0xe, 0x7, 0x2) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54835e6c sp=0x54835e58 pc=0x80b68ea runtime.chanrecv(0x557a2200, 0x54835edf, 0x1) /tmp/workdir/go/src/runtime/chan.go:639 +0x3bd fp=0x54835ea8 sp=0x54835e6c pc=0x804db5d runtime.chanrecv1(0x557a2200, 0x54835edf) /tmp/workdir/go/src/runtime/chan.go:489 +0x1c fp=0x54835ebc sp=0x54835ea8 pc=0x804d76c testing.(*T).Run(0x54f86208, {0x8268845, 0x7}, 0x54f88118) /tmp/workdir/go/src/testing/testing.go:1751 +0x3ea fp=0x54835f34 sp=0x54835ebc pc=0x813f23a internal/trace_test.testTraceProg(0x54f86208, {0x826d8cb, 0x14}, 0x0) /tmp/workdir/go/src/internal/trace/trace_test.go:614 +0x22b fp=0x54835f70 sp=0x54835f34 pc=0x821678b internal/trace_test.TestTraceStressStartStop(0x54f86208) /tmp/workdir/go/src/internal/trace/trace_test.go:518 +0x35 fp=0x54835f84 sp=0x54835f70 pc=0x8216495 testing.tRunner(0x54f86208, 0x827d930) /tmp/workdir/go/src/testing/testing.go:1690 +0x113 fp=0x54835fe4 sp=0x54835f84 pc=0x813e373 testing.(*T).Run.gowrap1() /tmp/workdir/go/src/testing/testing.go:1743 +0x28 fp=0x54835ff0 sp=0x54835fe4 pc=0x813f378 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54835ff4 sp=0x54835ff0 pc=0x80bcf01 created by testing.(*T).Run in goroutine 1 /tmp/workdir/go/src/testing/testing.go:1743 +0x3cb goroutine 121 gp=0x54806fc8 m=2 mp=0x5483c508 [syscall]: syscall.syscall6(0x80cbc60, 0x1c31, 0x54884e50, 0x0, 0x54f82140, 0x0, 0x0) /tmp/workdir/go/src/runtime/sys_openbsd3.go:54 +0x20 fp=0x54884dfc sp=0x54884dec pc=0x80ba210 syscall.wait4(0x1c31, 0x54884e50, 0x0, 0x54f82140) /tmp/workdir/go/src/syscall/zsyscall_openbsd_386.go:43 +0x61 fp=0x54884e34 sp=0x54884dfc pc=0x80ca131 syscall.Wait4(0x1c31, 0x54884e74, 0x0, 0x54f82140) /tmp/workdir/go/src/syscall/syscall_bsd.go:144 +0x3b fp=0x54884e58 sp=0x54884e34 pc=0x80c997b os.(*Process).pidWait(0x5492c270) /tmp/workdir/go/src/os/exec_unix.go:70 +0xb4 fp=0x54884e90 sp=0x54884e58 pc=0x80e82d4 os.(*Process).wait(0x5492c270) /tmp/workdir/go/src/os/exec_unix.go:30 +0x23 fp=0x54884ea4 sp=0x54884e90 pc=0x80e81c3 os.(*Process).Wait(...) /tmp/workdir/go/src/os/exec.go:358 os/exec.(*Cmd).Wait(0x548cc008) /tmp/workdir/go/src/os/exec/exec.go:906 +0x36 fp=0x54884edc sp=0x54884ea4 pc=0x8167fc6 os/exec.(*Cmd).Run(0x548cc008) /tmp/workdir/go/src/os/exec/exec.go:610 +0x3f fp=0x54884eec sp=0x54884edc pc=0x8166d5f internal/trace_test.testTraceProg.func1(0x54f86308, 0x0, {0x0, 0x0}) /tmp/workdir/go/src/internal/trace/trace_test.go:575 +0x3b4 fp=0x54884f70 sp=0x54884eec pc=0x8216e04 internal/trace_test.testTraceProg.func2(0x54f86308) /tmp/workdir/go/src/internal/trace/trace_test.go:615 +0x32 fp=0x54884f84 sp=0x54884f70 pc=0x8216a42 testing.tRunner(0x54f86308, 0x54f88118) /tmp/workdir/go/src/testing/testing.go:1690 +0x113 fp=0x54884fe4 sp=0x54884f84 pc=0x813e373 testing.(*T).Run.gowrap1() /tmp/workdir/go/src/testing/testing.go:1743 +0x28 fp=0x54884ff0 sp=0x54884fe4 pc=0x813f378 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54884ff4 sp=0x54884ff0 pc=0x80bcf01 created by testing.(*T).Run in goroutine 120 /tmp/workdir/go/src/testing/testing.go:1743 +0x3cb goroutine 124 gp=0x54d00a28 m=nil [chan send]: runtime.gopark(0x827dacc, 0x557a22b4, 0xf, 0x6, 0x2) /tmp/workdir/go/src/runtime/proc.go:424 +0xfa fp=0x54888ee8 sp=0x54888ed4 pc=0x80b68ea runtime.chansend(0x557a2280, 0x54888fd4, 0x1, 0x8167eb7) /tmp/workdir/go/src/runtime/chan.go:270 +0x299 fp=0x54888f20 sp=0x54888ee8 pc=0x804cef9 runtime.chansend1(0x557a2280, 0x54888fd4) /tmp/workdir/go/src/runtime/chan.go:156 +0x24 fp=0x54888f38 sp=0x54888f20 pc=0x804cc54 os/exec.(*Cmd).watchCtx(0x548cc008, 0x557a2280) /tmp/workdir/go/src/os/exec/exec.go:857 +0x497 fp=0x54888fe4 sp=0x54888f38 pc=0x8167eb7 os/exec.(*Cmd).Start.gowrap2() /tmp/workdir/go/src/os/exec/exec.go:759 +0x28 fp=0x54888ff0 sp=0x54888fe4 pc=0x81677d8 runtime.goexit({}) /tmp/workdir/go/src/runtime/asm_386.s:1393 +0x1 fp=0x54888ff4 sp=0x54888ff0 pc=0x80bcf01 created by os/exec.(*Cmd).Start in goroutine 121 /tmp/workdir/go/src/os/exec/exec.go:759 +0x8d5 FAIL internal/trace 180.814s ok internal/trace/internal/oldtrace 0.415s FAIL go tool dist: Failed: exit status 1