cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

fatal error: runtime: out of memory #24

Closed henrich closed 6 years ago

henrich commented 6 years ago

Downloding large package cause go-apt-cacher with "out of memory" error. By execute apt-get download texlive-latex-extra-doc texlive-pstricks-doc

Package: texlive-latex-extra-doc Download-Size: 384 MB

Package: texlive-pstricks-doc Download-Size: 248 MB

On 1GB mem VM. Is this intended?

Log attached.

fatal error: runtime: out of memory

runtime stack:
runtime.throw(0x6f8ba7, 0x16)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/panic.go:566 +0x95
runtime.sysMap(0xc4427b0000, 0x20000000, 0x0, 0x8621b8)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mem_linux.go:219 +0x1d0
runtime.(*mheap).sysAlloc(0x848be0, 0x20000000, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/malloc.go:407 +0x37a
runtime.(*mheap).grow(0x848be0, 0x10000, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mheap.go:726 +0x62
runtime.(*mheap).allocSpanLocked(0x848be0, 0x10000, 0x42f87f)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mheap.go:630 +0x4f2
runtime.(*mheap).alloc_m(0x848be0, 0x10000, 0x100000000, 0xc42014bec8)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mheap.go:515 +0xe0
runtime.(*mheap).alloc.func1()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mheap.go:579 +0x4b
runtime.systemstack(0xc42014bed0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/asm_amd64.s:314 +0xab
runtime.(*mheap).alloc(0x848be0, 0x10000, 0x10100000000, 0xc421598990)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/mheap.go:580 +0x73
runtime.largeAlloc(0x1ffffe00, 0xc421598901, 0xc420147990)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/malloc.go:774 +0x93
runtime.mallocgc.func1()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/malloc.go:669 +0x3e
runtime.systemstack(0xc420016000)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/asm_amd64.s:298 +0x79
runtime.mstart()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/proc.go:1079

goroutine 18 [running]:
runtime.systemstack_switch()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/asm_amd64.s:252 fp=0xc420147898 sp=0xc420147890
runtime.mallocgc(0x1ffffe00, 0x68d040, 0xc420147901, 0x44fe90)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/malloc.go:670 +0x903 fp=0xc420147938 sp=0xc420147898
runtime.makeslice(0x68d040, 0x1ffffe00, 0x1ffffe00, 0x0, 0x0, 0xc421e88c10)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/slice.go:57 +0x7b fp=0xc420147990 sp=0xc420147938
bytes.makeSlice(0x1ffffe00, 0x0, 0x0, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/bytes/buffer.go:198 +0x77 fp=0xc4201479d0 sp=0xc420147990
bytes.(*Buffer).ReadFrom(0xc420147a70, 0x824040, 0xc421e88c00, 0xc420078a00, 0x0, 0x200)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/bytes/buffer.go:170 +0x2a9 fp=0xc420147a40 sp=0xc4201479d0
io/ioutil.readAll(0x824040, 0xc421e88c00, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/io/ioutil/ioutil.go:33 +0x147 fp=0xc420147af0 sp=0xc420147a40
io/ioutil.ReadAll(0x824040, 0xc421e88c00, 0xc421e88c00, 0x824040, 0xc421e88c00, 0xc42203c0d0, 0xc421fd8ba0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/io/ioutil/ioutil.go:42 +0x3e fp=0xc420147b40 sp=0xc420147af0
github.com/cybozu-go/aptutil/cacher.(*Cacher).download(0xc42006c360, 0x8286c0, 0xc421a878c0, 0xc420270245, 0x50, 0xc42276e200, 0xc420a81320)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:310 +0x295 fp=0xc420147f00 sp=0xc420147b40
github.com/cybozu-go/aptutil/cacher.(*Cacher).Download.func1(0x828640, 0xc421e88480, 0x828640, 0xc421e88480)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:256 +0x62 fp=0xc420147f48 sp=0xc420147f00
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc421598420)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86 fp=0xc420147f90 sp=0xc420147f48
runtime.goexit()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc420147f98 sp=0xc420147f90
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 1 [chan receive]:
github.com/cybozu-go/cmd.(*Environment).Wait(0xc420040310, 0x0, 0x0)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:95 +0x5a
github.com/cybozu-go/cmd.Wait(0xc4204ad180, 0x0)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/default.go:47 +0x2d
main.main()
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cmd/go-apt-cacher/main.go:52 +0x30f

goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/sigqueue.go:116 +0x157
os/signal.loop()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/os/signal/signal_unix.go:28 +0x41

goroutine 6 [select, locked to thread]:
runtime.gopark(0x71ada8, 0x0, 0x6f376f, 0x6, 0x18, 0x2)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/proc.go:259 +0x13a
runtime.selectgoImpl(0xc420020730, 0x0, 0x18)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/select.go:423 +0x11d9
runtime.selectgo(0xc420020730)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/select.go:238 +0x1c
runtime.ensureSigM.func1()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/signal1_unix.go:304 +0x2f3
runtime.goexit()
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/asm_amd64.s:2086 +0x1

goroutine 7 [chan receive]:
github.com/cybozu-go/cmd.handleSignal.func1(0xc4200123c0, 0xc420040310)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/signal.go:27 +0x5a
created by github.com/cybozu-go/cmd.handleSignal
    /home/travis/gopath/src/github.com/cybozu-go/cmd/signal.go:32 +0x9d

goroutine 9 [select]:
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintRelease(0xc42006c360, 0x828640, 0xc420947980, 0xc42003e81e, 0x1b, 0xc42001af01)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:214 +0x280
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintMeta.func1(0x828640, 0xc420947980, 0x828640, 0xc420947980)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:192 +0x55
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc4208d3600)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 10 [select]:
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintRelease(0xc42006c360, 0x828640, 0xc420947b80, 0xc420042c4e, 0x25, 0xc42001b700)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:214 +0x280
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintMeta.func2(0x828640, 0xc420947b80, 0x828640, 0xc420947b80)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:197 +0x55
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc4208d36e0)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 11 [select]:
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintRelease(0xc42006c360, 0x828640, 0xc420947d00, 0xc420012dfe, 0x2e, 0xc42001bf00)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:214 +0x280
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintMeta.func2(0x828640, 0xc420947d00, 0x828640, 0xc420947d00)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:197 +0x55
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc4208d3880)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 12 [select]:
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintRelease(0xc42006c360, 0x828640, 0xc420947800, 0xc4200434be, 0x1d, 0xc42001c700)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:214 +0x280
github.com/cybozu-go/aptutil/cacher.(*Cacher).maintMeta.func2(0x828640, 0xc420947800, 0x828640, 0xc420947800)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:197 +0x55
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc4208d38a0)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 14 [chan receive]:
github.com/cybozu-go/cmd.(*HTTPServer).wait(0xc4204ad180, 0x828640, 0xc420947f00, 0xc42001bf68, 0xc42001bf78)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:212 +0x6c
github.com/cybozu-go/cmd.(*HTTPServer).(github.com/cybozu-go/cmd.wait)-fm(0x828640, 0xc420947f00, 0x828640, 0xc420947f00)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:208 +0x3e
github.com/cybozu-go/cmd.(*Environment).Go.func1(0xc420040310, 0xc420ab2830)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:133 +0x86
created by github.com/cybozu-go/cmd.(*Environment).Go
    /home/travis/gopath/src/github.com/cybozu-go/cmd/env.go:138 +0xaf

goroutine 15 [chan receive]:
github.com/cybozu-go/cmd.(*HTTPServer).Serve.func1(0xc4204ad180, 0x8281c0, 0xc420022000)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:278 +0x5a
created by github.com/cybozu-go/cmd.(*HTTPServer).Serve
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:280 +0xba

goroutine 16 [IO wait]:
net.runtime_pollWait(0x7f1d4a4a4e98, 0x72, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc4204ad250, 0x72, 0xc422049d88, 0xc42000a1c0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitRead(0xc4204ad250, 0x825b00, 0xc42000a1c0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/fd_poll_runtime.go:78 +0x34
net.(*netFD).accept(0xc4204ad1f0, 0x0, 0x824640, 0xc42204a000)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/fd_unix.go:419 +0x238
net.(*TCPListener).accept(0xc420022000, 0xc4204ad1b0, 0x1, 0xc422049e50)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/tcpsock_posix.go:132 +0x2e
net.(*TCPListener).AcceptTCP(0xc420022000, 0xc422049eb0, 0xc422049eb8, 0xc422049ea8)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/tcpsock.go:209 +0x49
github.com/cybozu-go/netutil.TCPKeepAliveListener.Accept(0xc420022000, 0x71a7c0, 0xc42276e000, 0x828700, 0xc421e9abd0)
    /home/travis/gopath/src/github.com/cybozu-go/netutil/tcpkeepalive.go:19 +0x2f
net/http.(*Server).Serve(0xc42054d780, 0x8281c0, 0xc420022000, 0x0, 0x0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/server.go:2273 +0x1ce
github.com/cybozu-go/cmd.(*HTTPServer).Serve.func2(0xc4204ad180, 0x8281c0, 0xc420022000)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:283 +0x42
created by github.com/cybozu-go/cmd.(*HTTPServer).Serve
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:284 +0xf0

goroutine 17 [chan receive]:
github.com/cybozu-go/aptutil/cacher.(*Cacher).Get(0xc42006c360, 0xc420270245, 0x50, 0x50, 0x1, 0xc4201301e0, 0x0)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/cacher.go:434 +0x2aa
github.com/cybozu-go/aptutil/cacher.cacheHandler.ServeHTTP(0xc42006c360, 0x827d00, 0xc42204a0e0, 0xc4201301e0)
    /home/travis/gopath/src/github.com/cybozu-go/aptutil/cacher/handler.go:35 +0x185
github.com/cybozu-go/cmd.(*HTTPServer).ServeHTTP(0xc4204ad180, 0x827f80, 0xc421a6e1a0, 0xc4201300f0)
    /home/travis/gopath/src/github.com/cybozu-go/cmd/http.go:132 +0x232
net/http.serverHandler.ServeHTTP(0xc42054d780, 0x827f80, 0xc421a6e1a0, 0xc4201300f0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/server.go:2202 +0x7d
net/http.(*conn).serve(0xc42276e000, 0x828640, 0xc421e881c0)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/server.go:1579 +0x4b7
created by net/http.(*Server).Serve
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/server.go:2293 +0x44d

goroutine 24 [select]:
net/http.(*persistConn).readLoop(0xc42000ca00)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/transport.go:1536 +0x9c9
created by net/http.(*Transport).dialConn
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/transport.go:1057 +0x4e9

goroutine 25 [select]:
net/http.(*persistConn).writeLoop(0xc42000ca00)
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/transport.go:1641 +0x3bd
created by net/http.(*Transport).dialConn
    /home/travis/.gimme/versions/go1.7.linux.amd64/src/net/http/transport.go:1058 +0x50e
2017-10-04T11:36:23.589582Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher warning: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=404 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="93ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=19 response_time=0.058151219000000004 type="access" url="/debian/dists/jessie/InRelease"
2017-10-04T11:36:23.594537Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="90ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=63066 response_time=0.0030334760000000002 type="access" url="/debian-security/dists/jessie/updates/InRelease"
2017-10-04T11:36:23.632614Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="91ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=2373 response_time=0.00025303500000000003 type="access" url="/debian/dists/jessie/Release.gpg"
2017-10-04T11:36:23.635683Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="96ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=148400 response_time=0.001911944 type="access" url="/debian/dists/jessie/Release"
2017-10-04T11:36:24.311989Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "downloaded and cached" path="debian-security/dists/jessie/updates/main/binary-amd64/Packages.bz2"
2017-10-04T11:36:24.316877Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="97ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=433331 response_time=0.635777987 type="access" url="/debian-security/dists/jessie/updates/main/binary-amd64/Packages.bz2"
2017-10-04T11:36:24.354651Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="94ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=2506 response_time=0.00017602900000000002 type="access" url="/debian-security/dists/jessie/updates/contrib/binary-amd64/Packages.bz2"
2017-10-04T11:36:24.356700Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="95ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=1211 response_time=0.0014163930000000002 type="access" url="/debian-security/dists/jessie/updates/contrib/i18n/Translation-en.bz2"
2017-10-04T11:36:24.363795Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="9aef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=231458 response_time=0.0065162020000000005 type="access" url="/debian-security/dists/jessie/updates/main/i18n/Translation-en.bz2"
2017-10-04T11:36:24.372568Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher warning: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=404 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="9bef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=19 response_time=0.000028965 type="access" url="/debian/dists/jessie/main/binary-amd64/Packages.xz"
2017-10-04T11:36:24.373048Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher warning: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=404 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="98ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=19 response_time=0.000019858000000000002 type="access" url="/debian/dists/jessie/contrib/binary-amd64/Packages.xz"
2017-10-04T11:36:24.375672Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="99ef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=38307 response_time=0.002113989 type="access" url="/debian/dists/jessie/contrib/i18n/Translation-en.bz2"
2017-10-04T11:36:24.541312Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="9eef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=4582022 response_time=0.164297343 type="access" url="/debian/dists/jessie/main/i18n/Translation-en.bz2"
2017-10-04T11:36:24.873764Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="9fef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=9063195 response_time=0.225623379 type="access" url="/debian/dists/jessie/main/binary-amd64/Packages.gz"
2017-10-04T11:36:24.996407Z ubuntu.cs2d52idcfcloud.internal go-apt-cacher info: "cmd: access" http_host="10.6.0.179:3142" http_method="GET" http_status_code=200 http_user_agent="Debian APT-HTTP/1.3 (1.0.9.8.4)" protocol="HTTP/1.1" request_id="9cef0f8b-fcfa-7341-3c12-233a88d3e091" request_size=0 response_size=59182 response_time=0.00016119000000000002 type="access" url="/debian/dists/jessie/contrib/binary-amd64/Packages.gz"
ymmt2005 commented 6 years ago

Thank you. It is a known issue. Duplicate of #14.

henrich commented 6 years ago

Okay, I missed "go-apt-cacher has a similar issue." line.

ymmt2005 commented 6 years ago

Forgive me. I just added the line. (It was known but I did not mention that.)