[INFO] fetching crate machx 0.4.9... [INFO] testing machx-0.4.9 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate machx 0.4.9 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate machx 0.4.9 [INFO] finished tweaking crates.io crate machx 0.4.9 [INFO] tweaked toml for crates.io crate machx 0.4.9 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate machx 0.4.9 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8233409e02e3912fbefdf70579a2a3f7e317fc5b663dcc7707240bfddc723849 [INFO] running `Command { std: "docker" "start" "-a" "8233409e02e3912fbefdf70579a2a3f7e317fc5b663dcc7707240bfddc723849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8233409e02e3912fbefdf70579a2a3f7e317fc5b663dcc7707240bfddc723849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8233409e02e3912fbefdf70579a2a3f7e317fc5b663dcc7707240bfddc723849", kill_on_drop: false }` [INFO] [stdout] 8233409e02e3912fbefdf70579a2a3f7e317fc5b663dcc7707240bfddc723849 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac2f3eb31cfb4f75933407638d73f3a73d7bdbf0b8706ce56f9c5881774cada5 [INFO] running `Command { std: "docker" "start" "-a" "ac2f3eb31cfb4f75933407638d73f3a73d7bdbf0b8706ce56f9c5881774cada5", kill_on_drop: false }` [INFO] [stderr] Compiling machx v0.4.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `libc` [INFO] [stdout] --> src/thread_policy.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::thread_policy_t; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/boolean.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | pub type boolean_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | pub const BOOTSTRAP_MAX_NAME_LEN: ::libc::c_uint = 128; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:6:36 [INFO] [stdout] | [INFO] [stdout] 6 | pub const BOOTSTRAP_MAX_CMD_LEN: ::libc::c_uint = 512; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | pub const BOOTSTRAP_MAX_LOOKUP_COUNT: ::libc::c_uint = 20; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:10:32 [INFO] [stdout] | [INFO] [stdout] 10 | pub const BOOTSTRAP_SUCCESS: ::libc::c_uint = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:11:39 [INFO] [stdout] | [INFO] [stdout] 11 | pub const BOOTSTRAP_NOT_PRIVILEGED: ::libc::c_uint = 1100; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | pub const BOOTSTRAP_NAME_IN_USE: ::libc::c_uint = 1101; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | pub const BOOTSTRAP_UNKNOWN_SERVICE: ::libc::c_uint = 1102; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:14:39 [INFO] [stdout] | [INFO] [stdout] 14 | pub const BOOTSTRAP_SERVICE_ACTIVE: ::libc::c_uint = 1103; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | pub const BOOTSTRAP_BAD_COUNT: ::libc::c_uint = 1104; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | pub const BOOTSTRAP_NO_MEMORY: ::libc::c_uint = 1105; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub const BOOTSTRAP_NO_CHILDREN: ::libc::c_uint = 1106; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | pub const BOOTSTRAP_STATUS_INACTIVE: ::libc::c_uint = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:20:38 [INFO] [stdout] | [INFO] [stdout] 20 | pub const BOOTSTRAP_STATUS_ACTIVE: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:21:41 [INFO] [stdout] | [INFO] [stdout] 21 | pub const BOOTSTRAP_STATUS_ON_DEMAND: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | pub type name_t = [::libc::c_char; 128]; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | pub type cmd_t = [::libc::c_char; 512]; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | pub type bootstrap_status_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | pub type bootstrap_property_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 36 | server_cmd: *mut ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | server_uid: ::libc::uid_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:48:69 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn bootstrap_register(bp: mach_port_t, service_name: *mut ::libc::c_char, sp: mach_port_t) -> kern_return_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | service_name: *mut ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | service_name: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | service_name: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | service_name: *mut ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/bootstrap.rs:69:61 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn bootstrap_strerror(r: kern_return_t) -> *const ::libc::c_char; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | pub const clock_MSG_COUNT: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:3:27 [INFO] [stdout] | [INFO] [stdout] 3 | pub type alarm_type_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:4:27 [INFO] [stdout] | [INFO] [stdout] 4 | pub type sleep_type_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | pub type clock_id_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:6:29 [INFO] [stdout] | [INFO] [stdout] 6 | pub type clock_flavor_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | pub type clock_attr_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | pub type clock_res_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub tv_sec: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:18:27 [INFO] [stdout] | [INFO] [stdout] 18 | pub const SYSTEM_CLOCK: ::libc::c_uint = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | pub const CALENDAR_CLOCK: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | pub const REALTIME_CLOCK: ::libc::c_uint = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | pub const CLOCK_GET_TIME_RES: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | pub const CLOCK_ALARM_CURRES: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | pub const CLOCK_ALARM_MINRES: ::libc::c_uint = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | pub const CLOCK_ALARM_MAXRES: ::libc::c_uint = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub const NSEC_PER_USEC: ::libc::c_ulonglong = 1000; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:28:27 [INFO] [stdout] | [INFO] [stdout] 28 | pub const USEC_PER_SEC: ::libc::c_ulonglong = 1_000_000; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | pub const NSEC_PER_SEC: ::libc::c_ulonglong = 1_000_000_000; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 30 | pub const NSEC_PER_MSEC: ::libc::c_ulonglong = 1_000_000; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:34:38 [INFO] [stdout] | [INFO] [stdout] 34 | t.tv_nsec < 0 || (t.tv_nsec as ::libc::c_ulonglong) >= NSEC_PER_SEC [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:38:71 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn CMP_MACH_TIMESPEC(t1: &mach_timespec, t2: &mach_timespec) -> ::libc::c_ulonglong { [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | (t1.tv_nsec as ::libc::c_ulonglong) - (t2.tv_nsec as ::libc::c_ulonglong) [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:45:60 [INFO] [stdout] | [INFO] [stdout] 45 | (t1.tv_nsec as ::libc::c_ulonglong) - (t2.tv_nsec as ::libc::c_ulonglong) [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | if (t1.tv_nsec as ::libc::c_ulonglong) >= NSEC_PER_SEC { [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | t1.tv_nsec = (t1.tv_nsec as ::libc::c_ulonglong - NSEC_PER_SEC) as clock_res_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:62:39 [INFO] [stdout] | [INFO] [stdout] 62 | t1.tv_nsec = (t1.tv_nsec as ::libc::c_ulonglong + NSEC_PER_SEC) as clock_res_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:68:23 [INFO] [stdout] | [INFO] [stdout] 68 | pub const ALRMTYPE: ::libc::c_uint = 0xff; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | pub const TIME_ABSOLUTE: ::libc::c_uint = 0x00; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:70:28 [INFO] [stdout] | [INFO] [stdout] 70 | pub const TIME_RELATIVE: ::libc::c_uint = 0x01; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/clock_types.rs:73:26 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn BAD_ALRMTYPE(t: ::libc::c_uint) -> bool { [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | pub dli_fname: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | pub dli_fbase: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | pub dli_sname: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | pub dli_saddr: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn dladdr(arg1: *const ::libc::c_void, arg2: *mut Dl_info) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:15:73 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn dladdr(arg1: *const ::libc::c_void, arg2: *mut Dl_info) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:16:37 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn dlclose(__handle: *mut ::libc::c_void) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:16:56 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn dlclose(__handle: *mut ::libc::c_void) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:17:32 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn dlerror() -> *mut ::libc::c_char; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn dlopen(__path: *const ::libc::c_char, __mode: ::libc::c_int) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:18:60 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn dlopen(__path: *const ::libc::c_char, __mode: ::libc::c_int) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:18:83 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn dlopen(__path: *const ::libc::c_char, __mode: ::libc::c_int) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:19:35 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn dlsym(__handle: *mut ::libc::c_void, __symbol: *const ::libc::c_char) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:19:68 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn dlsym(__handle: *mut ::libc::c_void, __symbol: *const ::libc::c_char) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:19:92 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn dlsym(__handle: *mut ::libc::c_void, __symbol: *const ::libc::c_char) -> *mut ::libc::c_void; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dlfcn.rs:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn dlopen_preflight(__path: *const ::libc::c_char) -> bool; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | pub magic: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | pub cputype: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | pub cpusubtype: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub filetype: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | pub ncmds: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | pub sizeofcmds: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | pub flags: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | pub magic: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | pub cputype: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | pub cpusubtype: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub filetype: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:26:18 [INFO] [stdout] | [INFO] [stdout] 26 | pub ncmds: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub sizeofcmds: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | pub flags: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | pub reserved: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 35 | pub cmd: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | pub cmdsize: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | pub segname: [::libc::c_char; 16], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | pub vmaddr: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | pub vmsize: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | pub fileoff: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | pub filesize: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | pub maxprot: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | pub initprot: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub nsects: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | pub flags: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | pub aotImageSize: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | pub aotImageKey: [::libc::c_uchar; 32], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | pub imageFilePath: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | pub imageFileModDate: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub type dyld_image_mode = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:75:62 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe extern "C" fn(mode: dyld_image_mode, infoCount: ::libc::c_uint, info: *const dyld_image_info), [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | pub version: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | pub infoArrayCount: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | pub jitInfo: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:89:31 [INFO] [stdout] | [INFO] [stdout] 89 | pub dyldVersion: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | pub errorMessage: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:91:29 [INFO] [stdout] | [INFO] [stdout] 91 | pub terminationFlags: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:92:42 [INFO] [stdout] | [INFO] [stdout] 92 | pub coreSymbolicationShmPage: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub systemOrderFlag: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | pub uuidArrayCount: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | pub initialImageCount: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | pub errorKind: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | pub errorClientOfDylibPath: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:100:40 [INFO] [stdout] | [INFO] [stdout] 100 | pub errorTargetDylibPath: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:101:31 [INFO] [stdout] | [INFO] [stdout] 101 | pub errorSymbol: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | pub sharedCacheSlide: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:103:29 [INFO] [stdout] | [INFO] [stdout] 103 | pub sharedCacheUUID: [::libc::c_uchar; 16], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | pub sharedCacheBaseAddress: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:105:37 [INFO] [stdout] | [INFO] [stdout] 105 | pub infoArrayChangeTimestamp: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | pub dyldPath: *const ::libc::c_char, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | pub reserved: [::libc::uintptr_t; 7], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | pub sharedCacheFSID: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:110:31 [INFO] [stdout] | [INFO] [stdout] 110 | pub sharedCacheFSObjID: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:111:41 [INFO] [stdout] | [INFO] [stdout] 111 | pub compact_dyld_image_info_addr: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | pub compact_dyld_image_info_size: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 113 | pub platform: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 114 | pub aotInfoCount: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:116:40 [INFO] [stdout] | [INFO] [stdout] 116 | pub aotInfoArrayChangeTimestamp: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:117:38 [INFO] [stdout] | [INFO] [stdout] 117 | pub aotSharedCacheBaseAddress: ::libc::uintptr_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/dyld_images.rs:118:32 [INFO] [stdout] | [INFO] [stdout] 118 | pub aotSharedCacheUUID: [::libc::c_uchar; 16], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/error.rs:8:67 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn mach_error_string(error_value: mach_error_t) -> *mut ::libc::c_char; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exc.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | pub const exc_MSG_COUNT: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exc.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | flavor: *mut ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exc.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | flavor: *mut ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | pub const EXC_BAD_ACCESS: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:6:34 [INFO] [stdout] | [INFO] [stdout] 6 | pub const EXC_BAD_INSTRUCTION: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | pub const EXC_ARITHMETIC: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:8:28 [INFO] [stdout] | [INFO] [stdout] 8 | pub const EXC_EMULATION: ::libc::c_uint = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:9:27 [INFO] [stdout] | [INFO] [stdout] 9 | pub const EXC_SOFTWARE: ::libc::c_uint = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | pub const EXC_BREAKPOINT: ::libc::c_uint = 6; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | pub const EXC_SYSCALL: ::libc::c_uint = 7; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub const EXC_MACH_SYSCALL: ::libc::c_uint = 8; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | pub const EXC_RPC_ALERT: ::libc::c_uint = 9; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub const EXC_CRASH: ::libc::c_uint = 10; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | pub const EXC_RESOURCE: ::libc::c_uint = 11; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | pub const EXC_GUARD: ::libc::c_uint = 12; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:17:32 [INFO] [stdout] | [INFO] [stdout] 17 | pub const EXC_CORPSE_NOTIFY: ::libc::c_uint = 13; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:18:37 [INFO] [stdout] | [INFO] [stdout] 18 | pub const EXC_CORPSE_VARIANT_BIT: ::libc::c_uint = 256; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:19:32 [INFO] [stdout] | [INFO] [stdout] 19 | pub const EXCEPTION_DEFAULT: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | pub const EXCEPTION_STATE: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:21:39 [INFO] [stdout] | [INFO] [stdout] 21 | pub const EXCEPTION_STATE_IDENTITY: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:22:35 [INFO] [stdout] | [INFO] [stdout] 22 | pub const MACH_EXCEPTION_CODES: ::libc::c_uint = 2_147_483_648; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | pub const EXC_MASK_BAD_ACCESS: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:24:39 [INFO] [stdout] | [INFO] [stdout] 24 | pub const EXC_MASK_BAD_INSTRUCTION: ::libc::c_uint = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:25:34 [INFO] [stdout] | [INFO] [stdout] 25 | pub const EXC_MASK_ARITHMETIC: ::libc::c_uint = 8; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | pub const EXC_MASK_EMULATION: ::libc::c_uint = 16; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub const EXC_MASK_SOFTWARE: ::libc::c_uint = 32; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:28:34 [INFO] [stdout] | [INFO] [stdout] 28 | pub const EXC_MASK_BREAKPOINT: ::libc::c_uint = 64; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:29:31 [INFO] [stdout] | [INFO] [stdout] 29 | pub const EXC_MASK_SYSCALL: ::libc::c_uint = 128; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | pub const EXC_MASK_MACH_SYSCALL: ::libc::c_uint = 256; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | pub const EXC_MASK_RPC_ALERT: ::libc::c_uint = 512; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:32:29 [INFO] [stdout] | [INFO] [stdout] 32 | pub const EXC_MASK_CRASH: ::libc::c_uint = 1024; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | pub const EXC_MASK_RESOURCE: ::libc::c_uint = 2048; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:34:29 [INFO] [stdout] | [INFO] [stdout] 34 | pub const EXC_MASK_GUARD: ::libc::c_uint = 4096; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | pub const EXC_MASK_CORPSE_NOTIFY: ::libc::c_uint = 8192; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | pub const EXC_MASK_ALL: ::libc::c_uint = 7166; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | pub const FIRST_EXCEPTION: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | pub const EXC_SOFT_SIGNAL: ::libc::c_uint = 65_539; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | pub const EXC_MACF_MIN: ::libc::c_uint = 131_072; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:40:27 [INFO] [stdout] | [INFO] [stdout] 40 | pub const EXC_MACF_MAX: ::libc::c_uint = 196_607; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | pub type exception_type_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:45:35 [INFO] [stdout] | [INFO] [stdout] 45 | pub type exception_behavior_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/exception_types.rs:48:31 [INFO] [stdout] | [INFO] [stdout] 48 | pub type exception_mask_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/kern_return.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | pub type kern_return_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:8:39 [INFO] [stdout] | [INFO] [stdout] 8 | pub const PROC_PIDPATHINFO_MAXSIZE: ::libc::c_uint = 4096; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn proc_pidpath(pid: ::libc::pid_t, buffer: *mut ::libc::c_void, buffersize: ::libc::c_uint) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:12:60 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn proc_pidpath(pid: ::libc::pid_t, buffer: *mut ::libc::c_void, buffersize: ::libc::c_uint) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:12:88 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn proc_pidpath(pid: ::libc::pid_t, buffer: *mut ::libc::c_void, buffersize: ::libc::c_uint) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:12:107 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn proc_pidpath(pid: ::libc::pid_t, buffer: *mut ::libc::c_void, buffersize: ::libc::c_uint) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | pid: ::libc::pid_t, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | address: ::libc::c_ulong, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | buffer: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | buffersize: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | ) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | pid: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | flavor: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | buffer: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | buffersize: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:25:12 [INFO] [stdout] | [INFO] [stdout] 25 | ) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | buffer: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:30:23 [INFO] [stdout] | [INFO] [stdout] 30 | buffersize: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | ) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn proc_listallpids(buffer: *mut ::libc::c_void, buffersize: ::libc::c_int) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:32:72 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn proc_listallpids(buffer: *mut ::libc::c_void, buffersize: ::libc::c_int) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/libproc.rs:32:90 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn proc_listallpids(buffer: *mut ::libc::c_void, buffersize: ::libc::c_int) -> ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/loader.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | pub sectname: [::libc::c_char; 16usize], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/loader.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | pub segname: [::libc::c_char; 16usize], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/mach_types.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | pub const CLOCK_NULL: ::libc::clock_t = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/mach_types.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | pub type uuid_t = [::libc::c_uchar; 16]; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/memory_object_types.rs:5:37 [INFO] [stdout] | [INFO] [stdout] 5 | pub type memory_object_offset_t = ::libc::c_ulonglong; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/memory_object_types.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | pub type memory_object_size_t = ::libc::c_ulonglong; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/memory_object_types.rs:9:29 [INFO] [stdout] | [INFO] [stdout] 9 | pub type vm_object_id_t = ::libc::c_ulonglong; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | pub type mach_msg_bits_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:15:38 [INFO] [stdout] | [INFO] [stdout] 15 | pub type mach_msg_copy_options_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:16:41 [INFO] [stdout] | [INFO] [stdout] 16 | pub type mach_msg_descriptor_type_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | pub type mach_msg_type_name_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | pub type mach_msg_guard_flags_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:21:38 [INFO] [stdout] | [INFO] [stdout] 21 | pub type mach_msg_trailer_type_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | pub type mach_msg_trailer_size_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | pub val: [::libc::c_uint; 2], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:224:17 [INFO] [stdout] | [INFO] [stdout] 224 | pub val: [::libc::c_uint; 8], [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:271:25 [INFO] [stdout] | [INFO] [stdout] 271 | pub address: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | address: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | pub address: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/message.rs:316:25 [INFO] [stdout] | [INFO] [stdout] 316 | address: *mut ::libc::c_void, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/port.rs:13:26 [INFO] [stdout] | [INFO] [stdout] 13 | pub type mach_port_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/structs.rs:109:52 [INFO] [stdout] | [INFO] [stdout] 109 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | pub type task_special_port_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | pub type task_policy_flavor_t = ::libc::natural_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | pub type task_policy_t = *mut ::libc::integer_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task.rs:32:62 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn task_set_special_port(task: task_t, which_port: ::libc::c_int, special_port: mach_port_t) -> kern_return_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | pub const TASK_INFO_MAX: ::libc::c_uint = 1024; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | pub const TASK_BASIC_INFO_32: ::libc::c_uint = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | pub const TASK_BASIC2_INFO_32: ::libc::c_uint = 6; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | pub const TASK_BASIC_INFO_64: ::libc::c_uint = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | pub const TASK_BASIC_INFO: ::libc::c_uint = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | pub const TASK_EVENTS_INFO: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | pub const TASK_THREAD_TIMES_INFO: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:22:37 [INFO] [stdout] | [INFO] [stdout] 22 | pub const TASK_ABSOLUTETIME_INFO: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:23:37 [INFO] [stdout] | [INFO] [stdout] 23 | pub const TASK_KERNELMEMORY_INFO: ::libc::c_uint = 7; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:24:34 [INFO] [stdout] | [INFO] [stdout] 24 | pub const TASK_SECURITY_TOKEN: ::libc::c_uint = 13; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:25:31 [INFO] [stdout] | [INFO] [stdout] 25 | pub const TASK_AUDIT_TOKEN: ::libc::c_uint = 15; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | pub const TASK_AFFINITY_TAG_INFO: ::libc::c_uint = 16; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub const TASK_DYLD_INFO: ::libc::c_uint = 17; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:28:42 [INFO] [stdout] | [INFO] [stdout] 28 | pub const TASK_DYLD_ALL_IMAGE_INFO_32: ::libc::c_uint = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:29:42 [INFO] [stdout] | [INFO] [stdout] 29 | pub const TASK_DYLD_ALL_IMAGE_INFO_64: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | pub const TASK_EXTMOD_INFO: ::libc::c_uint = 19; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | pub const MACH_TASK_BASIC_INFO: ::libc::c_uint = 20; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | pub const TASK_POWER_INFO: ::libc::c_uint = 21; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:33:27 [INFO] [stdout] | [INFO] [stdout] 33 | pub const TASK_VM_INFO: ::libc::c_uint = 22; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | pub const TASK_VM_INFO_PURGEABLE: ::libc::c_uint = 23; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 35 | pub const TASK_TRACE_MEMORY_INFO: ::libc::c_uint = 24; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | pub const TASK_WAIT_STATE_INFO: ::libc::c_uint = 25; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:37:33 [INFO] [stdout] | [INFO] [stdout] 37 | pub const TASK_POWER_INFO_V2: ::libc::c_uint = 26; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:38:45 [INFO] [stdout] | [INFO] [stdout] 38 | pub const TASK_VM_INFO_PURGEABLE_ACCOUNT: ::libc::c_uint = 27; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | pub const TASK_FLAGS_INFO: ::libc::c_uint = 28; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/task_info.rs:40:39 [INFO] [stdout] | [INFO] [stdout] 40 | pub const TASK_DEBUG_INFO_INTERNAL: ::libc::c_uint = 29; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/thread_status.rs:6:36 [INFO] [stdout] | [INFO] [stdout] 6 | pub type thread_state_flavor_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/traps.rs:9:64 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn task_for_pid(target_tport: mach_port_name_t, pid: ::libc::c_int, tn: *mut mach_port_name_t) [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | flags: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm.rs:110:18 [INFO] [stdout] | [INFO] [stdout] 110 | flags: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm.rs:132:18 [INFO] [stdout] | [INFO] [stdout] 132 | flags: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | state: *mut ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_attributes.rs:3:37 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_machine_attribute_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_attributes.rs:9:41 [INFO] [stdout] | [INFO] [stdout] 9 | pub type vm_machine_attribute_val_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_behavior.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_behavior_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_inherit.rs:3:27 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_inherit_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_page_size.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | pub static vm_page_shift: ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_prot.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_prot_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_purgable_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:8:38 [INFO] [stdout] | [INFO] [stdout] 8 | pub const VM_VOLATILE_GROUP_SHIFT: ::libc::c_int = 8; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | pub const VM_VOLATILE_GROUP_MASK: ::libc::c_int = 7 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:10:40 [INFO] [stdout] | [INFO] [stdout] 10 | pub const VM_VOLATILE_GROUP_DEFAULT: ::libc::c_int = VM_VOLATILE_GROUP_0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:12:34 [INFO] [stdout] | [INFO] [stdout] 12 | pub const VM_VOLATILE_GROUP_0: ::libc::c_int = 0 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | pub const VM_VOLATILE_GROUP_1: ::libc::c_int = 1 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:14:34 [INFO] [stdout] | [INFO] [stdout] 14 | pub const VM_VOLATILE_GROUP_2: ::libc::c_int = 2 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:15:34 [INFO] [stdout] | [INFO] [stdout] 15 | pub const VM_VOLATILE_GROUP_3: ::libc::c_int = 3 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | pub const VM_VOLATILE_GROUP_4: ::libc::c_int = 4 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | pub const VM_VOLATILE_GROUP_5: ::libc::c_int = 5 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | pub const VM_VOLATILE_GROUP_6: ::libc::c_int = 6 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | pub const VM_VOLATILE_GROUP_7: ::libc::c_int = 7 << VM_VOLATILE_GROUP_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:21:41 [INFO] [stdout] | [INFO] [stdout] 21 | pub const VM_PURGABLE_BEHAVIOR_SHIFT: ::libc::c_int = 6; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:22:40 [INFO] [stdout] | [INFO] [stdout] 22 | pub const VM_PURGABLE_BEHAVIOR_MASK: ::libc::c_int = 1 << VM_PURGABLE_BEHAVIOR_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:23:40 [INFO] [stdout] | [INFO] [stdout] 23 | pub const VM_PURGABLE_BEHAVIOR_FIFO: ::libc::c_int = 0 << VM_PURGABLE_BEHAVIOR_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:24:40 [INFO] [stdout] | [INFO] [stdout] 24 | pub const VM_PURGABLE_BEHAVIOR_LIFO: ::libc::c_int = 1 << VM_PURGABLE_BEHAVIOR_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | pub const VM_PURGABLE_ORDERING_SHIFT: ::libc::c_int = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | pub const VM_PURGABLE_ORDERING_MASK: ::libc::c_int = 1 << VM_PURGABLE_ORDERING_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | pub const VM_PURGABLE_ORDERING_OBSOLETE: ::libc::c_int = 1 << VM_PURGABLE_ORDERING_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:29:42 [INFO] [stdout] | [INFO] [stdout] 29 | pub const VM_PURGABLE_ORDERING_NORMAL: ::libc::c_int = 0 << VM_PURGABLE_ORDERING_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:31:38 [INFO] [stdout] | [INFO] [stdout] 31 | pub const VM_VOLATILE_ORDER_SHIFT: ::libc::c_int = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 32 | pub const VM_VOLATILE_ORDER_MASK: ::libc::c_int = 1 << VM_VOLATILE_ORDER_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:33:46 [INFO] [stdout] | [INFO] [stdout] 33 | pub const VM_VOLATILE_MAKE_FIRST_IN_GROUP: ::libc::c_int = 1 << VM_VOLATILE_ORDER_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:34:45 [INFO] [stdout] | [INFO] [stdout] 34 | pub const VM_VOLATILE_MAKE_LAST_IN_GROUP: ::libc::c_int = 0 << VM_VOLATILE_ORDER_SHIFT; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:36:36 [INFO] [stdout] | [INFO] [stdout] 36 | pub const VM_PURGABLE_STATE_MIN: ::libc::c_int = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | pub const VM_PURGABLE_STATE_MAX: ::libc::c_int = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:38:37 [INFO] [stdout] | [INFO] [stdout] 38 | pub const VM_PURGABLE_STATE_MASK: ::libc::c_int = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:39:38 [INFO] [stdout] | [INFO] [stdout] 39 | pub const VM_PURGABLE_NONVOLATILE: ::libc::c_int = 0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | pub const VM_PURGABLE_VOLATILE: ::libc::c_int = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | pub const VM_PURGABLE_EMPTY: ::libc::c_int = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_purgable.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VM_PURGABLE_DENY: ::libc::c_int = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:17:36 [INFO] [stdout] | [INFO] [stdout] 17 | pub type vm_region_info_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:18:39 [INFO] [stdout] | [INFO] [stdout] 18 | pub type vm_region_info_64_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | pub type vm_region_recurse_info_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:20:47 [INFO] [stdout] | [INFO] [stdout] 20 | pub type vm_region_recurse_info_64_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:21:33 [INFO] [stdout] | [INFO] [stdout] 21 | pub type vm_region_flavor_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:22:37 [INFO] [stdout] | [INFO] [stdout] 22 | pub type vm_region_info_data_t = [::libc::c_int; VM_REGION_INFO_MAX as usize]; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | pub type vm_page_info_t = *mut ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:39:36 [INFO] [stdout] | [INFO] [stdout] 39 | pub type vm_page_info_flavor_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:44:33 [INFO] [stdout] | [INFO] [stdout] 44 | pub const VM_REGION_INFO_MAX: ::libc::c_int = 1 << 10; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | pub const VM_MAP_ENTRY_MAX: ::libc::c_int = 1 << 8; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 54 | pub const SM_COW: ::libc::c_uchar = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:55:25 [INFO] [stdout] | [INFO] [stdout] 55 | pub const SM_PRIVATE: ::libc::c_uchar = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:56:23 [INFO] [stdout] | [INFO] [stdout] 56 | pub const SM_EMPTY: ::libc::c_uchar = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub const SM_SHARED: ::libc::c_uchar = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | pub const SM_TRUESHARED: ::libc::c_uchar = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | pub const SM_PRIVATE_ALIASED: ::libc::c_uchar = 6; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | pub const SM_SHARED_ALIASED: ::libc::c_uchar = 7; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | pub user_wired_count: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:77:52 [INFO] [stdout] | [INFO] [stdout] 77 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:91:29 [INFO] [stdout] | [INFO] [stdout] 91 | pub user_wired_count: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:96:52 [INFO] [stdout] | [INFO] [stdout] 96 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:104:21 [INFO] [stdout] | [INFO] [stdout] 104 | pub user_tag: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:105:27 [INFO] [stdout] | [INFO] [stdout] 105 | pub pages_resident: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:106:37 [INFO] [stdout] | [INFO] [stdout] 106 | pub pages_shared_now_private: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:107:30 [INFO] [stdout] | [INFO] [stdout] 107 | pub pages_swapped_out: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:108:26 [INFO] [stdout] | [INFO] [stdout] 108 | pub pages_dirtied: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | pub ref_count: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | pub shadow_depth: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:111:27 [INFO] [stdout] | [INFO] [stdout] 111 | pub external_pager: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:112:23 [INFO] [stdout] | [INFO] [stdout] 112 | pub share_mode: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:113:27 [INFO] [stdout] | [INFO] [stdout] 113 | pub pages_reusable: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:118:52 [INFO] [stdout] | [INFO] [stdout] 118 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:125:19 [INFO] [stdout] | [INFO] [stdout] 125 | pub obj_id: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | pub ref_count: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:127:35 [INFO] [stdout] | [INFO] [stdout] 127 | pub private_pages_resident: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:128:34 [INFO] [stdout] | [INFO] [stdout] 128 | pub shared_pages_resident: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 129 | pub share_mode: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:134:52 [INFO] [stdout] | [INFO] [stdout] 134 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | pub user_tag: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | pub pages_resident: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | pub pages_shared_now_private: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:148:30 [INFO] [stdout] | [INFO] [stdout] 148 | pub pages_swapped_out: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:149:26 [INFO] [stdout] | [INFO] [stdout] 149 | pub pages_dirtied: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:150:22 [INFO] [stdout] | [INFO] [stdout] 150 | pub ref_count: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | pub shadow_depth: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:152:27 [INFO] [stdout] | [INFO] [stdout] 152 | pub external_pager: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:153:23 [INFO] [stdout] | [INFO] [stdout] 153 | pub share_mode: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:157:29 [INFO] [stdout] | [INFO] [stdout] 157 | pub user_wired_count: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:162:52 [INFO] [stdout] | [INFO] [stdout] 162 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | pub user_tag: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | pub pages_resident: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:175:37 [INFO] [stdout] | [INFO] [stdout] 175 | pub pages_shared_now_private: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | pub pages_swapped_out: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:177:26 [INFO] [stdout] | [INFO] [stdout] 177 | pub pages_dirtied: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | pub ref_count: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:179:25 [INFO] [stdout] | [INFO] [stdout] 179 | pub shadow_depth: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:180:27 [INFO] [stdout] | [INFO] [stdout] 180 | pub external_pager: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:181:23 [INFO] [stdout] | [INFO] [stdout] 181 | pub share_mode: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:185:29 [INFO] [stdout] | [INFO] [stdout] 185 | pub user_wired_count: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:186:27 [INFO] [stdout] | [INFO] [stdout] 186 | pub pages_reusable: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:191:52 [INFO] [stdout] | [INFO] [stdout] 191 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | pub user_tag: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:203:22 [INFO] [stdout] | [INFO] [stdout] 203 | pub ref_count: ::libc::c_uint, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:204:25 [INFO] [stdout] | [INFO] [stdout] 204 | pub shadow_depth: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:205:27 [INFO] [stdout] | [INFO] [stdout] 205 | pub external_pager: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:206:23 [INFO] [stdout] | [INFO] [stdout] 206 | pub share_mode: ::libc::c_uchar, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:210:29 [INFO] [stdout] | [INFO] [stdout] 210 | pub user_wired_count: ::libc::c_ushort, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:215:52 [INFO] [stdout] | [INFO] [stdout] 215 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | pub disposition: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:223:22 [INFO] [stdout] | [INFO] [stdout] 223 | pub ref_count: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:226:18 [INFO] [stdout] | [INFO] [stdout] 226 | pub depth: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | pub __pad: ::libc::c_int, [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_region.rs:232:52 [INFO] [stdout] | [INFO] [stdout] 232 | (mem::size_of::() / mem::size_of::<::libc::c_int>()) as mach_msg_type_number_t [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub const VM_MEMORY_MALLOC: ::libc::c_uint = 1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:14:37 [INFO] [stdout] | [INFO] [stdout] 14 | pub const VM_MEMORY_MALLOC_SMALL: ::libc::c_uint = 2; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:15:37 [INFO] [stdout] | [INFO] [stdout] 15 | pub const VM_MEMORY_MALLOC_LARGE: ::libc::c_uint = 3; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | pub const VM_MEMORY_MALLOC_HUGE: ::libc::c_uint = 4; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub const VM_MEMORY_SBRK: ::libc::c_uint = 5; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | pub const VM_MEMORY_REALLOC: ::libc::c_uint = 6; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | pub const VM_MEMORY_MALLOC_TINY: ::libc::c_uint = 7; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | pub const VM_MEMORY_MALLOC_LARGE_REUSABLE: ::libc::c_uint = 8; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | pub const VM_MEMORY_MALLOC_LARGE_REUSED: ::libc::c_uint = 9; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:22:38 [INFO] [stdout] | [INFO] [stdout] 22 | pub const VM_MEMORY_ANALYSIS_TOOL: ::libc::c_uint = 10; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:23:36 [INFO] [stdout] | [INFO] [stdout] 23 | pub const VM_MEMORY_MALLOC_NANO: ::libc::c_uint = 11; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | pub const VM_MEMORY_MACH_MSG: ::libc::c_uint = 20; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | pub const VM_MEMORY_IOKIT: ::libc::c_uint = 21; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:26:30 [INFO] [stdout] | [INFO] [stdout] 26 | pub const VM_MEMORY_STACK: ::libc::c_uint = 30; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub const VM_MEMORY_GUARD: ::libc::c_uint = 31; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:28:36 [INFO] [stdout] | [INFO] [stdout] 28 | pub const VM_MEMORY_SHARED_PMAP: ::libc::c_uint = 32; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | pub const VM_MEMORY_DYLIB: ::libc::c_uint = 33; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 30 | pub const VM_MEMORY_APPKIT: ::libc::c_uint = 40; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | pub const VM_MEMORY_FOUNDATION: ::libc::c_uint = 41; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 32 | pub const VM_MEMORY_COREGRAPHICS: ::libc::c_uint = 42; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | pub const VM_MEMORY_CARBON: ::libc::c_uint = 43; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:34:29 [INFO] [stdout] | [INFO] [stdout] 34 | pub const VM_MEMORY_JAVA: ::libc::c_uint = 44; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | pub const VM_MEMORY_ATS: ::libc::c_uint = 50; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | pub const VM_MEMORY_DYLD: ::libc::c_uint = 60; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | pub const VM_MEMORY_DYLD_MALLOC: ::libc::c_uint = 61; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:38:47 [INFO] [stdout] | [INFO] [stdout] 38 | pub const VM_MEMORY_APPLICATION_SPECIFIC_1: ::libc::c_uint = 240; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:39:48 [INFO] [stdout] | [INFO] [stdout] 39 | pub const VM_MEMORY_APPLICATION_SPECIFIC_16: ::libc::c_uint = 255; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | pub const VM_FLAGS_FIXED: ::libc::c_int = 0x0; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | pub const VM_FLAGS_ANYWHERE: ::libc::c_int = 0x1; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_statistics.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | pub const VM_FLAGS_OVERWRITE: ::libc::c_int = 0x4000; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_sync.rs:3:24 [INFO] [stdout] | [INFO] [stdout] 3 | pub type vm_sync_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_types.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | pub type natural_t = ::libc::c_uint; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_types.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | pub type integer_t = ::libc::c_int; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_types.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub type vm_offset_t = ::libc::uintptr_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `libc` in the list of imported crates [INFO] [stdout] --> src/vm_types.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | pub type vm_size_t = ::libc::uintptr_t; [INFO] [stdout] | ^^^^ could not find `libc` in the list of imported crates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/mach_types.rs:108:18 [INFO] [stdout] | [INFO] [stdout] 108 | pub type off_t = libc::c_longlong; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/mach_types.rs:110:18 [INFO] [stdout] | [INFO] [stdout] 110 | pub type uid_t = libc::c_uint; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/mach_types.rs:112:18 [INFO] [stdout] | [INFO] [stdout] 112 | pub type gid_t = libc::c_uint; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | mig_vers: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | if_vers: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | reserved1: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | mig_encoding: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | int_rep: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:12:15 [INFO] [stdout] | [INFO] [stdout] 12 | char_rep: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | float_rep: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/ndr.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | reserved32: libc::c_uchar, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/vm.rs:206:20 [INFO] [stdout] | [INFO] [stdout] 206 | pub user_time: libc::time_value_t, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/vm.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | pub system_time: libc::time_value_t, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `libc` [INFO] [stdout] --> src/vm.rs:209:17 [INFO] [stdout] | [INFO] [stdout] 209 | pub policy: libc::policy_t, [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `libc` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `libc`, use `cargo add libc` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `machx` (lib) due to 417 previous errors [INFO] running `Command { std: "docker" "inspect" "ac2f3eb31cfb4f75933407638d73f3a73d7bdbf0b8706ce56f9c5881774cada5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac2f3eb31cfb4f75933407638d73f3a73d7bdbf0b8706ce56f9c5881774cada5", kill_on_drop: false }` [INFO] [stdout] ac2f3eb31cfb4f75933407638d73f3a73d7bdbf0b8706ce56f9c5881774cada5