Skip to content
New issue

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

ci: is panicing during jsonrpc tests #243

Open
vincenzopalazzo opened this issue Jun 4, 2024 · 0 comments
Open

ci: is panicing during jsonrpc tests #243

vincenzopalazzo opened this issue Jun 4, 2024 · 0 comments

Comments

@vincenzopalazzo
Copy link
Owner

running 1 test
2024-06-04T12:43:16.382Z INFO jsonrpc starting server on /tmp/tmp.sock. [lampo-jsonrpc/src/lib.rs:202]
2024-06-04T12:43:16.382Z INFO client sending {"method":"foo","params":[],"id":"0","jsonrpc":"2.0"}. [lampo-jsonrpc/src/lib.rs:365]
2024-06-04T12:43:16.382Z INFO lampo_jsonrpc Accepting connection: `Ok((UnixStream { fd: FileDesc(OwnedFd { fd: 5 }), local: "/tmp/tmp.sock" (pathname), peer: (unnamed) }, (unnamed)))`. [lampo-jsonrpc/src/lib.rs:218]
test tests::register_rpc ... FAILED

failures:

---- tests::register_rpc stdout ----
thread '<unnamed>' panicked at lampo-jsonrpc/src/lib.rs:235:68:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at lampo-jsonrpc/src/lib.rs:366:55:
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
thread '<unnamed>' panicked at lampo-jsonrpc/src/lib.rs:400:41:
called `Result::unwrap()` on an `Err` value: Any { .. }
error: test failed, to rerun pass `-p lampo-jsonrpc --lib`
thread 'tests::register_rpc' panicked at lampo-jsonrpc/src/lib.rs:336:5:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant