| 2026-08-27 18:07:27.268 · INFO · cbg-trade · test |
| [config.go:110] local ip [192.168.101.204 172.21.0.1 172.17.0.1 172.18.0.1 172.19.0.1 172.20.0.1] › |
| 2026-08-27 18:07:27.268 · INFO · cbg-trade · test |
| [redis.go:34] Redis connecting to 192.168.101.203:6379, timeout: 30s › |
| 2026-08-27 18:07:27.265 · INFO · cbg-trade · test |
| [main.go:37] Current directory: /app › |
| 2026-08-27 18:07:27.265 · INFO · cbg-trade · test |
| [main.go:30] Git Commit: revision -> [unknown] › |
| 2026-08-27 18:07:27.264 · INFO · cbg-trade · test |
| [main.go:29] Starting server, time -> [2026-08-27 18:07:27] › |
| 2026-08-27 18:07:27.232 · INFO · cbg-trade · test |
| [update.go:136] [42/205] worker 2 check count 0, eid: 202608271700113-681-HWXJRRR4RCHC, status 2 › |
| 2026-08-27 18:07:27.167 · INFO · cbg-trade · test |
| [update_role.go:236] [3] 14835/22787 update role 江南野外, 2, eid: 202607102000113-1031-HWOEPTM7UIL, remaining: 7952, eta: 1h1m21s › |
| 2026-08-27 18:07:27.149 · INFO · cbg-trade · test |
| [update.go:136] [43/205] worker 3 check count 0, eid: 202608271700113-681-HWXJRRR4RCHC, status 2 › |
| 2026-08-27 18:07:27.056 · INFO · cbg-trade · test |
| [update.go:136] [24/205] worker 1 check count 0, eid: 202608271700113-681-EM8N8CX0UXKQ, status 2 › |
| 2026-08-27 18:07:26.979 · ERROR · cbg-trade · test |
| [main.go:66] [31m2026/08/27 18:07:26 [Recovery] 2026/08/27 - 18:07:26 panic recovered: runtime error: invalid memory address or nil pointer dereference /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/panic.go:262 (0x478658) panicmem: panic(memoryError) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/signal_unix.go:925 (0x478628) sigpanic: panicmem() /root/sources/cbg-value/internal/equipreport/armor_report.go:21 (0xba91dc) (*EquipReport).GetArmor: equipDesc := itemdetail.GetItemJson(e.EquipDetail.Equip.Eid, e.EquipDetail.Equip.EquipDesc) /root/sources/cbg-value/internal/apps/value/valueall/api.go:52 (0xbd8547) (*valueAll).GetValue: reportItem, success := equipReport.GetArmor(false, ctx.IsFree, key.EidTypeArmor) /root/sources/cbg-value/internal/apps/value/role_value.go:185 (0xebb044) (*HttpServer).GetRoleValuation: type_, data, success = valueall.ValueAll.GetValue(eid, ctx, serverType, needRawData, key.ProxyReasonValue) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x96650a) (*Context).Next: c.handlers[c.index](c) /root/sources/cbg-value/internal/utils/cors.go:21 (0xf11bd7) NewHttpServer.Cors.func4: c.Next() /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x9731ae) (*Context).Next: c.handlers[c.index](c) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 (0x97319b) CustomRecoveryWithWriter.func1: c.Next() /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 (0x97180d) (*Context).Next: c.handlers[c.index](c) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 (0x9714a4) (*Engine).handleHTTPRequest: c.Next() /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 (0x970fe9) (*Engine).ServeHTTP: engine.handleHTTPRequest(c) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:3301 (0x73c6ad) serverHandler.ServeHTTP: handler.ServeHTTP(rw, req) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:2102 (0x71b2e4) (*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/asm_amd64.s:1700 (0x47d6c0) goexit: BYTE $0x90 // NOP [0m › |
| 2026-08-27 18:07:26.979 · INFO · cbg-trade · test |
| [sub_random_draw_purchase.go:236] SetSubRandomDrawPurchaseResult: saved, account=dansen123888@163.com, eid=202608271700113-215-2PP6V2MOBMNB, status=1 › |
| 2026-08-27 18:07:26.979 · ERROR · cbg-trade · test |
| [http_server.go:322] [PANIC] recovered | path=/api/role/value | method=GET | ip=113.57.192.64 | err=runtime error: invalid memory address or nil pointer dereference goroutine 1256182 [running]: runtime/debug.Stack() /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/debug/stack.go:26 +0x5e cbg-trade/internal/apps/value.(*HttpServer).recoveryMiddleware.func1(0xc0031ec600, {0x10f1a40, 0x1f90de0}) /root/sources/cbg-value/internal/apps/value/http_server.go:327 +0x3b github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1.1() /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:98 +0x776 panic({0x10f1a40?, 0x1f90de0?}) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/runtime/panic.go:787 +0x132 cbg-trade/internal/equipreport.(*EquipReport).GetArmor(0x0, 0x20?, 0x0, {0x126693e, 0x5}) /root/sources/cbg-value/internal/equipreport/armor_report.go:21 +0x3c cbg-trade/internal/apps/value/valueall.(*valueAll).GetValue(0x1ff4fa0, {0xc0001939b8, 0x20}, 0xc005f68c30, 0x0, 0x0, {0x126689e, 0x5}) /root/sources/cbg-value/internal/apps/value/valueall/api.go:52 +0x968 cbg-trade/internal/apps/value.(*HttpServer).GetRoleValuation(0xc001146ee0, 0xc0031ec600) /root/sources/cbg-value/internal/apps/value/role_value.go:185 +0x1005 github.com/gin-gonic/gin.(*Context).Next(0xc0031ec600) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 +0x2b cbg-trade/internal/apps/value.NewHttpServer.Cors.func4(0xc0031ec600) /root/sources/cbg-value/internal/utils/cors.go:21 +0xd8 github.com/gin-gonic/gin.(*Context).Next(...) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0xc0031ec600) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 +0x6f github.com/gin-gonic/gin.(*Context).Next(...) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0xc0009201a0, 0xc0031ec600) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 +0x64e github.com/gin-gonic/gin.(*Engine).ServeHTTP(0xc0009201a0, {0x169f128, 0xc000e56460}, 0xc0031c4780) /root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 +0x1aa net/http.serverHandler.ServeHTTP({0xc009fffd40?}, {0x169f128?, 0xc000e56460?}, 0x1?) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:3301 +0x8e net/http.(*conn).serve(0xc005fce5a0, {0x16a0fb0, 0xc0009edec0}) /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:2102 +0x625 created by net/http.(*Server).Serve in goroutine 1 /root/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.linux-amd64/src/net/http/server.go:3454 +0x485 › |
| 2026-08-27 18:07:26.970 · INFO · cbg-trade · test |
| [eidtype.go:87] [eid_type] upstream lookup succeeded, eid=202607291500113-443-ZOFLVKXBOMNZ server_id=443 reason=value status=1 status_code=OK kind_id=20 equip_type=2913 listing_status=2 › |
| 2026-08-27 18:07:26.969 · WARN · cbg-trade · test |
| [eidtype.go:176] [eid_type] cache upstream response failed, eid=202607291500113-443-ZOFLVKXBOMNZ server_id=443 reason=value kind_id=20 equip_type=2913 err=kv set failed: status=429 body={"code":429,"message":"存储压力过高,请稍后重试"} › |
| 2026-08-27 18:07:26.809 · INFO · cbg-trade · test |
| [update.go:136] [41/205] worker 3 check count 0, eid: 202608271700113-558-8RDA6PH21RPT, status 2 › |
| 2026-08-27 18:07:26.750 · INFO · cbg-trade · test |
| [update.go:136] [40/205] worker 4 check count 0, eid: 202608271500113-414-LKXGZYU256HQ, status 2 › |
| 2026-08-27 18:07:26.588 · INFO · cbg-trade · test |
| [update.go:136] [38/205] worker 2 check count 0, eid: 202608271700113-558-8RDA6PH21RPT, status 2 › |
| 2026-08-27 18:07:26.426 · INFO · cbg-trade · test |
| [update.go:136] [39/205] worker 3 check count 0, eid: 202608271700113-173-LHSTULDVGCN0, status 2 › |
| 2026-08-27 18:07:26.393 · INFO · cbg-trade · test |
| [update.go:136] [35/205] worker 4 check count 0, eid: 202608271700113-234-9U2ZZMXMITFA, status 2 › |
| 2026-08-27 18:07:26.099 · INFO · cbg-trade · test |
| [update.go:136] [36/205] worker 3 check count 0, eid: 202608271700113-173-LHSTULDVGCN0, status 2 › |