Laurent Aupse
Laurent Aupse
Hello, I'm uping this since i end up in the same spot. Since i saw this #968 got merge, I replaced runc by youki `cp youki /usr/sbin/runc` on the worker...
I have isolated the root cause. It's because of use of this logging library https://github.com/charmbracelet/log You can reproduce whis this file ``` go package main import ( "os" "github.com/charmbracelet/log" )...
Run into this issue today also https://github.com/cosmtrek/air/issues/502
> 2\. CI=true air Thanks for the workaround
Looks like the issue is still here with latest 0.3.1 release which includes the fix https://github.com/charmbracelet/log/assets/98523125/0ea6e749-bc13-4ac5-82ea-8bbec7af5757 ``` go package main import ( "os" "github.com/charmbracelet/log" ) func main() { log.NewWithOptions(os.Stdout, log.Options{})...