Skip to content

Instantly share code, notes, and snippets.

@Racer159
Created October 23, 2022 16:57
Show Gist options
  • Save Racer159/1f6a7d5ea64e76d0acc44c0b23606a3a to your computer and use it in GitHub Desktop.
Save Racer159/1f6a7d5ea64e76d0acc44c0b23606a3a to your computer and use it in GitHub Desktop.
NPM Test Logs for Gitea
wayne@guilty-spark ~/workspace/gitea $ ./gitea --verbose
2022/10/23 11:52:44 cmd/web.go:106:runWeb() [I] Starting Gitea on PID: 647968
2022/10/23 11:52:44 cmd/web.go:160:runWeb() [I] Global init
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git version
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get user.name
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get user.email
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get core.quotePath
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get receive.advertisePushOptions
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get core.commitGraph
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get gc.writeCommitGraph
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get fetch.writeCommitGraph
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get receive.procReceiveRefs refs/for
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get safe.directory \*
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get uploadpack.allowfilter
2022/10/23 11:52:44 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get uploadpack.allowAnySHA1InWant
2022/10/23 11:52:44 routers/init.go:106:GlobalInitInstalled() [I] Git Version: 2.38.0, Wire Protocol Version 2 Enabled (home: /home/wayne/workspace/gitea/data/home)
2022/10/23 11:52:44 routers/init.go:107:GlobalInitInstalled() [I] AppPath: /home/wayne/workspace/gitea/gitea
2022/10/23 11:52:44 routers/init.go:108:GlobalInitInstalled() [I] AppWorkPath: /home/wayne/workspace/gitea
2022/10/23 11:52:44 routers/init.go:109:GlobalInitInstalled() [I] Custom path: /home/wayne/workspace/gitea/custom
2022/10/23 11:52:44 routers/init.go:110:GlobalInitInstalled() [I] Log path: /home/wayne/workspace/gitea/log
2022/10/23 11:52:44 routers/init.go:111:GlobalInitInstalled() [I] Configuration file: /home/wayne/workspace/gitea/custom/conf/app.ini
2022/10/23 11:52:44 routers/init.go:112:GlobalInitInstalled() [I] Run Mode: Prod
2022/10/23 11:52:44 ...dules/setting/log.go:288:newLogService() [I] Gitea vdcd9fc7ee built with GNU Make 4.3, go1.19.2 : bindata, sqlite, sqlite_unlock_notify
2022/10/23 11:52:44 ...dules/setting/log.go:335:newLogService() [I] Gitea Log Mode: Console(Console:info)
2022/10/23 11:52:44 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:info)
2022/10/23 11:52:44 ...les/setting/cache.go:76:newCacheService() [I] Cache Service Enabled
2022/10/23 11:52:44 ...les/setting/cache.go:91:newCacheService() [I] Last Commit Cache Service Enabled
2022/10/23 11:52:44 ...s/setting/session.go:73:newSessionService() [I] Session Service Enabled
2022/10/23 11:52:44 ...s/storage/storage.go:176:initAttachments() [I] Initialising Attachment storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/attachments
2022/10/23 11:52:44 ...s/storage/storage.go:170:initAvatars() [I] Initialising Avatar storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/avatars
2022/10/23 11:52:44 ...s/storage/storage.go:188:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-avatars
2022/10/23 11:52:44 ...s/storage/storage.go:182:initLFS() [I] Initialising LFS storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/lfs
2022/10/23 11:52:44 ...s/storage/storage.go:194:initRepoArchives() [I] Initialising Repository Archive storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-archive
2022/10/23 11:52:44 ...s/storage/storage.go:200:initPackages() [I] Initialising Packages storage with type:
2022/10/23 11:52:44 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/packages
2022/10/23 11:52:44 routers/init.go:130:GlobalInitInstalled() [I] SQLite3 support is enabled
2022/10/23 11:52:44 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization.
2022/10/23 11:52:44 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10...
2022/10/23 11:52:44 cmd/web.go:163:runWeb() [I] PING DATABASE sqlite3
2022/10/23 11:52:44 routers/init.go:135:GlobalInitInstalled() [W] Table system_setting Column version db default is , struct default is 1
2022/10/23 11:52:44 routers/init.go:135:GlobalInitInstalled() [W] Table hook_task has column repo_id but struct has not related field
2022/10/23 11:52:44 routers/init.go:136:GlobalInitInstalled() [I] ORM engine initialization successful!
2022/10/23 11:52:44 ...er/issues/indexer.go:174:func2() [I] [6355715c-27] PID 647968: Initializing Issue Indexer: bleve
2022/10/23 11:52:44 ...xer/stats/indexer.go:39:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories
2022/10/23 11:52:44 ...er/issues/indexer.go:270:func3() [I] [6355715c-27] Issue Indexer Initialization took 817.607µs
2022/10/23 11:52:44 cmd/web.go:220:listen() [I] [6355715c-49] Listen: http://0.0.0.0:3000
2022/10/23 11:52:44 cmd/web.go:224:listen() [I] [6355715c-49] AppURL(ROOT_URL): http://localhost:3000/
2022/10/23 11:52:44 ...s/graceful/server.go:62:NewServer() [I] [6355715c-49] Starting new Web server: tcp:0.0.0.0:3000 on PID: 647968
2022/10/23 11:52:45 [6355715d] router: completed GET /user/events for 127.0.0.1:44380, 200 OK in 0.3ms @ events/events.go:19(events.Events)
2022/10/23 11:52:49 [63557161] router: completed GET / for 127.0.0.1:44380, 200 OK in 4.9ms @ web/home.go:33(web.Home)
2022/10/23 11:52:50 [63557162] router: completed GET /user/login?redirect_to=%2f for 127.0.0.1:44380, 200 OK in 7.0ms @ auth/auth.go:152(auth.SignIn)
2022/10/23 11:52:55 [63557167] router: completed POST /user/login for 127.0.0.1:44380, 303 See Other in 38.4ms @ auth/auth.go:177(auth.SignInPost)
2022/10/23 11:52:55 [63557167-2] router: completed GET / for 127.0.0.1:44380, 200 OK in 6.1ms @ web/home.go:33(web.Home)
2022/10/23 11:52:55 [63557167-3] router: completed GET /repo/search?count_only=1&uid=1&team_id=0&q=&page=1&mode= for 127.0.0.1:44380, 0 in 1.0ms @ repo/repo.go:470(repo.SearchRepo)
2022/10/23 11:52:55 [63557167-4] router: completed GET /repo/search?sort=updated&order=desc&uid=1&team_id=0&q=&page=1&limit=15&mode=&archived=false for 127.0.0.1:44380, 200 OK in 1.7ms @ repo/repo.go:470(repo.SearchRepo)
2022/10/23 11:52:58 [6355715c-48] router: polling GET /user/events for 127.0.0.1:44380, elapsed 3597.1ms @ events/events.go:19(events.Events)
2022/10/23 11:52:59 [63557167-5] router: completed GET /user/events for 127.0.0.1:44380, 200 OK in 3674.7ms @ events/events.go:19(events.Events)
2022/10/23 11:52:59 [6355716b] router: completed GET /admin for 127.0.0.1:35300, 200 OK in 4.5ms @ admin/admin.go:117(admin.Dashboard)
2022/10/23 11:53:01 [6355716b-2] router: completed GET /user/events for 127.0.0.1:35300, 200 OK in 1952.6ms @ events/events.go:19(events.Events)
2022/10/23 11:53:01 [6355716d] router: completed GET /admin/packages for 127.0.0.1:35308, 200 OK in 7.6ms @ admin/packages.go:25(admin.Packages)
2022/10/23 11:53:04 [6355715c-48] router: polling GET /user/events for 127.0.0.1:35308, elapsed 3537.2ms @ events/events.go:19(events.Events)
2022/10/23 11:53:05 router: completed POST /admin/packages/delete?page=1&sort= for 127.0.0.1:35316, 200 OK in 28.0ms @ admin/packages.go:81(admin.DeletePackageVersion)
2022/10/23 11:53:05 [6355716d-2] router: completed GET /user/events for 127.0.0.1:35308, 200 OK in 3836.0ms @ events/events.go:19(events.Events)
2022/10/23 11:53:05 [63557171-3] router: completed GET /admin/packages?page=1&q=&type= for 127.0.0.1:35316, 200 OK in 5.6ms @ admin/packages.go:25(admin.Packages)
2022/10/23 11:53:08 [6355715c-48] router: polling GET /user/events for 127.0.0.1:35316, elapsed 3471.8ms @ events/events.go:19(events.Events)
2022/10/23 11:54:20 [635571bc-2] router: completed GET /api/packages/racer159/npm/lodash/-/lodash-4.17.21.tgz for 127.0.0.1:43662, 404 Not Found in 42.7ms @ packages/api.go:59(packages.Routes)
2022/10/23 11:54:20 [635571bc] router: completed POST /api/packages/racer159/npm/-/npm/v1/security/advisories/bulk for 127.0.0.1:43658, 404 Not Found in 50.2ms @ packages/api.go:59(packages.Routes)
2022/10/23 11:54:20 [635571bc-3] router: completed POST /api/packages/racer159/npm/-/npm/v1/security/audits/quick for 127.0.0.1:43658, 404 Not Found in 29.6ms @ packages/api.go:59(packages.Routes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment