Pastebin

Paste #26009: klddufg

< previous paste - next paste>

Pasted by jdhfyr

Download View as text

2024-08-24 16:30:16.936 server.go:671 [P2PServer] INFO Outgoing connection to 62.197.145.35:37888
2024-08-24 16:30:17.377 sidechain.go:485 [SideChain] INFO add_block: height = 8497245, id = 7fe9c739cd60d0a79d44533948b64ac4aa4ce5bdd89465f63e92748bf51f2b02, mainchain height = 3222298, ver
ified = false, total = 4463
2024-08-24 16:30:17.380 sidechain.go:556 [SideChain] INFO verified block at height = 8497245, depth = 0, id = 7fe9c739cd60d0a79d44533948b64ac4aa4ce5bdd89465f63e92748bf51f2b02, mainchain hei
ght = 3222298, mined by 48gg6b1iCHLB4YS7kRyxJiLsanZBAHf2WhtrHbzjNwgcT77p4bVtb1pDZGk87FR9dEYBtQA5ZSQcmGfiAjVo7cuMTrvpQi6 via P2Pool v4.1
2024-08-24 16:30:17.381 sidechain.go:1065 [SideChain] INFO pruned 1 old blocks at heights <= 8492913
2024-08-24 16:30:17.748 server.go:394 [P2PServer] INFO Connection to 62.197.145.35:37888 rejected (dial tcp 62.197.145.35:37888: operation was canceled)
2024-08-24 16:30:17.748 server.go:558 [P2PServer] ERROR Connection accept failed accept tcp [::]:57891: use of closed network connection
2024-08-24 16:30:17.748 p2pool.go:150 [] PANIC [P2Pool] Closed due to error loop: recv: EOF
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 127.0.0.1:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 77.86.72.168:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 93.51.226.223:37889 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 98.255.77.95:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 173.81.16.70:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 75.155.249.31:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 23.105.171.87:37888 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 92.15.26.132:37889 connection closed
2024-08-24 16:30:17.748 client.go:1002 [P2PClient] INFO Peer 107.185.92.180:37888 connection closed
panic: [P2Pool] Closed due to error loop: recv: EOF

goroutine 40 [running]:
git.gammaspectra.live/P2Pool/consensus/v4/utils.Panicf({0x939bf2?, 0x9f9bf8?}, {0xc013635f90?, 0x7c0980?, 0x9fb878?})
        git.gammaspectra.live/P2Pool/consensus/v4@v4.0.5/utils/logger.go:34 +0x65
main.(*P2Pool).Close(0xc000692000, {0x9f6a40, 0xc000a25240})
        git.gammaspectra.live/P2Pool/go-p2pool/v4/p2pool.go:150 +0x185
main.(*P2Pool).Run.func1()
        git.gammaspectra.live/P2Pool/go-p2pool/v4/p2pool.go:400 +0x3a
created by main.(*P2Pool).Run in goroutine 1
        git.gammaspectra.live/P2Pool/go-p2pool/v4/p2pool.go:397 +0xbb

goroutine 1 [runnable]:
runtime.Gosched(...)
        runtime/proc.go:342

goroutine 34 [IO wait]:
internal/poll.runtime_pollWait(0x7188c98c8460, 0x72)
        runtime/netpoll.go:345 +0x85
internal/poll.(*pollDesc).wait(0x7?, 0x417d0d?, 0x0)
        internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitRead(...)
        internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Accept(0xc00071a000)
        internal/poll/fd_unix.go:611 +0x2ac
net.(*netFD).accept(0xc00071a000)
        net/fd_unix.go:172 +0x29
net.(*TCPListener).accept(0xc00072c000)
        net/tcpsock_posix.go:159 +0x1e
net.(*TCPListener).Accept(0xc00072c000)
        net/tcpsock.go:327 +0x30
net/http.(*Server).Serve(0xc0009e2000, {0x9f8ac8, 0xc00072c000})
        net/http/server.go:3255 +0x33e
net/http.(*Server).ListenAndServe(0xc0009e2000)
        net/http/server.go:3184 +0x71
main.main.func3()
        git.gammaspectra.live/P2Pool/go-p2pool/v4/main.go:184 +0x17
created by main.main in goroutine 1
        git.gammaspectra.live/P2Pool/go-p2pool/v4/main.go:182 +0x149b

goroutine 66 [syscall, 2029 minutes]:
os/signal.signal_recv()
        runtime/sigqueue.go:152 +0x29
os/signal.loop()
        os/signal/signal_unix.go:23 +0x13
created by os/signal.Notify.func1.1 in goroutine 1
        os/signal/signal.go:151 +0x1f

goroutine 67 [chan receive, 2029 minutes]:
main.main.func11()
        git.gammaspectra.live/P2Pool/go-p2pool/v4/main.go:347 +0x3b
created by main.main in goroutine 1
        git.gammaspectra.live/P2Pool/go-p2pool/v4/main.go:346 +0x1d54

goroutine 24 [chan send, 2025 minutes]:
git.gammaspectra.live/P2Pool/consensus/v4/utils.ContextTick.func1()
        git.gammaspectra.live/P2Pool/consensus/v4@v4.0.5/utils/context_ticker.go:18 +0xc6
created by git.gammaspectra.live/P2Pool/consensus/v4/utils.ContextTick in goroutine 42
        git.gammaspectra.live/P2Pool/consensus/v4@v4.0.5/utils/context_ticker.go:11 +0xb9

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.