You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: