Open
Description
From this build,
panic: test timed out after 3h0m0s
running tests:
TestRbfChannelFlushingTransitions (3h0m0s)
TestRbfChannelFlushingTransitions/unknown_event (3h0m0s)
goroutine 104 [running]:
testing.(*M).startAlarm.func1()
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2366 +0x385
created by time.goFunc
/opt/hostedtoolcache/go/1.22.6/x64/src/time/sleep.go:177 +0x2d
goroutine 1 [chan receive, 179 minutes]:
testing.tRunner.func1()
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1650 +0x4ab
testing.tRunner(0xc0001424e0, 0xc00058fc70)
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1695 +0x134
testing.runTests(0xc0000c00c0, {0x154b3a0, 0xa, 0xa}, {0x1?, 0x4f05ae?, 0x1559760?})
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2159 +0x445
testing.(*M).Run(0xc0002461e0)
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:2027 +0x68b
main.main()
_testmain.go:65 +0x16c
goroutine 20 [chan receive, 179 minutes]:
testing.(*T).Run(0xc0005ba340, {0xd98dca?, 0xd30d00?}, 0xc00050ee70)
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1750 +0x3ab
github.com/lightningnetwork/lnd/lnwallet/chancloser.assertUnknownEventFail(0xc0005ba340, {0xf7b558, 0xc0002f9860})
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:139 +0x7e
github.com/lightningnetwork/lnd/lnwallet/chancloser.TestRbfChannelFlushingTransitions(0xc0005ba340)
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:1143 +0x369
testing.tRunner(0xc0005ba340, 0xe9d098)
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 1
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1742 +0x390
goroutine 163 [chan receive, 179 minutes]:
github.com/lightningnetwork/lnd/lnwallet/chancloser.assertStateTransitions[...](0xc000592680, 0xc00050ef18, {0xc0002cdeb8, 0x1, 0xc0000b9e00})
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:112 +0xf0
github.com/lightningnetwork/lnd/lnwallet/chancloser.(*rbfCloserTestHarness).assertStartupAssertions(0xc0001a5c08)
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:230 +0x6e
github.com/lightningnetwork/lnd/lnwallet/chancloser.newCloser(0x603?, 0x512440?)
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:764 +0x1d
github.com/lightningnetwork/lnd/lnwallet/chancloser.assertUnknownEventFail.func1(0xc000592680)
/home/runner/work/lnd/lnd/lnwallet/chancloser/rbf_coop_test.go:140 +0x85
testing.tRunner(0xc000592680, 0xc00050ee70)
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1689 +0xfb
created by testing.(*T).Run in goroutine 20
/opt/hostedtoolcache/go/1.22.6/x64/src/testing/testing.go:1742 +0x390
goroutine 164 [select, 179 minutes]:
github.com/lightningnetwork/lnd/protofsm.(*StateMachine[...]).driveMachine(0xf91ca0)
/home/runner/work/lnd/lnd/protofsm/state_machine.go:656 +0x2de
github.com/lightningnetwork/lnd/protofsm.(*StateMachine[...]).Start.func1.1()
/home/runner/work/lnd/lnd/protofsm/state_machine.go:214 +0x1f
github.com/lightningnetwork/lnd/fn/v2.(*GoroutineManager).Go.func1()
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/goroutine_manager.go:50 +0x5a
created by github.com/lightningnetwork/lnd/fn/v2.(*GoroutineManager).Go in goroutine 163
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/goroutine_manager.go:48 +0xf6
goroutine 165 [select, 179 minutes]:
github.com/lightningnetwork/lnd/fn/v2.(*ConcurrentQueue[...]).start.func1()
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/conc_queue.go:68 +0x309
created by github.com/lightningnetwork/lnd/fn/v2.(*ConcurrentQueue[...]).start in goroutine 163
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/conc_queue.go:57 +0x79
goroutine 166 [select, 179 minutes]:
github.com/lightningnetwork/lnd/fn/v2.(*ConcurrentQueue[...]).start.func1()
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/conc_queue.go:68 +0x309
created by github.com/lightningnetwork/lnd/fn/v2.(*ConcurrentQueue[...]).start in goroutine 163
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/conc_queue.go:57 +0x79
goroutine 103 [select, 179 minutes]:
github.com/lightningnetwork/lnd/protofsm.(*StateMachine[...]).executeDaemonEvent.func3()
/home/runner/work/lnd/lnd/protofsm/state_machine.go:461 +0xb6
github.com/lightningnetwork/lnd/fn/v2.(*GoroutineManager).Go.func1()
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/goroutine_manager.go:50 +0x5a
created by github.com/lightningnetwork/lnd/fn/v2.(*GoroutineManager).Go in goroutine 164
/home/runner/go/pkg/mod/github.com/lightningnetwork/lnd/fn/[email protected]/goroutine_manager.go:48 +0xf6
FAIL github.com/lightningnetwork/lnd/lnwallet/chancloser 10800.098s
FAIL
ok github.com/lightningnetwork/lnd/chanacceptor 0.016s