AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home.html
GNU General Public License v3.0
24.44k stars 1.77k forks source link

AGH does not resolve whois/rDNS info for non-A and non-AAAA queries #1103

Closed ameshkov closed 4 years ago

ameshkov commented 4 years ago

I see some clients in the "Top Clients" which are missing from the "Clients (runtime)"

Examples:

Please find the log in the NextCloud

ameshkov commented 4 years ago

I am pretty sure we're dealing with a deadlock here.

The thing is that I don't see these records anymore in the log starting at some point:

log.Tracef("Adding %s for rDNS resolve", ip)
ameshkov commented 4 years ago
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: SIGABRT: abort
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: PC=0x45a9b1 m=0 sigcode=0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 0 [idle]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.futex(0x121df28, 0x80, 0x0, 0x0, 0x0, 0x7ffd4382f7b0, 0x0, 0x0, 0x7ffd4382f7d0, 0x40a411, ...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/sys_linux_amd64.s:535 +0x21
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.futexsleep(0x121df28, 0x7ffd00000000, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/os_linux.go:46 +0x4b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.notesleep(0x121df28)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/lock_futex.go:151 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.stoplockedm()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:2076 +0x8c
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.schedule()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:2477 +0x3ba
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.park_m(0xc000001380)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:2605 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.mcall(0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/asm_amd64.s:299 +0x5b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 1 [chan receive, 1055 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/kardianos/service.(*systemd).Run.func1()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/kardianos/service@v0.0.0-20181115005516-4c239ee84e7b/service_systemd_linux.go:192 +0xbd
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/kardianos/service.(*systemd).Run(0xc0000e0060, 0xd88400, 0x1239ca0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/kardianos/service@v0.0.0-20181115005516-4c239ee84e7b/service_systemd_linux.go:193 +0xbf
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.handleServiceControlAction(0x7ffd43830f29, 0x3)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/service.go:88 +0x84a
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.Main(0xd716a0, 0x7, 0xd71188, 0x4)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:54 +0x13b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: main.main()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011main.go:17 +0x5e
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 17 [syscall, 1055 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: os/signal.signal_recv(0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/sigqueue.go:139 +0x9c
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: os/signal.loop()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/os/signal/signal_unix.go:23 +0x22
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by os/signal.init.0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/os/signal/signal_unix.go:29 +0x41
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 9 [IO wait, 8 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249dc98, 0x72, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc000149418, 0x72, 0x0, 0x0, 0xaf3752)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Accept(0xc000149400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1ba
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).accept(0xc000149400, 0xc000030f70, 0xc000030f00, 0x40b839)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:238 +0x42
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).accept(0xc00012e2e8, 0xc0000f7bb8, 0x81843b82, 0x6f5ee3dbb6527eeb)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).AcceptTCP(0xc00012e2e8, 0xc0000f7be0, 0x4abb06, 0x5dadd34f)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock.go:247 +0x48
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.tcpKeepAliveListener.Accept(0xc00012e2e8, 0xc0000f7c30, 0x18, 0xc000001500, 0x6c5eb4)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:3264 +0x2f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*Server).Serve(0xc000086d00, 0xd8e080, 0xc00012e2e8, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2859 +0x22d
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*Server).ListenAndServe(0xc000086d00, 0xc000086d00, 0x7)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2797 +0xe4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.run(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:191 +0x86d
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.(*program).Start
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/service.go:28 +0x90
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 11 [chan receive, 1055 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.run.func1()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:97 +0x36
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.run
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:96 +0x2e6
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 12 [sleep, 34 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.goparkunlock(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:307
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: time.Sleep(0x34630b8a000)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/time.go:105 +0x159
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).periodicUpdate(0x1211100)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/clients.go:100 +0x5a
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.(*clientsContainer).Init
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/clients.go:92 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 19 [sleep]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.goparkunlock(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:307
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: time.Sleep(0x3b9aca00)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/time.go:105 +0x159
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/stats.(*statsCtx).periodicFlush(0xc0000203c0)
Oct 21 18:56:18 vm126682 systemd[1]: AdGuardHome.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/stats/stats_unit.go:221 +0x8b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/stats.createObject
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/stats/stats_unit.go:120 +0x230
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 20 [chan receive, 1055 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/querylog.(*queryLog).periodicRotate(0xc0002806c0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/querylog/querylog_file.go:170 +0x79
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/querylog.newQueryLog
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/querylog/qlog.go:50 +0x109
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 21 [chan receive, 1055 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/dnsfilter.(*Dnsfilter).filtersInitializer(0xc000122240)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/dnsfilter/dnsfilter.go:242 +0x49
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/dnsfilter.New
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/dnsfilter/dnsfilter.go:1033 +0x27f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 22 [chan receive, 254 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.(*RDNS).workerLoop(0xc000114a20)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/rdns.go:128 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.InitRDNS
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/rdns.go:52 +0x2f8
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 23 [chan receive, 254 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.(*Whois).workerLoop(0xc000114a80)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/whois.go:211 +0x45
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.initWhois
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/whois.go:36 +0xc0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 13 [IO wait, 4 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249df08, 0x72, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc00010e018, 0x72, 0x0, 0x0, 0xaf3752)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 systemd[1]: AdGuardHome.service: Unit entered failed state.
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Accept(0xc00010e000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1ba
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).accept(0xc00010e000, 0xb4, 0x0, 0x2f8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:238 +0x42
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).accept(0xc00012e0a8, 0xc000390180, 0x3, 0xc00002ea70)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).AcceptTCP(0xc00012e0a8, 0x42b771, 0xcd5158, 0xc00038fa80)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock.go:247 +0x48
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.tcpKeepAliveListener.Accept(0xc00012e0a8, 0xc017593fbd, 0x17593fbd0038faa8, 0x5dadd476, 0xc00038faa8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:3264 +0x2f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*listener).Accept(0xc00032c0a0, 0xc00038faf8, 0x18, 0xc000390180, 0x6c5eb4)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/tls.go:62 +0x37
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*Server).Serve(0xc0004dad00, 0xd8d600, 0xc00032c0a0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2859 +0x22d
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*Server).ServeTLS(0xc0004dad00, 0xd8e080, 0xc00012e0a8, 0x0, 0x0, 0x0, 0x0, 0xd8d800, 0xc00012e0a8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2924 +0x274
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*Server).ListenAndServeTLS(0xc0004dad00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:3081 +0x169
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.httpServerLoop()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:247 +0x510
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.run
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/home.go:180 +0x707
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 41 [sleep, 36 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: runtime.goparkunlock(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/proc.go:307
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: time.Sleep(0x34630b8a000)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/time.go:105 +0x159
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/AdGuardHome/home.periodicallyRefreshFilters()
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/filter.go:194 +0x32
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/AdGuardHome/home.startFiltering
Oct 21 18:56:18 vm126682 systemd[1]: AdGuardHome.service: Failed with result 'exit-code'.
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/bamboo-agent-home/xml-data/build-dir/AGH-AGHBETA-JOB1/home/filter.go:37 +0x35
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 206015 [IO wait, 2 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249dd68, 0x72, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc000661018, 0x72, 0x0, 0x0, 0xaf3752)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Accept(0xc000661000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1ba
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).accept(0xc000661000, 0xc, 0x7, 0x2a)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:238 +0x42
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).accept(0xc0005c4050, 0xc011efa490, 0x0, 0xc011efa468)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).Accept(0xc0005c4050, 0xc00015ac40, 0x3d, 0x40, 0xa0bfa0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock.go:260 +0x48
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*listener).Accept(0xc0014d6880, 0x4, 0x0, 0x0, 0xb081fb)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/tls.go:62 +0x37
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).tcpPacketLoop(0xc001d5e840, 0xd8d600, 0xc0014d6880, 0xaf238f, 0x3)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:671 +0xf7
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).startListeners
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:576 +0x515
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 205244 [select, 2 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).serve(0xc000635200)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4398 +0x504
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Server).ServeConn(0xc000619e00, 0xd94cc0, 0xc00006dc00, 0xc0004e5cf8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4006 +0x715
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2ConfigureServer.func1(0xc0004dad00, 0xc00006dc00, 0xd83180, 0xc000627640)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:3844 +0x89
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*conn).serve(0xc00009de00, 0xd8fb40, 0xc000c571a0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:1802 +0x1063
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*Server).Serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2884 +0x2f4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 195715 [select, 16 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).serve(0xc000636900)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4398 +0x504
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Server).ServeConn(0xc000619e00, 0xd94cc0, 0xc00006d180, 0xc000389cf8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4006 +0x715
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2ConfigureServer.func1(0xc0004dad00, 0xc00006d180, 0xd83180, 0xc0006726f0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:3844 +0x89
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*conn).serve(0xc0001f1400, 0xd8fb40, 0xc000ae6090)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:1802 +0x1063
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*Server).Serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2884 +0x2f4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 206013 [IO wait]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249dbc8, 0x72, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc000660f18, 0x72, 0xff00, 0xffff, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).ReadFrom(0xc000660f00, 0xc0003aff89, 0xffff, 0xffff, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:219 +0x194
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).readFrom(0xc000660f00, 0xc0003aff89, 0xffff, 0xffff, 0x43, 0x40b839, 0xc0005f3ae0, 0x50, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:208 +0x5b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*UDPConn).readFrom(0xc0005c4040, 0xc0003aff89, 0xffff, 0xffff, 0x43564f, 0xc0003afee8, 0x455e40, 0xc0003aff30)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*UDPConn).ReadFrom(0xc0005c4040, 0xc0003aff89, 0xffff, 0xffff, 0x43, 0x43, 0xd89180, 0xc000b48420, 0xc0005c4040)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/udpsock.go:121 +0x5e
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).udpPacketLoop(0xc001d5e840, 0xc0005c4040)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:597 +0x12d
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).startListeners
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:568 +0x58d
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 205311 [IO wait, 2 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f0652469310, 0x72, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc000661218, 0x72, 0x600, 0x656, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Read(0xc000661200, 0xc0000cd100, 0x656, 0x656, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:169 +0x19b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).Read(0xc000661200, 0xc0000cd100, 0x656, 0x656, 0x203000, 0x0, 0x651)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:202 +0x4f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*conn).Read(0xc00012e570, 0xc0000cd100, 0x656, 0x656, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/net.go:177 +0x69
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*atLeastReader).Read(0xc000cc2040, 0xc0000cd100, 0x656, 0x656, 0x23, 0xd81960, 0xc000a02ab0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:761 +0x60
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: bytes.(*Buffer).ReadFrom(0xc00006de58, 0xd81820, 0xc000cc2040, 0x409945, 0xa4aca0, 0xad0420)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/bytes/buffer.go:207 +0xbd
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readFromUntil(0xc00006dc00, 0xd81e20, 0xc00012e570, 0x5, 0xc00012e570, 0xd)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:783 +0xf8
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecordOrCCS(0xc00006dc00, 0xcd5100, 0xc00006dd38, 0xc000914c58)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:590 +0x125
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecord(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:558
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).Read(0xc00006dc00, 0xc0002f2c78, 0x9, 0x9, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:1236 +0x137
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadAtLeast(0x7f065241dd30, 0xc00006dc00, 0xc0002f2c78, 0x9, 0x9, 0x9, 0x1e81f7aef4701, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:310 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadFull(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:329
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2readFrameHeader(0xc0002f2c78, 0x9, 0x9, 0x7f065241dd30, 0xc00006dc00, 0x0, 0xc000000000, 0xc000a02f28, 0xc001822e40)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1476 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Framer).ReadFrame(0xc0002f2c40, 0xc000a02ee0, 0x2, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1734 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).readFrames(0xc000635200)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4285 +0xa4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*http2serverConn).serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4390 +0x2de
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 195672 [IO wait, 16 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f0652468af0, 0x72, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc00010e098, 0x72, 0x600, 0x630, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Read(0xc00010e080, 0xc0000ca000, 0x630, 0x630, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:169 +0x19b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).Read(0xc00010e080, 0xc0000ca000, 0x630, 0x630, 0x203000, 0x0, 0x5cd)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:202 +0x4f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*conn).Read(0xc0000fe018, 0xc0000ca000, 0x630, 0x630, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/net.go:177 +0x69
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*atLeastReader).Read(0xc0002da720, 0xc0000ca000, 0x630, 0x630, 0xc0005d7680, 0xd81960, 0xc0009e1ab0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:761 +0x60
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: bytes.(*Buffer).ReadFrom(0xc00006d3d8, 0xd81820, 0xc0002da720, 0x409945, 0xa4aca0, 0xad0420)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/bytes/buffer.go:207 +0xbd
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readFromUntil(0xc00006d180, 0xd81e20, 0xc0000fe018, 0x5, 0xc0000fe018, 0xd)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:783 +0xf8
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecordOrCCS(0xc00006d180, 0xcd5100, 0xc00006d2b8, 0xc000ffe238)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:590 +0x125
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecord(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:558
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).Read(0xc00006d180, 0xc001d60118, 0x9, 0x9, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:1236 +0x137
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadAtLeast(0x7f065241dd30, 0xc00006d180, 0xc001d60118, 0x9, 0x9, 0x9, 0x100c0009e1de0, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:310 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadFull(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:329
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2readFrameHeader(0xc001d60118, 0x9, 0x9, 0x7f065241dd30, 0xc00006d180, 0x0, 0xc000000000, 0xc0009e1f28, 0xc000ffe300)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1476 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Framer).ReadFrame(0xc001d600e0, 0xc0009e1ee0, 0x2, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1734 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).readFrames(0xc000636900)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4285 +0xa4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*http2serverConn).serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4390 +0x2de
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 205382 [IO wait, 2 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249d7b8, 0x72, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc00066e318, 0x72, 0x1500, 0x15ff, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Read(0xc00066e300, 0xc0005b6000, 0x15ff, 0x15ff, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:169 +0x19b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).Read(0xc00066e300, 0xc0005b6000, 0x15ff, 0x15ff, 0x203000, 0x0, 0x1354)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:202 +0x4f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*conn).Read(0xc00000e1c8, 0xc0005b6000, 0x15ff, 0x15ff, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/net.go:177 +0x69
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*atLeastReader).Read(0xc000cc2120, 0xc0005b6000, 0x15ff, 0x15ff, 0xb0720194436e3e0a, 0xc0003eba30, 0xc0003eb9e0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:761 +0x60
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: bytes.(*Buffer).ReadFrom(0xc00006c958, 0xd81820, 0xc000cc2120, 0x409945, 0xa4aca0, 0xad0420)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/bytes/buffer.go:207 +0xbd
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readFromUntil(0xc00006c700, 0xd81e20, 0xc00000e1c8, 0x5, 0xc00000e1c8, 0x9)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:783 +0xf8
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecordOrCCS(0xc00006c700, 0xcd5100, 0xc00006c838, 0xc0003ebd58)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:590 +0x125
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecord(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:558
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).Read(0xc00006c700, 0xc0001cf000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:1236 +0x137
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: bufio.(*Reader).Read(0xc0003c6480, 0xc0002f2ff8, 0x9, 0x9, 0x406234, 0xc0003c64e0, 0xc0003ebd58)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/bufio/bufio.go:223 +0x23e
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadAtLeast(0xd816a0, 0xc0003c6480, 0xc0002f2ff8, 0x9, 0x9, 0x9, 0xd81960, 0xc0001bf2e0, 0xc0000520b0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:310 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadFull(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:329
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2readFrameHeader(0xc0002f2ff8, 0x9, 0x9, 0xd816a0, 0xc0003c6480, 0x0, 0x0, 0xc0016fe240, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1476 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Framer).ReadFrame(0xc0002f2fc0, 0xc0016fe240, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1734 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2clientConnReadLoop).run(0xc0003ebfb8, 0xcd4ac0, 0xc000b457b8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:8132 +0x8f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2ClientConn).readLoop(0xc000212a80)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:8060 +0x76
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*http2Transport).newClientConn
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:7123 +0x637
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 202845 [select, 1 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).serve(0xc000212900)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4398 +0x504
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Server).ServeConn(0xc000619e00, 0xd94cc0, 0xc000101180, 0xc000b53cf8)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4006 +0x715
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2ConfigureServer.func1(0xc0004dad00, 0xc000101180, 0xd83180, 0xc000e06aa0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:3844 +0x89
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*conn).serve(0xc0003070e0, 0xd8fb40, 0xc000fe8870)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:1802 +0x1063
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*Server).Serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/server.go:2884 +0x2f4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 202853 [IO wait, 1 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249d138, 0x72, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc00066fe18, 0x72, 0x200, 0x205, 0xffffffffffffffff)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Read(0xc00066fe00, 0xc00089a6c0, 0x205, 0x205, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:169 +0x19b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).Read(0xc00066fe00, 0xc00089a6c0, 0x205, 0x205, 0x203000, 0x130, 0x140)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:202 +0x4f
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*conn).Read(0xc0005c4000, 0xc00089a6c0, 0x205, 0x205, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/net.go:177 +0x69
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*atLeastReader).Read(0xc00030b1c0, 0xc00089a6c0, 0x205, 0x205, 0xc000a94c80, 0xaa7c20, 0xc0003f1ab0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:761 +0x60
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: bytes.(*Buffer).ReadFrom(0xc0001013d8, 0xd81820, 0xc00030b1c0, 0x409945, 0xa4aca0, 0xad0420)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/bytes/buffer.go:207 +0xbd
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readFromUntil(0xc000101180, 0xd81e20, 0xc0005c4000, 0x5, 0xc0005c4000, 0xc0005f2370)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:783 +0xf8
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecordOrCCS(0xc000101180, 0xcd5100, 0xc0001012b8, 0xc0005f9678)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:590 +0x125
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).readRecord(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:558
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: crypto/tls.(*Conn).Read(0xc000101180, 0xc0002f23b8, 0x9, 0x9, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/crypto/tls/conn.go:1236 +0x137
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadAtLeast(0x7f065241dd30, 0xc000101180, 0xc0002f23b8, 0x9, 0x9, 0x9, 0x132002ee99a01, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:310 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: io.ReadFull(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/io/io.go:329
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.http2readFrameHeader(0xc0002f23b8, 0x9, 0x9, 0x7f065241dd30, 0xc000101180, 0x0, 0xc000000000, 0xc0003f1f28, 0xc0115c6a80)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1476 +0x88
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2Framer).ReadFrame(0xc0002f2380, 0xc0003f1ee0, 0x2, 0x0, 0x1)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:1734 +0xa1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net/http.(*http2serverConn).readFrames(0xc000212900)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4285 +0xa4
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by net/http.(*http2serverConn).serve
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/http/h2_bundle.go:4390 +0x2de
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: goroutine 206014 [IO wait, 2 minutes]:
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.runtime_pollWait(0x7f065249de38, 0x72, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/runtime/netpoll.go:182 +0x56
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).wait(0xc000660f98, 0x72, 0x0, 0x0, 0xaf3752)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x9b
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*pollDesc).waitRead(...)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: internal/poll.(*FD).Accept(0xc000660f80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/internal/poll/fd_unix.go:384 +0x1ba
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*netFD).accept(0xc000660f80, 0xc002172018, 0xc002173090, 0xc000ac8000)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/fd_unix.go:238 +0x42
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).accept(0xc0005c4048, 0x40, 0xa0bfa0, 0xc002173090)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock_posix.go:139 +0x32
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: net.(*TCPListener).Accept(0xc0005c4048, 0x4, 0x0, 0x0, 0xb081fb)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/usr/local/go/src/net/tcpsock.go:260 +0x48
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).tcpPacketLoop(0xc001d5e840, 0xd8d800, 0xc0005c4048, 0xaf238c, 0x3)
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:671 +0xf7
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: created by github.com/AdguardTeam/dnsproxy/proxy.(*Proxy).startListeners
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: #011/builder/2/go/pkg/mod/github.com/!adguard!team/dnsproxy@v0.19.6/proxy/proxy.go:572 +0x55e
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rax    0xca
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rbx    0x121dde0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rcx    0x45a9b3
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rdx    0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rdi    0x121df28
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rsi    0x80
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rbp    0x7ffd4382f798
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rsp    0x7ffd4382f750
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r8     0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r9     0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r10    0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r11    0x286
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r12    0x1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r13    0xc00006a180
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r14    0xc00006a1e0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: r15    0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rip    0x45a9b1
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: rflags 0x286
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: cs     0x33
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: fs     0x0
Oct 21 18:56:18 vm126682 AdGuardHome[7890]: gs     0x0