-
-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
Milestone
Description
No duplicates 🥲.
- I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
I decided to build RR from my fork, but got a fatal error without comments: {"level":"error","ts":1750223714578088118,"msg":"fatal","error":"exit status 1"}
I would like to see the error text immediately, but this does not happen with the "INFO" output level:
[log]
level = "info"
I can you see the real error only with level = "debug"
:
{"level":"debug","ts":1750223560302696439,"logger":"Builder","msg":"[STDERR OUTPUT]","log":"go: github.com/roadrunner-server/server/[email protected]: invalid version: unknown revision 7e2fc991fe26\n"}
Next question: what is this revision/commit and why is it being requested?
Version (rr --version)
vx version 2025.1.2 (build time: 2025-06-14T22:28:06+0000, go1.24.4)
How to reproduce the issue?
Typical velox.toml
with this fragment:
...
[github.plugins.server]
ref = "app-logging"
owner = "kaspiman"
repository = "roadrunner-server"
...
Relevant log output
{"level":"info","ts":1750223707298007388,"logger":"GITHUB","msg":"downloading repository","url":"https://codeload.github.com/roadrunner-server/roadrunner/legacy.zip/refs/tags/v2025.1.2"}
{"level":"info","ts":1750223707842232620,"logger":"GITHUB","msg":"repository saved","path":"/tmp/roadrunner-server-v2025.1.2/roadrunner-server-roadrunner-885c708"}
{"level":"info","ts":1750223712465226957,"logger":"Builder","msg":"switching working directory","wd":"/tmp/roadrunner-server-v2025.1.2/roadrunner-server-roadrunner-885c708"}
{"level":"info","ts":1750223712466409672,"logger":"Builder","msg":"downloading dependencies","cmd":"go mod download"}
{"level":"info","ts":1750223714576321895,"logger":"Builder","msg":"cleaning temporary folders","file/folder":"/tmp/roadrunner-server-v2025.1.2"}
{"level":"info","ts":1750223714578027386,"logger":"Builder","msg":"cleaning temporary folders","file/folder":"/tmp/roadrunner-server-v2025.1.2.zip"}
{"level":"error","ts":1750223714578088118,"msg":"fatal","error":"exit status 1"}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🔖 Ready