We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
om ci
Saw this when first (but not again) building https://github.com/sciexp/python-nix-template
"name" = "omnix-cli" "operating_system" = "Mac OS 15.3.1 [64-bit]" "crate_version" = "1.0.0" "explanation" = """ Panic occurred in file '/private/tmp/nix-build-omnix-cli-1.0.0.drv-0/source/crates/nix_rs/src/flake/functions/core.rs' at line 99 """ "cause" = "read stderr: Custom { kind: InvalidData, error: \"stream did not contain valid UTF-8\" }" "method" = "Panic" "backtrace" = """ 0: 0x1008d12e0 - __mh_execute_header 1: 0x10046f3a8 - __mh_execute_header 2: 0x100470b48 - __mh_execute_header 3: 0x1005dbfc0 - __mh_execute_header 4: 0x1007ed2a8 - __mh_execute_header 5: 0x1007f4010 - __mh_execute_header 6: 0x1007ea978 - __mh_execute_header 7: 0x1007e7e68 - __mh_execute_header 8: 0x1007e85dc - __mh_execute_header 9: 0x1007a6178 - __mh_execute_header 10: 0x18f2242e4 - __pthread_deallocate"""
AsyncBufReaderExt's next_line is throwing this:
AsyncBufReaderExt
next_line
omnix/crates/nix_rs/src/flake/functions/core.rs
Lines 98 to 103 in e768c5e
The text was updated successfully, but these errors were encountered:
https://docs.rs/tokio/latest/tokio/io/trait.AsyncBufReadExt.html#method.read_line
Grok's analysis & solution
Sorry, something went wrong.
om ci run
stream did not contain valid UTF-8
No branches or pull requests
Saw this when first (but not again) building https://github.com/sciexp/python-nix-template
AsyncBufReaderExt
'snext_line
is throwing this:omnix/crates/nix_rs/src/flake/functions/core.rs
Lines 98 to 103 in e768c5e
The text was updated successfully, but these errors were encountered: