-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
% cargo build
Compiling pprof v0.10.0 (/usr/home/dveeden/dev/pprof-rs)
error[E0425]: cannot find function `create_pipe` in this scope
--> src/addr_validate.rs:52:35
|
52 | let (read_fd, write_fd) = create_pipe()?;
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find value `addr` in this scope
--> src/profiler.rs:280:44
|
280 | if profiler.is_blocklisted(addr) {
| ^^^^ not found in this scope
error[E0308]: mismatched types
--> src/profiler.rs:205:9
|
205 | / unsafe {
206 | | #[cfg(target_os = "linux")]
207 | | {
208 | | let errno = *libc::__errno_location();
... |
215 | | }
216 | | }
| |_________^ expected struct `ErrnoProtector`, found `()`
Some errors have detailed explanations: E0308, E0425.
For more information about an error, try `rustc --explain E0308`.
error: could not compile `pprof` due to 3 previous errors
% freebsd-version
13.0-RELEASE-p11
% cargo --version
cargo 1.63.0-nightly
Metadata
Metadata
Assignees
Labels
No labels