[INFO] fetching crate rust-dpdk 0.0.1...
[INFO] testing rust-dpdk-0.0.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rust-dpdk 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rust-dpdk 0.0.1
[INFO] finished tweaking crates.io crate rust-dpdk 0.0.1
[INFO] tweaked toml for crates.io crate rust-dpdk 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-dpdk 0.0.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 09e2c0dcb0d85a038cc49ce3295d5fba3f38b17ff3e4f2af6569b7dc499bc02c
[INFO] running `Command { std: "docker" "start" "-a" "09e2c0dcb0d85a038cc49ce3295d5fba3f38b17ff3e4f2af6569b7dc499bc02c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09e2c0dcb0d85a038cc49ce3295d5fba3f38b17ff3e4f2af6569b7dc499bc02c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09e2c0dcb0d85a038cc49ce3295d5fba3f38b17ff3e4f2af6569b7dc499bc02c", kill_on_drop: false }`
[INFO] [stdout] 09e2c0dcb0d85a038cc49ce3295d5fba3f38b17ff3e4f2af6569b7dc499bc02c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2afd9d44309b8862c8a51dc3f7967e3f107f2feb6f8d8776aba1b0762d24ae06
[INFO] running `Command { std: "docker" "start" "-a" "2afd9d44309b8862c8a51dc3f7967e3f107f2feb6f8d8776aba1b0762d24ae06", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rust-dpdk v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `raw_pointer_derive` has been removed: using derive with raw pointers is ok
[INFO] [stdout]  --> src/lib.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 |          raw_pointer_derive,
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unknown lint: `unstable`
[INFO] [stdout]  --> src/lib.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |          unstable)]
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unknown_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:13:46
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub unsafe fn u8(&mut self) -> *mut [u8; 16us] {
[INFO] [stdout]    |                                              ^^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:16:48
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub unsafe fn u16(&mut self) -> *mut [u16; 8us] {
[INFO] [stdout]    |                                                ^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub unsafe fn u32(&mut self) -> *mut [u32; 4us] {
[INFO] [stdout]    |                                                ^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:22:48
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub unsafe fn u64(&mut self) -> *mut [u64; 2us] {
[INFO] [stdout]    |                                                ^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub unsafe fn pd(&mut self) -> *mut [::libc::c_double; 2us] {
[INFO] [stdout]    |                                                            ^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:345:36
[INFO] [stdout]     |
[INFO] [stdout] 345 | pub type cpuid_registers_t = [u32; 4us];
[INFO] [stdout]     |                                    ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:982:41
[INFO] [stdout]     |
[INFO] [stdout] 982 | pub type MARKER = [*mut ::libc::c_void; 0us];
[INFO] [stdout]     |                                         ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:983:25
[INFO] [stdout]     |
[INFO] [stdout] 983 | pub type MARKER8 = [u8; 0us];
[INFO] [stdout]     |                         ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:984:27
[INFO] [stdout]     |
[INFO] [stdout] 984 | pub type MARKER64 = [u64; 0us];
[INFO] [stdout]     |                           ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1345:54
[INFO] [stdout]      |
[INFO] [stdout] 1345 |     pub unsafe fn ipv6_addr(&mut self) -> *mut [u32; 4us] {
[INFO] [stdout]      |                                                      ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1994:54
[INFO] [stdout]      |
[INFO] [stdout] 1994 |     pub unsafe fn ipv6_addr(&mut self) -> *mut [u32; 4us] {
[INFO] [stdout]      |                                                      ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2010:54
[INFO] [stdout]      |
[INFO] [stdout] 2010 |     pub unsafe fn ipv6_addr(&mut self) -> *mut [u32; 4us] {
[INFO] [stdout]      |                                                      ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4039:56
[INFO] [stdout]      |
[INFO] [stdout] 4039 |     pub static mut lcore_config: [Struct_lcore_config; 128us];
[INFO] [stdout]      |                                                        ^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4067:51
[INFO] [stdout]      |
[INFO] [stdout] 4067 |     pub static mut rte_red_log2_1_minus_Wq: [u16; 12us];
[INFO] [stdout]      |                                                   ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4068:49
[INFO] [stdout]      |
[INFO] [stdout] 4068 |     pub static mut rte_red_pow2_frac_inv: [u16; 16us];
[INFO] [stdout]      |                                                 ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4893:53
[INFO] [stdout]      |
[INFO] [stdout] 4893 | ...                   ips: *mut [u8; 16us],
[INFO] [stdout]      |                                      ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4900:53
[INFO] [stdout]      |
[INFO] [stdout] 4900 | ...                   ips: *mut [u8; 16us],
[INFO] [stdout]      |                                      ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]  --> src/dpdk.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub _bindgen_data_: [u8; 16us],
[INFO] [stdout]   |                              ^^^^ invalid suffix `us`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:36:32
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub name: [::libc::c_char; 256us],
[INFO] [stdout]    |                                ^^^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub mfn: [u64; 2048us],
[INFO] [stdout]    |                    ^^^^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]   --> src/dpdk.rs:77:33
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub _bindgen_data_1_: [u64; 1us],
[INFO] [stdout]    |                                 ^^^ invalid suffix `us`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                                ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:110:33
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub _bindgen_data_1_: [u64; 1us],
[INFO] [stdout]     |                                 ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:193:45
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub lcore_role: [Enum_rte_lcore_role_t; 128us],
[INFO] [stdout]     |                                             ^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:217:44
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub pipe_master2slave: [::libc::c_int; 2us],
[INFO] [stdout]     |                                            ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:218:44
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub pipe_slave2master: [::libc::c_int; 2us],
[INFO] [stdout]     |                                            ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:255:38
[INFO] [stdout]     |
[INFO] [stdout] 255 |     pub free_head: [Struct_Unnamed4; 5us],
[INFO] [stdout]     |                                      ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:329:37
[INFO] [stdout]     |
[INFO] [stdout] 329 |     pub memseg: [Struct_rte_memseg; 256us],
[INFO] [stdout]     |                                     ^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:330:39
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub memzone: [Struct_rte_memzone; 2560us],
[INFO] [stdout]     |                                       ^^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:331:42
[INFO] [stdout]     |
[INFO] [stdout] 331 |     pub free_memseg: [Struct_rte_memseg; 256us],
[INFO] [stdout]     |                                          ^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:332:45
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub tailq_head: [Struct_rte_tailq_head; 32us],
[INFO] [stdout]     |                                             ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:333:44
[INFO] [stdout]     |
[INFO] [stdout] 333 |     pub malloc_heaps: [Struct_malloc_heap; 8us],
[INFO] [stdout]     |                                            ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:353:32
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub name: [::libc::c_char; 64us],
[INFO] [stdout]     |                                ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:452:31
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub _bindgen_data_: [u64; 1us],
[INFO] [stdout]     |                               ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:496:42
[INFO] [stdout]     |
[INFO] [stdout] 496 |     pub defs: [Struct_rte_acl_field_def; 64us],
[INFO] [stdout]     |                                          ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:531:39
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub field: [Struct_rte_acl_field; 0us],
[INFO] [stdout]     |                                       ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:597:23
[INFO] [stdout]     |
[INFO] [stdout] 597 |     pub arp_sha: [u8; 6us],
[INFO] [stdout]     |                       ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:598:23
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub arp_sip: [u8; 4us],
[INFO] [stdout]     |                       ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:599:23
[INFO] [stdout]     |
[INFO] [stdout] 599 |     pub arp_tha: [u8; 6us],
[INFO] [stdout]     |                       ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:600:23
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub arp_tip: [u8; 4us],
[INFO] [stdout]     |                       ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:621:30
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub _bindgen_data_: [u8; 20us],
[INFO] [stdout]     |                              ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:642:22
[INFO] [stdout]     |
[INFO] [stdout] 642 |     pub memory: [u8; 0us],
[INFO] [stdout]     |                      ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:651:32
[INFO] [stdout]     |
[INFO] [stdout] 651 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                                ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:652:33
[INFO] [stdout]     |
[INFO] [stdout] 652 |     pub value: [::libc::c_char; 64us],
[INFO] [stdout]     |                                 ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:742:49
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub mem_resource: [Struct_rte_pci_resource; 7us],
[INFO] [stdout]     |                                                 ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:795:33
[INFO] [stdout]     |
[INFO] [stdout] 795 |     pub _bindgen_data_1_: [u16; 16us],
[INFO] [stdout]     |                                 ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:796:32
[INFO] [stdout]     |
[INFO] [stdout] 796 |     pub args: [::libc::c_char; 256us],
[INFO] [stdout]     |                                ^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:829:36
[INFO] [stdout]     |
[INFO] [stdout] 829 |     pub drv_name: [::libc::c_char; 32us],
[INFO] [stdout]     |                                    ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:886:32
[INFO] [stdout]     |
[INFO] [stdout] 886 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                                ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:890:37
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub ring: [*mut ::libc::c_void; 0us],
[INFO] [stdout]     |                                     ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:924:37
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub objs: [*mut ::libc::c_void; 1536us],
[INFO] [stdout]     |                                     ^^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:947:32
[INFO] [stdout]     |
[INFO] [stdout] 947 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                                ^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:958:49
[INFO] [stdout]     |
[INFO] [stdout] 958 |     pub local_cache: [Struct_rte_mempool_cache; 128us],
[INFO] [stdout]     |                                                 ^^^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:964:31
[INFO] [stdout]     |
[INFO] [stdout] 964 |     pub elt_pa: [phys_addr_t; 1us],
[INFO] [stdout]     |                               ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]    --> src/dpdk.rs:994:33
[INFO] [stdout]     |
[INFO] [stdout] 994 |     pub _bindgen_data_1_: [u16; 1us],
[INFO] [stdout]     |                                 ^^^ invalid suffix `us`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1006:33
[INFO] [stdout]      |
[INFO] [stdout] 1006 |     pub _bindgen_data_2_: [u64; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1009:33
[INFO] [stdout]      |
[INFO] [stdout] 1009 |     pub _bindgen_data_3_: [u64; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1037:31
[INFO] [stdout]      |
[INFO] [stdout] 1037 |     pub _bindgen_data_: [u32; 2us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1059:33
[INFO] [stdout]      |
[INFO] [stdout] 1059 |     pub _bindgen_data_1_: [u32; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1090:26
[INFO] [stdout]      |
[INFO] [stdout] 1090 |     pub addr_bytes: [u8; 6us],
[INFO] [stdout]      |                          ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1131:28
[INFO] [stdout]      |
[INFO] [stdout] 1131 |     pub reserved_119: [u8; 119us],
[INFO] [stdout]      |                            ^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1166:26
[INFO] [stdout]      |
[INFO] [stdout] 1166 |     pub reserved_3: [u8; 3us],
[INFO] [stdout]      |                          ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1183:27
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub reserved_12: [u8; 12us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1186:27
[INFO] [stdout]      |
[INFO] [stdout] 1186 |     pub reserved_50: [u8; 50us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1210:26
[INFO] [stdout]      |
[INFO] [stdout] 1210 |     pub reserved_2: [u8; 2us],
[INFO] [stdout]      |                          ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1213:27
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub reserved_90: [u8; 90us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1339:31
[INFO] [stdout]      |
[INFO] [stdout] 1339 |     pub _bindgen_data_: [u32; 4us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1414:23
[INFO] [stdout]      |
[INFO] [stdout] 1414 |     pub src_ip: [u32; 4us],
[INFO] [stdout]      |                       ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1415:23
[INFO] [stdout]      |
[INFO] [stdout] 1415 |     pub dst_ip: [u32; 4us],
[INFO] [stdout]      |                       ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1460:31
[INFO] [stdout]      |
[INFO] [stdout] 1460 |     pub _bindgen_data_: [u32; 9us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1497:25
[INFO] [stdout]      |
[INFO] [stdout] 1497 |     pub flexbytes: [u8; 16us],
[INFO] [stdout]      |                         ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1559:27
[INFO] [stdout]      |
[INFO] [stdout] 1559 |     pub src_offset: [u16; 16us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1570:20
[INFO] [stdout]      |
[INFO] [stdout] 1570 |     pub mask: [u8; 16us],
[INFO] [stdout]      |                    ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1582:53
[INFO] [stdout]      |
[INFO] [stdout] 1582 |     pub flex_set: [Struct_rte_eth_flex_payload_cfg; 8us],
[INFO] [stdout]      |                                                     ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1583:52
[INFO] [stdout]      |
[INFO] [stdout] 1583 |     pub flex_mask: [Struct_rte_eth_fdir_flex_mask; 64us],
[INFO] [stdout]      |                                                    ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1601:32
[INFO] [stdout]      |
[INFO] [stdout] 1601 |     pub flow_types_mask: [u32; 16us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1653:27
[INFO] [stdout]      |
[INFO] [stdout] 1653 |     pub q_ipackets: [u64; 16us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1654:27
[INFO] [stdout]      |
[INFO] [stdout] 1654 |     pub q_opackets: [u64; 16us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1655:25
[INFO] [stdout]      |
[INFO] [stdout] 1655 |     pub q_ibytes: [u64; 16us],
[INFO] [stdout]      |                         ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1656:25
[INFO] [stdout]      |
[INFO] [stdout] 1656 |     pub q_obytes: [u64; 16us],
[INFO] [stdout]      |                         ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1657:25
[INFO] [stdout]      |
[INFO] [stdout] 1657 |     pub q_errors: [u64; 16us],
[INFO] [stdout]      |                         ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1734:24
[INFO] [stdout]      |
[INFO] [stdout] 1734 |     pub vlan_id: [u16; 64us],
[INFO] [stdout]      |                        ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1758:20
[INFO] [stdout]      |
[INFO] [stdout] 1758 |     pub reta: [u8; 64us],
[INFO] [stdout]      |                    ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1777:25
[INFO] [stdout]      |
[INFO] [stdout] 1777 |     pub dcb_queue: [u8; 8us],
[INFO] [stdout]      |                         ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1788:25
[INFO] [stdout]      |
[INFO] [stdout] 1788 |     pub dcb_queue: [u8; 8us],
[INFO] [stdout]      |                         ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1799:25
[INFO] [stdout]      |
[INFO] [stdout] 1799 |     pub dcb_queue: [u8; 8us],
[INFO] [stdout]      |                         ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1823:38
[INFO] [stdout]      |
[INFO] [stdout] 1823 |     pub pool_map: [Struct_Unnamed24; 64us],
[INFO] [stdout]      |                                      ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1824:25
[INFO] [stdout]      |
[INFO] [stdout] 1824 |     pub dcb_queue: [u8; 8us],
[INFO] [stdout]      |                         ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1849:38
[INFO] [stdout]      |
[INFO] [stdout] 1849 |     pub pool_map: [Struct_Unnamed25; 64us],
[INFO] [stdout]      |                                      ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:1988:31
[INFO] [stdout]      |
[INFO] [stdout] 1988 |     pub _bindgen_data_: [u32; 4us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2004:31
[INFO] [stdout]      |
[INFO] [stdout] 2004 |     pub _bindgen_data_: [u32; 4us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2090:31
[INFO] [stdout]      |
[INFO] [stdout] 2090 |     pub _bindgen_data_: [u32; 3us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2139:32
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     pub name: [::libc::c_char; 64us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2196:23
[INFO] [stdout]      |
[INFO] [stdout] 2196 |     pub dwords: [u32; 32us],
[INFO] [stdout]      |                       ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2197:20
[INFO] [stdout]      |
[INFO] [stdout] 2197 |     pub mask: [u8; 16us],
[INFO] [stdout]      |                    ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2688:32
[INFO] [stdout]      |
[INFO] [stdout] 2688 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2701:29
[INFO] [stdout]      |
[INFO] [stdout] 2701 |     pub mac_pool_sel: [u64; 128us],
[INFO] [stdout]      |                             ^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2759:31
[INFO] [stdout]      |
[INFO] [stdout] 2759 |     pub _bindgen_data_: [u64; 1us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2787:32
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2795:39
[INFO] [stdout]      |
[INFO] [stdout] 2795 |     pub t: [Union_rte_fbk_hash_entry; 0us],
[INFO] [stdout]      |                                       ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2826:32
[INFO] [stdout]      |
[INFO] [stdout] 2826 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2879:24
[INFO] [stdout]      |
[INFO] [stdout] 2879 |     pub src_addr: [u8; 16us],
[INFO] [stdout]      |                        ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2880:24
[INFO] [stdout]      |
[INFO] [stdout] 2880 |     pub dst_addr: [u8; 16us],
[INFO] [stdout]      |                        ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2903:24
[INFO] [stdout]      |
[INFO] [stdout] 2903 |     pub src_dst: [u64; 4us],
[INFO] [stdout]      |                        ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2919:33
[INFO] [stdout]      |
[INFO] [stdout] 2919 |     pub frags: [Struct_ip_frag; 4us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2937:37
[INFO] [stdout]      |
[INFO] [stdout] 2937 |     pub row: [*mut Struct_rte_mbuf; 160us],
[INFO] [stdout]      |                                     ^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2981:35
[INFO] [stdout]      |
[INFO] [stdout] 2981 |     pub pkt: [Struct_ip_frag_pkt; 0us],
[INFO] [stdout]      |                                   ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:2991:33
[INFO] [stdout]      |
[INFO] [stdout] 2991 |     pub _bindgen_data_1_: [u16; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3013:33
[INFO] [stdout]      |
[INFO] [stdout] 3013 |     pub _bindgen_data_1_: [u32; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3034:39
[INFO] [stdout]      |
[INFO] [stdout] 3034 |     pub buffer: [*mut ::libc::c_void; 0us],
[INFO] [stdout]      |                                       ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3043:32
[INFO] [stdout]      |
[INFO] [stdout] 3043 |     pub pad0: [::libc::c_char; 10us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3045:32
[INFO] [stdout]      |
[INFO] [stdout] 3045 |     pub pad1: [::libc::c_char; 4us],
[INFO] [stdout]      |                                ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3047:32
[INFO] [stdout]      |
[INFO] [stdout] 3047 |     pub pad2: [::libc::c_char; 2us],
[INFO] [stdout]      |                                ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3050:32
[INFO] [stdout]      |
[INFO] [stdout] 3050 |     pub pad3: [::libc::c_char; 8us],
[INFO] [stdout]      |                                ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3060:32
[INFO] [stdout]      |
[INFO] [stdout] 3060 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3106:32
[INFO] [stdout]      |
[INFO] [stdout] 3106 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3136:41
[INFO] [stdout]      |
[INFO] [stdout] 3136 |     pub pairs: [Struct_rte_kvargs_pair; 32us],
[INFO] [stdout]      |                                         ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3155:32
[INFO] [stdout]      |
[INFO] [stdout] 3155 |     pub _bindgen_data_1_: [u8; 1us],
[INFO] [stdout]      |                                ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3209:32
[INFO] [stdout]      |
[INFO] [stdout] 3209 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                                ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3212:47
[INFO] [stdout]      |
[INFO] [stdout] 3212 |     pub rule_info: [Struct_rte_lpm_rule_info; 32us],
[INFO] [stdout]      |                                               ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3213:45
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub tbl24: [Struct_rte_lpm_tbl24_entry; 16777216us],
[INFO] [stdout]      |                                             ^^^^^^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3214:43
[INFO] [stdout]      |
[INFO] [stdout] 3214 |     pub tbl8: [Struct_rte_lpm_tbl8_entry; 65536us],
[INFO] [stdout]      |                                           ^^^^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3215:42
[INFO] [stdout]      |
[INFO] [stdout] 3215 |     pub rules_tbl: [Struct_rte_lpm_rule; 0us],
[INFO] [stdout]      |                                          ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3408:33
[INFO] [stdout]      |
[INFO] [stdout] 3408 |     pub _bindgen_data_1_: [u32; 1us],
[INFO] [stdout]      |                                 ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3409:27
[INFO] [stdout]      |
[INFO] [stdout] 3409 |     pub action_data: [u8; 0us],
[INFO] [stdout]      |                           ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3570:24
[INFO] [stdout]      |
[INFO] [stdout] 3570 |     pub tc_rate: [u32; 4us],
[INFO] [stdout]      |                        ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3581:26
[INFO] [stdout]      |
[INFO] [stdout] 3581 |     pub n_pkts_tc: [u32; 4us],
[INFO] [stdout]      |                          ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3582:34
[INFO] [stdout]      |
[INFO] [stdout] 3582 |     pub n_pkts_tc_dropped: [u32; 4us],
[INFO] [stdout]      |                                  ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3583:27
[INFO] [stdout]      |
[INFO] [stdout] 3583 |     pub n_bytes_tc: [u32; 4us],
[INFO] [stdout]      |                           ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3584:35
[INFO] [stdout]      |
[INFO] [stdout] 3584 |     pub n_bytes_tc_dropped: [u32; 4us],
[INFO] [stdout]      |                                   ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3596:24
[INFO] [stdout]      |
[INFO] [stdout] 3596 |     pub tc_rate: [u32; 4us],
[INFO] [stdout]      |                        ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3598:27
[INFO] [stdout]      |
[INFO] [stdout] 3598 |     pub wrr_weights: [u8; 16us],
[INFO] [stdout]      |                           ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3628:22
[INFO] [stdout]      |
[INFO] [stdout] 3628 |     pub qsize: [u16; 4us],
[INFO] [stdout]      |                      ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3751:50
[INFO] [stdout]      |
[INFO] [stdout] 3751 |     pub field_format: [Struct_rte_acl_field_def; 64us],
[INFO] [stdout]      |                                                  ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3762:45
[INFO] [stdout]      |
[INFO] [stdout] 3762 |     pub field_value: [Struct_rte_acl_field; 64us],
[INFO] [stdout]      |                                             ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3772:45
[INFO] [stdout]      |
[INFO] [stdout] 3772 |     pub field_value: [Struct_rte_acl_field; 64us],
[INFO] [stdout]      |                                             ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3963:18
[INFO] [stdout]      |
[INFO] [stdout] 3963 |     pub ip: [u8; 16us],
[INFO] [stdout]      |                  ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:3993:31
[INFO] [stdout]      |
[INFO] [stdout] 3993 |     pub _bindgen_data_: [u32; 1us],
[INFO] [stdout]      |                               ^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `us` for number literal
[INFO] [stdout]     --> src/dpdk.rs:4016:42
[INFO] [stdout]      |
[INFO] [stdout] 4016 |     pub sl_next: [*mut Struct_rte_timer; 10us],
[INFO] [stdout]      |                                          ^^^^ invalid suffix `us`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate libc;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]  --> src/dpdk.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub type xmm_t = ::libc::c_void /* FIXME This is incorrect */;
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub name: [::libc::c_char; 256us],
[INFO] [stdout]    |                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:65:32
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub type Enum_rte_page_sizes = ::libc::c_ulong;
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub const RTE_PGSIZE_4K: ::libc::c_ulong = 4096;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:67:26
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub const RTE_PGSIZE_2M: ::libc::c_ulong = 2097152;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:68:26
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub const RTE_PGSIZE_1G: ::libc::c_ulong = 1073741824;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:69:27
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub const RTE_PGSIZE_64K: ::libc::c_ulong = 65536;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:70:27
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub const RTE_PGSIZE_16M: ::libc::c_ulong = 16777216;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:71:27
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub const RTE_PGSIZE_16G: ::libc::c_ulong = 17179869184;
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub len: ::libc::size_t,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:100:20
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub file: *mut ::libc::FILE,
[INFO] [stdout]     |                    ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:108:16
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:111:14
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub len: ::libc::size_t,
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub heap_totalsz_bytes: ::libc::size_t,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub heap_freesz_bytes: ::libc::size_t,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:133:29
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub greatest_free_size: ::libc::size_t,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:134:21
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub free_count: ::libc::c_uint,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub alloc_count: ::libc::c_uint,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:136:29
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub heap_allocsz_bytes: ::libc::size_t,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:147:20
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub data: *mut ::libc::c_void,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:180:34
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub type Enum_rte_lcore_role_t = ::libc::c_uint;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:181:21
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub const ROLE_RTE: ::libc::c_uint = 0;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:182:21
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub const ROLE_OFF: ::libc::c_uint = 1;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:183:33
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub type Enum_rte_proc_type_t = ::libc::c_int;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:184:26
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const RTE_PROC_AUTO: ::libc::c_int = -1;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:185:29
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub const RTE_PROC_PRIMARY: ::libc::c_int = 0;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:186:31
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const RTE_PROC_SECONDARY: ::libc::c_int = 1;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:187:29
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub const RTE_PROC_INVALID: ::libc::c_int = 2;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:201:57
[INFO] [stdout]     |
[INFO] [stdout] 201 |     ::std::option::Option<extern "C" fn(prgname: *const ::libc::c_char)
[INFO] [stdout]     |                                                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:203:35
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub type Enum_rte_lcore_state_t = ::libc::c_uint;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 | pub const WAIT: ::libc::c_uint = 0;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:205:20
[INFO] [stdout]     |
[INFO] [stdout] 205 | pub const RUNNING: ::libc::c_uint = 1;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:206:21
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub const FINISHED: ::libc::c_uint = 2;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:208:30
[INFO] [stdout]     |
[INFO] [stdout] 208 |     extern "C" fn(arg1: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:208:49
[INFO] [stdout]     |
[INFO] [stdout] 208 |     extern "C" fn(arg1: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:209:39
[INFO] [stdout]     |
[INFO] [stdout] 209 | pub type Enum_rte_rmt_call_master_t = ::libc::c_uint;
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub const SKIP_MASTER: ::libc::c_uint = 0;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub const CALL_MASTER: ::libc::c_uint = 1;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:215:19
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub detected: ::libc::c_uint,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:216:20
[INFO] [stdout]     |
[INFO] [stdout] 216 |     pub thread_id: ::libc::pthread_t,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:217:29
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub pipe_master2slave: [::libc::c_int; 2us],
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:218:29
[INFO] [stdout]     |
[INFO] [stdout] 218 |     pub pipe_slave2master: [::libc::c_int; 2us],
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:220:19
[INFO] [stdout]     |
[INFO] [stdout] 220 |     pub arg: *mut ::libc::c_void,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:221:14
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub ret: ::libc::c_int,
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:223:20
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub socket_id: ::libc::c_uint,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:224:18
[INFO] [stdout]     |
[INFO] [stdout] 224 |     pub core_id: ::libc::c_uint,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:225:21
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub core_index: ::libc::c_int,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub locked: ::libc::c_int,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:243:15
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub user: ::libc::c_int,
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:244:16
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub count: ::libc::c_int,
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:256:19
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub mz_count: ::libc::c_uint,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:257:22
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub alloc_count: ::libc::c_uint,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:258:21
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub total_size: ::libc::size_t,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:307:29
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub type Enum_rte_tailq_t = ::libc::c_uint;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:308:26
[INFO] [stdout]     |
[INFO] [stdout] 308 | pub const RTE_TAILQ_PCI: ::libc::c_uint = 0;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:309:30
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub const RTE_TAILQ_MEMPOOL: ::libc::c_uint = 1;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:310:27
[INFO] [stdout]     |
[INFO] [stdout] 310 | pub const RTE_TAILQ_RING: ::libc::c_uint = 2;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:311:27
[INFO] [stdout]     |
[INFO] [stdout] 311 | pub const RTE_TAILQ_HASH: ::libc::c_uint = 3;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:312:31
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub const RTE_TAILQ_FBK_HASH: ::libc::c_uint = 4;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:313:26
[INFO] [stdout]     |
[INFO] [stdout] 313 | pub const RTE_TAILQ_LPM: ::libc::c_uint = 5;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:314:27
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub const RTE_TAILQ_LPM6: ::libc::c_uint = 6;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:315:25
[INFO] [stdout]     |
[INFO] [stdout] 315 | pub const RTE_TAILQ_PM: ::libc::c_uint = 7;
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:316:26
[INFO] [stdout]     |
[INFO] [stdout] 316 | pub const RTE_TAILQ_ACL: ::libc::c_uint = 8;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:317:34
[INFO] [stdout]     |
[INFO] [stdout] 317 | pub const RTE_TAILQ_DISTRIBUTOR: ::libc::c_uint = 9;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:318:26
[INFO] [stdout]     |
[INFO] [stdout] 318 | pub const RTE_TAILQ_NUM: ::libc::c_uint = 10;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:339:26
[INFO] [stdout]     |
[INFO] [stdout] 339 | pub type Enum_Unnamed9 = ::libc::c_uint;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:340:26
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub const RTE_MIN_ERRNO: ::libc::c_uint = 1000;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:341:28
[INFO] [stdout]     |
[INFO] [stdout] 341 | pub const E_RTE_SECONDARY: ::libc::c_uint = 1001;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:342:28
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub const E_RTE_NO_CONFIG: ::libc::c_uint = 1002;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:343:27
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub const E_RTE_NO_TAILQ: ::libc::c_uint = 1003;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:344:26
[INFO] [stdout]     |
[INFO] [stdout] 344 | pub const RTE_MAX_ERRNO: ::libc::c_uint = 1004;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:353:16
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub name: [::libc::c_char; 64us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:358:32
[INFO] [stdout]     |
[INFO] [stdout] 358 | pub type Enum_rte_cpu_flag_t = ::libc::c_int;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:359:29
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub const RTE_CPUFLAG_SSE3: ::libc::c_int = 0;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:360:34
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub const RTE_CPUFLAG_PCLMULQDQ: ::libc::c_int = 1;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:361:31
[INFO] [stdout]     |
[INFO] [stdout] 361 | pub const RTE_CPUFLAG_DTES64: ::libc::c_int = 2;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:362:32
[INFO] [stdout]     |
[INFO] [stdout] 362 | pub const RTE_CPUFLAG_MONITOR: ::libc::c_int = 3;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:363:31
[INFO] [stdout]     |
[INFO] [stdout] 363 | pub const RTE_CPUFLAG_DS_CPL: ::libc::c_int = 4;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:364:28
[INFO] [stdout]     |
[INFO] [stdout] 364 | pub const RTE_CPUFLAG_VMX: ::libc::c_int = 5;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:365:28
[INFO] [stdout]     |
[INFO] [stdout] 365 | pub const RTE_CPUFLAG_SMX: ::libc::c_int = 6;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:366:29
[INFO] [stdout]     |
[INFO] [stdout] 366 | pub const RTE_CPUFLAG_EIST: ::libc::c_int = 7;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:367:28
[INFO] [stdout]     |
[INFO] [stdout] 367 | pub const RTE_CPUFLAG_TM2: ::libc::c_int = 8;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:368:30
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub const RTE_CPUFLAG_SSSE3: ::libc::c_int = 9;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:369:32
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub const RTE_CPUFLAG_CNXT_ID: ::libc::c_int = 10;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:370:28
[INFO] [stdout]     |
[INFO] [stdout] 370 | pub const RTE_CPUFLAG_FMA: ::libc::c_int = 11;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:371:35
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub const RTE_CPUFLAG_CMPXCHG16B: ::libc::c_int = 12;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:372:29
[INFO] [stdout]     |
[INFO] [stdout] 372 | pub const RTE_CPUFLAG_XTPR: ::libc::c_int = 13;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:373:29
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub const RTE_CPUFLAG_PDCM: ::libc::c_int = 14;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:374:29
[INFO] [stdout]     |
[INFO] [stdout] 374 | pub const RTE_CPUFLAG_PCID: ::libc::c_int = 15;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:375:28
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub const RTE_CPUFLAG_DCA: ::libc::c_int = 16;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:376:31
[INFO] [stdout]     |
[INFO] [stdout] 376 | pub const RTE_CPUFLAG_SSE4_1: ::libc::c_int = 17;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:377:31
[INFO] [stdout]     |
[INFO] [stdout] 377 | pub const RTE_CPUFLAG_SSE4_2: ::libc::c_int = 18;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:378:31
[INFO] [stdout]     |
[INFO] [stdout] 378 | pub const RTE_CPUFLAG_X2APIC: ::libc::c_int = 19;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:379:30
[INFO] [stdout]     |
[INFO] [stdout] 379 | pub const RTE_CPUFLAG_MOVBE: ::libc::c_int = 20;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:380:31
[INFO] [stdout]     |
[INFO] [stdout] 380 | pub const RTE_CPUFLAG_POPCNT: ::libc::c_int = 21;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:381:37
[INFO] [stdout]     |
[INFO] [stdout] 381 | pub const RTE_CPUFLAG_TSC_DEADLINE: ::libc::c_int = 22;
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:382:28
[INFO] [stdout]     |
[INFO] [stdout] 382 | pub const RTE_CPUFLAG_AES: ::libc::c_int = 23;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:383:30
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub const RTE_CPUFLAG_XSAVE: ::libc::c_int = 24;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:384:32
[INFO] [stdout]     |
[INFO] [stdout] 384 | pub const RTE_CPUFLAG_OSXSAVE: ::libc::c_int = 25;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:385:28
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub const RTE_CPUFLAG_AVX: ::libc::c_int = 26;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:386:29
[INFO] [stdout]     |
[INFO] [stdout] 386 | pub const RTE_CPUFLAG_F16C: ::libc::c_int = 27;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:387:31
[INFO] [stdout]     |
[INFO] [stdout] 387 | pub const RTE_CPUFLAG_RDRAND: ::libc::c_int = 28;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:388:28
[INFO] [stdout]     |
[INFO] [stdout] 388 | pub const RTE_CPUFLAG_FPU: ::libc::c_int = 29;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:389:28
[INFO] [stdout]     |
[INFO] [stdout] 389 | pub const RTE_CPUFLAG_VME: ::libc::c_int = 30;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:390:27
[INFO] [stdout]     |
[INFO] [stdout] 390 | pub const RTE_CPUFLAG_DE: ::libc::c_int = 31;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:391:28
[INFO] [stdout]     |
[INFO] [stdout] 391 | pub const RTE_CPUFLAG_PSE: ::libc::c_int = 32;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:392:28
[INFO] [stdout]     |
[INFO] [stdout] 392 | pub const RTE_CPUFLAG_TSC: ::libc::c_int = 33;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:393:28
[INFO] [stdout]     |
[INFO] [stdout] 393 | pub const RTE_CPUFLAG_MSR: ::libc::c_int = 34;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:394:28
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub const RTE_CPUFLAG_PAE: ::libc::c_int = 35;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:395:28
[INFO] [stdout]     |
[INFO] [stdout] 395 | pub const RTE_CPUFLAG_MCE: ::libc::c_int = 36;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:396:28
[INFO] [stdout]     |
[INFO] [stdout] 396 | pub const RTE_CPUFLAG_CX8: ::libc::c_int = 37;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:397:29
[INFO] [stdout]     |
[INFO] [stdout] 397 | pub const RTE_CPUFLAG_APIC: ::libc::c_int = 38;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:398:28
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub const RTE_CPUFLAG_SEP: ::libc::c_int = 39;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:399:29
[INFO] [stdout]     |
[INFO] [stdout] 399 | pub const RTE_CPUFLAG_MTRR: ::libc::c_int = 40;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:400:28
[INFO] [stdout]     |
[INFO] [stdout] 400 | pub const RTE_CPUFLAG_PGE: ::libc::c_int = 41;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:401:28
[INFO] [stdout]     |
[INFO] [stdout] 401 | pub const RTE_CPUFLAG_MCA: ::libc::c_int = 42;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:402:29
[INFO] [stdout]     |
[INFO] [stdout] 402 | pub const RTE_CPUFLAG_CMOV: ::libc::c_int = 43;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:403:28
[INFO] [stdout]     |
[INFO] [stdout] 403 | pub const RTE_CPUFLAG_PAT: ::libc::c_int = 44;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:404:30
[INFO] [stdout]     |
[INFO] [stdout] 404 | pub const RTE_CPUFLAG_PSE36: ::libc::c_int = 45;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:405:28
[INFO] [stdout]     |
[INFO] [stdout] 405 | pub const RTE_CPUFLAG_PSN: ::libc::c_int = 46;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:406:30
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub const RTE_CPUFLAG_CLFSH: ::libc::c_int = 47;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:407:27
[INFO] [stdout]     |
[INFO] [stdout] 407 | pub const RTE_CPUFLAG_DS: ::libc::c_int = 48;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:408:29
[INFO] [stdout]     |
[INFO] [stdout] 408 | pub const RTE_CPUFLAG_ACPI: ::libc::c_int = 49;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:409:28
[INFO] [stdout]     |
[INFO] [stdout] 409 | pub const RTE_CPUFLAG_MMX: ::libc::c_int = 50;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:410:29
[INFO] [stdout]     |
[INFO] [stdout] 410 | pub const RTE_CPUFLAG_FXSR: ::libc::c_int = 51;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:411:28
[INFO] [stdout]     |
[INFO] [stdout] 411 | pub const RTE_CPUFLAG_SSE: ::libc::c_int = 52;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:412:29
[INFO] [stdout]     |
[INFO] [stdout] 412 | pub const RTE_CPUFLAG_SSE2: ::libc::c_int = 53;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:413:27
[INFO] [stdout]     |
[INFO] [stdout] 413 | pub const RTE_CPUFLAG_SS: ::libc::c_int = 54;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:414:28
[INFO] [stdout]     |
[INFO] [stdout] 414 | pub const RTE_CPUFLAG_HTT: ::libc::c_int = 55;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:415:27
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub const RTE_CPUFLAG_TM: ::libc::c_int = 56;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:416:28
[INFO] [stdout]     |
[INFO] [stdout] 416 | pub const RTE_CPUFLAG_PBE: ::libc::c_int = 57;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:417:32
[INFO] [stdout]     |
[INFO] [stdout] 417 | pub const RTE_CPUFLAG_DIGTEMP: ::libc::c_int = 58;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:418:32
[INFO] [stdout]     |
[INFO] [stdout] 418 | pub const RTE_CPUFLAG_TRBOBST: ::libc::c_int = 59;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:419:29
[INFO] [stdout]     |
[INFO] [stdout] 419 | pub const RTE_CPUFLAG_ARAT: ::libc::c_int = 60;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:420:28
[INFO] [stdout]     |
[INFO] [stdout] 420 | pub const RTE_CPUFLAG_PLN: ::libc::c_int = 61;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:421:29
[INFO] [stdout]     |
[INFO] [stdout] 421 | pub const RTE_CPUFLAG_ECMD: ::libc::c_int = 62;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:422:28
[INFO] [stdout]     |
[INFO] [stdout] 422 | pub const RTE_CPUFLAG_PTM: ::libc::c_int = 63;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:423:40
[INFO] [stdout]     |
[INFO] [stdout] 423 | pub const RTE_CPUFLAG_MPERF_APERF_MSR: ::libc::c_int = 64;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:424:30
[INFO] [stdout]     |
[INFO] [stdout] 424 | pub const RTE_CPUFLAG_ACNT2: ::libc::c_int = 65;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:425:35
[INFO] [stdout]     |
[INFO] [stdout] 425 | pub const RTE_CPUFLAG_ENERGY_EFF: ::libc::c_int = 66;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:426:33
[INFO] [stdout]     |
[INFO] [stdout] 426 | pub const RTE_CPUFLAG_FSGSBASE: ::libc::c_int = 67;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:427:29
[INFO] [stdout]     |
[INFO] [stdout] 427 | pub const RTE_CPUFLAG_BMI1: ::libc::c_int = 68;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:428:28
[INFO] [stdout]     |
[INFO] [stdout] 428 | pub const RTE_CPUFLAG_HLE: ::libc::c_int = 69;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:429:29
[INFO] [stdout]     |
[INFO] [stdout] 429 | pub const RTE_CPUFLAG_AVX2: ::libc::c_int = 70;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:430:29
[INFO] [stdout]     |
[INFO] [stdout] 430 | pub const RTE_CPUFLAG_SMEP: ::libc::c_int = 71;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:431:29
[INFO] [stdout]     |
[INFO] [stdout] 431 | pub const RTE_CPUFLAG_BMI2: ::libc::c_int = 72;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:432:29
[INFO] [stdout]     |
[INFO] [stdout] 432 | pub const RTE_CPUFLAG_ERMS: ::libc::c_int = 73;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:433:32
[INFO] [stdout]     |
[INFO] [stdout] 433 | pub const RTE_CPUFLAG_INVPCID: ::libc::c_int = 74;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:434:28
[INFO] [stdout]     |
[INFO] [stdout] 434 | pub const RTE_CPUFLAG_RTM: ::libc::c_int = 75;
[INFO] [stdout]     |                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:435:34
[INFO] [stdout]     |
[INFO] [stdout] 435 | pub const RTE_CPUFLAG_LAHF_SAHF: ::libc::c_int = 76;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:436:30
[INFO] [stdout]     |
[INFO] [stdout] 436 | pub const RTE_CPUFLAG_LZCNT: ::libc::c_int = 77;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:437:32
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub const RTE_CPUFLAG_SYSCALL: ::libc::c_int = 78;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:438:27
[INFO] [stdout]     |
[INFO] [stdout] 438 | pub const RTE_CPUFLAG_XD: ::libc::c_int = 79;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:439:31
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub const RTE_CPUFLAG_1GB_PG: ::libc::c_int = 80;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:440:31
[INFO] [stdout]     |
[INFO] [stdout] 440 | pub const RTE_CPUFLAG_RDTSCP: ::libc::c_int = 81;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:441:30
[INFO] [stdout]     |
[INFO] [stdout] 441 | pub const RTE_CPUFLAG_EM64T: ::libc::c_int = 82;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:442:31
[INFO] [stdout]     |
[INFO] [stdout] 442 | pub const RTE_CPUFLAG_INVTSC: ::libc::c_int = 83;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:443:33
[INFO] [stdout]     |
[INFO] [stdout] 443 | pub const RTE_CPUFLAG_NUMFLAGS: ::libc::c_int = 84;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:444:32
[INFO] [stdout]     |
[INFO] [stdout] 444 | pub type Enum_cpu_register_t = ::libc::c_int;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:445:20
[INFO] [stdout]     |
[INFO] [stdout] 445 | pub const REG_EAX: ::libc::c_int = 0;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:446:20
[INFO] [stdout]     |
[INFO] [stdout] 446 | pub const REG_EBX: ::libc::c_int = 1;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:447:20
[INFO] [stdout]     |
[INFO] [stdout] 447 | pub const REG_ECX: ::libc::c_int = 2;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:448:20
[INFO] [stdout]     |
[INFO] [stdout] 448 | pub const REG_EDX: ::libc::c_int = 3;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:473:27
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub type Enum_Unnamed10 = ::libc::c_uint;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:474:36
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub const RTE_ACL_FIELD_TYPE_MASK: ::libc::c_uint = 0;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:475:37
[INFO] [stdout]     |
[INFO] [stdout] 475 | pub const RTE_ACL_FIELD_TYPE_RANGE: ::libc::c_uint = 1;
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:476:39
[INFO] [stdout]     |
[INFO] [stdout] 476 | pub const RTE_ACL_FIELD_TYPE_BITMASK: ::libc::c_uint = 2;
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:510:27
[INFO] [stdout]     |
[INFO] [stdout] 510 | pub type Enum_Unnamed11 = ::libc::c_uint;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:511:31
[INFO] [stdout]     |
[INFO] [stdout] 511 | pub const RTE_ACL_TYPE_SHIFT: ::libc::c_uint = 29;
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:512:30
[INFO] [stdout]     |
[INFO] [stdout] 512 | pub const RTE_ACL_MAX_INDEX: ::libc::c_uint = 536870911;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:513:33
[INFO] [stdout]     |
[INFO] [stdout] 513 | pub const RTE_ACL_MAX_PRIORITY: ::libc::c_uint = 536870911;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:514:33
[INFO] [stdout]     |
[INFO] [stdout] 514 | pub const RTE_ACL_MIN_PRIORITY: ::libc::c_uint = 0;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:539:22
[INFO] [stdout]     |
[INFO] [stdout] 539 |     pub name: *const ::libc::c_char,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:540:20
[INFO] [stdout]     |
[INFO] [stdout] 540 |     pub socket_id: ::libc::c_int,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:548:38
[INFO] [stdout]     |
[INFO] [stdout] 548 | pub type Enum_rte_acl_classify_alg = ::libc::c_uint;
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:549:37
[INFO] [stdout]     |
[INFO] [stdout] 549 | pub const RTE_ACL_CLASSIFY_DEFAULT: ::libc::c_uint = 0;
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:550:36
[INFO] [stdout]     |
[INFO] [stdout] 550 | pub const RTE_ACL_CLASSIFY_SCALAR: ::libc::c_uint = 1;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:551:33
[INFO] [stdout]     |
[INFO] [stdout] 551 | pub const RTE_ACL_CLASSIFY_SSE: ::libc::c_uint = 2;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:576:27
[INFO] [stdout]     |
[INFO] [stdout] 576 | pub type Enum_Unnamed12 = ::libc::c_uint;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:577:41
[INFO] [stdout]     |
[INFO] [stdout] 577 | pub const RTE_ACL_IPV4VLAN_PROTO_FIELD: ::libc::c_uint = 0;
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:578:41
[INFO] [stdout]     |
[INFO] [stdout] 578 | pub const RTE_ACL_IPV4VLAN_VLAN1_FIELD: ::libc::c_uint = 1;
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:579:41
[INFO] [stdout]     |
[INFO] [stdout] 579 | pub const RTE_ACL_IPV4VLAN_VLAN2_FIELD: ::libc::c_uint = 2;
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:580:39
[INFO] [stdout]     |
[INFO] [stdout] 580 | pub const RTE_ACL_IPV4VLAN_SRC_FIELD: ::libc::c_uint = 3;
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:581:39
[INFO] [stdout]     |
[INFO] [stdout] 581 | pub const RTE_ACL_IPV4VLAN_DST_FIELD: ::libc::c_uint = 4;
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:582:40
[INFO] [stdout]     |
[INFO] [stdout] 582 | pub const RTE_ACL_IPV4VLAN_SRCP_FIELD: ::libc::c_uint = 5;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:583:40
[INFO] [stdout]     |
[INFO] [stdout] 583 | pub const RTE_ACL_IPV4VLAN_DSTP_FIELD: ::libc::c_uint = 6;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:584:40
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub const RTE_ACL_IPV4VLAN_NUM_FIELDS: ::libc::c_uint = 7;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:585:27
[INFO] [stdout]     |
[INFO] [stdout] 585 | pub type Enum_Unnamed13 = ::libc::c_uint;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:586:35
[INFO] [stdout]     |
[INFO] [stdout] 586 | pub const RTE_ACL_IPV4VLAN_PROTO: ::libc::c_uint = 0;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:587:34
[INFO] [stdout]     |
[INFO] [stdout] 587 | pub const RTE_ACL_IPV4VLAN_VLAN: ::libc::c_uint = 1;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:588:33
[INFO] [stdout]     |
[INFO] [stdout] 588 | pub const RTE_ACL_IPV4VLAN_SRC: ::libc::c_uint = 2;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:589:33
[INFO] [stdout]     |
[INFO] [stdout] 589 | pub const RTE_ACL_IPV4VLAN_DST: ::libc::c_uint = 3;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:590:35
[INFO] [stdout]     |
[INFO] [stdout] 590 | pub const RTE_ACL_IPV4VLAN_PORTS: ::libc::c_uint = 4;
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:591:33
[INFO] [stdout]     |
[INFO] [stdout] 591 | pub const RTE_ACL_IPV4VLAN_NUM: ::libc::c_uint = 5;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:593:51
[INFO] [stdout]     |
[INFO] [stdout] 593 |     ::std::option::Option<extern "C" fn(arg: *mut ::libc::c_void) -> ()>;
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:651:16
[INFO] [stdout]     |
[INFO] [stdout] 651 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:652:17
[INFO] [stdout]     |
[INFO] [stdout] 652 |     pub value: [::libc::c_char; 64us],
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:659:30
[INFO] [stdout]     |
[INFO] [stdout] 659 | pub type Enum_timer_source = ::libc::c_uint;
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:660:26
[INFO] [stdout]     |
[INFO] [stdout] 660 | pub const EAL_TIMER_TSC: ::libc::c_uint = 0;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:661:27
[INFO] [stdout]     |
[INFO] [stdout] 661 | pub const EAL_TIMER_HPET: ::libc::c_uint = 1;
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:665:45
[INFO] [stdout]     |
[INFO] [stdout] 665 | ...                   cb_arg: *mut ::libc::c_void) -> ()>;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:666:38
[INFO] [stdout]     |
[INFO] [stdout] 666 | pub type Enum_rte_intr_handle_type = ::libc::c_uint;
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:667:36
[INFO] [stdout]     |
[INFO] [stdout] 667 | pub const RTE_INTR_HANDLE_UNKNOWN: ::libc::c_uint = 0;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:668:32
[INFO] [stdout]     |
[INFO] [stdout] 668 | pub const RTE_INTR_HANDLE_UIO: ::libc::c_uint = 1;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:669:40
[INFO] [stdout]     |
[INFO] [stdout] 669 | pub const RTE_INTR_HANDLE_VFIO_LEGACY: ::libc::c_uint = 2;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:670:37
[INFO] [stdout]     |
[INFO] [stdout] 670 | pub const RTE_INTR_HANDLE_VFIO_MSI: ::libc::c_uint = 3;
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:671:38
[INFO] [stdout]     |
[INFO] [stdout] 671 | pub const RTE_INTR_HANDLE_VFIO_MSIX: ::libc::c_uint = 4;
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:672:34
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub const RTE_INTR_HANDLE_ALARM: ::libc::c_uint = 5;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:673:32
[INFO] [stdout]     |
[INFO] [stdout] 673 | pub const RTE_INTR_HANDLE_MAX: ::libc::c_uint = 6;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:677:22
[INFO] [stdout]     |
[INFO] [stdout] 677 |     pub vfio_dev_fd: ::libc::c_int,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:678:13
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fd: ::libc::c_int,
[INFO] [stdout]     |             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:707:20
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub addr: *mut ::libc::c_void,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:746:20
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub numa_node: ::libc::c_int,
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:764:12
[INFO] [stdout]     |
[INFO] [stdout] 764 |         -> ::libc::c_int;
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:769:22
[INFO] [stdout]     |
[INFO] [stdout] 769 |     pub name: *const ::libc::c_char,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:786:29
[INFO] [stdout]     |
[INFO] [stdout] 786 | pub type Enum_rte_devtype = ::libc::c_uint;
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:787:40
[INFO] [stdout]     |
[INFO] [stdout] 787 | pub const RTE_DEVTYPE_WHITELISTED_PCI: ::libc::c_uint = 0;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:788:40
[INFO] [stdout]     |
[INFO] [stdout] 788 | pub const RTE_DEVTYPE_BLACKLISTED_PCI: ::libc::c_uint = 1;
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:789:32
[INFO] [stdout]     |
[INFO] [stdout] 789 | pub const RTE_DEVTYPE_VIRTUAL: ::libc::c_uint = 2;
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:796:16
[INFO] [stdout]     |
[INFO] [stdout] 796 |     pub args: [::libc::c_char; 256us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:829:20
[INFO] [stdout]     |
[INFO] [stdout] 829 |     pub drv_name: [::libc::c_char; 32us],
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:855:32
[INFO] [stdout]     |
[INFO] [stdout] 855 |     extern "C" fn(name: *const ::libc::c_char, args: *const ::libc::c_char)
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:855:61
[INFO] [stdout]     |
[INFO] [stdout] 855 |     extern "C" fn(name: *const ::libc::c_char, args: *const ::libc::c_char)
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:856:12
[INFO] [stdout]     |
[INFO] [stdout] 856 |         -> ::libc::c_int;
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:857:26
[INFO] [stdout]     |
[INFO] [stdout] 857 | pub type Enum_pmd_type = ::libc::c_uint;
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:858:21
[INFO] [stdout]     |
[INFO] [stdout] 858 | pub const PMD_VDEV: ::libc::c_uint = 0;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:859:21
[INFO] [stdout]     |
[INFO] [stdout] 859 | pub const PMD_PDEV: ::libc::c_uint = 1;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:865:22
[INFO] [stdout]     |
[INFO] [stdout] 865 |     pub name: *const ::libc::c_char,
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:880:41
[INFO] [stdout]     |
[INFO] [stdout] 880 | pub type Enum_rte_ring_queue_behavior = ::libc::c_uint;
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:881:33
[INFO] [stdout]     |
[INFO] [stdout] 881 | pub const RTE_RING_QUEUE_FIXED: ::libc::c_uint = 0;
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:882:36
[INFO] [stdout]     |
[INFO] [stdout] 882 | pub const RTE_RING_QUEUE_VARIABLE: ::libc::c_uint = 1;
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:886:16
[INFO] [stdout]     |
[INFO] [stdout] 886 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:887:16
[INFO] [stdout]     |
[INFO] [stdout] 887 |     pub flags: ::libc::c_int,
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:890:21
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub ring: [*mut ::libc::c_void; 0us],
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:923:14
[INFO] [stdout]     |
[INFO] [stdout] 923 |     pub len: ::libc::c_uint,
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:924:21
[INFO] [stdout]     |
[INFO] [stdout] 924 |     pub objs: [*mut ::libc::c_void; 1536us],
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:947:16
[INFO] [stdout]     |
[INFO] [stdout] 947 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:950:16
[INFO] [stdout]     |
[INFO] [stdout] 950 |     pub flags: ::libc::c_int,
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:957:28
[INFO] [stdout]     |
[INFO] [stdout] 957 |     pub private_data_size: ::libc::c_uint,
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:961:18
[INFO] [stdout]     |
[INFO] [stdout] 961 |     pub pg_mask: ::libc::size_t,
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:962:23
[INFO] [stdout]     |
[INFO] [stdout] 962 |     pub elt_va_start: ::libc::size_t,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:963:21
[INFO] [stdout]     |
[INFO] [stdout] 963 |     pub elt_va_end: ::libc::size_t,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:971:43
[INFO] [stdout]     |
[INFO] [stdout] 971 | ...                   (arg1: *mut ::libc::c_void,
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:972:43
[INFO] [stdout]     |
[INFO] [stdout] 972 | ...                   arg2: *mut ::libc::c_void,
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:973:43
[INFO] [stdout]     |
[INFO] [stdout] 973 | ...                   arg3: *mut ::libc::c_void, arg4: u32)
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:977:52
[INFO] [stdout]     |
[INFO] [stdout] 977 |         (arg1: *mut Struct_rte_mempool, arg2: *mut ::libc::c_void,
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:978:21
[INFO] [stdout]     |
[INFO] [stdout] 978 |          arg3: *mut ::libc::c_void, arg4: ::libc::c_uint) -> ();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:978:43
[INFO] [stdout]     |
[INFO] [stdout] 978 |          arg3: *mut ::libc::c_void, arg4: ::libc::c_uint) -> ();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:980:61
[INFO] [stdout]     |
[INFO] [stdout] 980 |     extern "C" fn(arg1: *mut Struct_rte_mempool, arg2: *mut ::libc::c_void)
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:982:25
[INFO] [stdout]     |
[INFO] [stdout] 982 | pub type MARKER = [*mut ::libc::c_void; 0us];
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:989:24
[INFO] [stdout]     |
[INFO] [stdout] 989 |     pub buf_addr: *mut ::libc::c_void,
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1123:43
[INFO] [stdout]      |
[INFO] [stdout] 1123 | pub type Enum_rte_bond_8023ad_selection = ::libc::c_uint;
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1124:23
[INFO] [stdout]      |
[INFO] [stdout] 1124 | pub const UNSELECTED: ::libc::c_uint = 0;
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1125:20
[INFO] [stdout]      |
[INFO] [stdout] 1125 | pub const STANDBY: ::libc::c_uint = 1;
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1126:21
[INFO] [stdout]      |
[INFO] [stdout] 1126 | pub const SELECTED: ::libc::c_uint = 2;
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1259:33
[INFO] [stdout]      |
[INFO] [stdout] 1259 | pub type Enum_rte_filter_type = ::libc::c_uint;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1260:32
[INFO] [stdout]      |
[INFO] [stdout] 1260 | pub const RTE_ETH_FILTER_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1261:35
[INFO] [stdout]      |
[INFO] [stdout] 1261 | pub const RTE_ETH_FILTER_MACVLAN: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1262:37
[INFO] [stdout]      |
[INFO] [stdout] 1262 | pub const RTE_ETH_FILTER_ETHERTYPE: ::libc::c_uint = 2;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1263:34
[INFO] [stdout]      |
[INFO] [stdout] 1263 | pub const RTE_ETH_FILTER_TUNNEL: ::libc::c_uint = 3;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1264:32
[INFO] [stdout]      |
[INFO] [stdout] 1264 | pub const RTE_ETH_FILTER_FDIR: ::libc::c_uint = 4;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1265:31
[INFO] [stdout]      |
[INFO] [stdout] 1265 | pub const RTE_ETH_FILTER_MAX: ::libc::c_uint = 5;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1266:31
[INFO] [stdout]      |
[INFO] [stdout] 1266 | pub type Enum_rte_filter_op = ::libc::c_uint;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1267:31
[INFO] [stdout]      |
[INFO] [stdout] 1267 | pub const RTE_ETH_FILTER_NOP: ::libc::c_uint = 0;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1268:31
[INFO] [stdout]      |
[INFO] [stdout] 1268 | pub const RTE_ETH_FILTER_ADD: ::libc::c_uint = 1;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1269:34
[INFO] [stdout]      |
[INFO] [stdout] 1269 | pub const RTE_ETH_FILTER_UPDATE: ::libc::c_uint = 2;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1270:34
[INFO] [stdout]      |
[INFO] [stdout] 1270 | pub const RTE_ETH_FILTER_DELETE: ::libc::c_uint = 3;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1271:33
[INFO] [stdout]      |
[INFO] [stdout] 1271 | pub const RTE_ETH_FILTER_FLUSH: ::libc::c_uint = 4;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1272:31
[INFO] [stdout]      |
[INFO] [stdout] 1272 | pub const RTE_ETH_FILTER_GET: ::libc::c_uint = 5;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1273:31
[INFO] [stdout]      |
[INFO] [stdout] 1273 | pub const RTE_ETH_FILTER_SET: ::libc::c_uint = 6;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1274:32
[INFO] [stdout]      |
[INFO] [stdout] 1274 | pub const RTE_ETH_FILTER_INFO: ::libc::c_uint = 7;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1275:33
[INFO] [stdout]      |
[INFO] [stdout] 1275 | pub const RTE_ETH_FILTER_STATS: ::libc::c_uint = 8;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1276:34
[INFO] [stdout]      |
[INFO] [stdout] 1276 | pub const RTE_ETH_FILTER_OP_MAX: ::libc::c_uint = 9;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1277:37
[INFO] [stdout]      |
[INFO] [stdout] 1277 | pub type Enum_rte_mac_filter_type = ::libc::c_uint;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1278:34
[INFO] [stdout]      |
[INFO] [stdout] 1278 | pub const RTE_MAC_PERFECT_MATCH: ::libc::c_uint = 1;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1279:38
[INFO] [stdout]      |
[INFO] [stdout] 1279 | pub const RTE_MACVLAN_PERFECT_MATCH: ::libc::c_uint = 2;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1280:31
[INFO] [stdout]      |
[INFO] [stdout] 1280 | pub const RTE_MAC_HASH_MATCH: ::libc::c_uint = 3;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1281:35
[INFO] [stdout]      |
[INFO] [stdout] 1281 | pub const RTE_MACVLAN_HASH_MATCH: ::libc::c_uint = 4;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1308:37
[INFO] [stdout]      |
[INFO] [stdout] 1308 | pub type Enum_rte_eth_tunnel_type = ::libc::c_uint;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1309:33
[INFO] [stdout]      |
[INFO] [stdout] 1309 | pub const RTE_TUNNEL_TYPE_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1310:34
[INFO] [stdout]      |
[INFO] [stdout] 1310 | pub const RTE_TUNNEL_TYPE_VXLAN: ::libc::c_uint = 1;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1311:35
[INFO] [stdout]      |
[INFO] [stdout] 1311 | pub const RTE_TUNNEL_TYPE_GENEVE: ::libc::c_uint = 2;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1312:35
[INFO] [stdout]      |
[INFO] [stdout] 1312 | pub const RTE_TUNNEL_TYPE_TEREDO: ::libc::c_uint = 3;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1313:34
[INFO] [stdout]      |
[INFO] [stdout] 1313 | pub const RTE_TUNNEL_TYPE_NVGRE: ::libc::c_uint = 4;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1314:32
[INFO] [stdout]      |
[INFO] [stdout] 1314 | pub const RTE_TUNNEL_TYPE_MAX: ::libc::c_uint = 5;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1315:35
[INFO] [stdout]      |
[INFO] [stdout] 1315 | pub type Enum_rte_tunnel_iptype = ::libc::c_uint;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1316:35
[INFO] [stdout]      |
[INFO] [stdout] 1316 | pub const RTE_TUNNEL_IPTYPE_IPV4: ::libc::c_uint = 0;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1317:35
[INFO] [stdout]      |
[INFO] [stdout] 1317 | pub const RTE_TUNNEL_IPTYPE_IPV6: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1352:35
[INFO] [stdout]      |
[INFO] [stdout] 1352 | pub type Enum_rte_eth_flow_type = ::libc::c_uint;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1353:35
[INFO] [stdout]      |
[INFO] [stdout] 1353 | pub const RTE_ETH_FLOW_TYPE_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1354:36
[INFO] [stdout]      |
[INFO] [stdout] 1354 | pub const RTE_ETH_FLOW_TYPE_UDPV4: ::libc::c_uint = 1;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1355:36
[INFO] [stdout]      |
[INFO] [stdout] 1355 | pub const RTE_ETH_FLOW_TYPE_TCPV4: ::libc::c_uint = 2;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1356:37
[INFO] [stdout]      |
[INFO] [stdout] 1356 | pub const RTE_ETH_FLOW_TYPE_SCTPV4: ::libc::c_uint = 3;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1357:41
[INFO] [stdout]      |
[INFO] [stdout] 1357 | pub const RTE_ETH_FLOW_TYPE_IPV4_OTHER: ::libc::c_uint = 4;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1358:40
[INFO] [stdout]      |
[INFO] [stdout] 1358 | pub const RTE_ETH_FLOW_TYPE_FRAG_IPV4: ::libc::c_uint = 5;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1359:36
[INFO] [stdout]      |
[INFO] [stdout] 1359 | pub const RTE_ETH_FLOW_TYPE_UDPV6: ::libc::c_uint = 6;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1360:36
[INFO] [stdout]      |
[INFO] [stdout] 1360 | pub const RTE_ETH_FLOW_TYPE_TCPV6: ::libc::c_uint = 7;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1361:37
[INFO] [stdout]      |
[INFO] [stdout] 1361 | pub const RTE_ETH_FLOW_TYPE_SCTPV6: ::libc::c_uint = 8;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1362:41
[INFO] [stdout]      |
[INFO] [stdout] 1362 | pub const RTE_ETH_FLOW_TYPE_IPV6_OTHER: ::libc::c_uint = 9;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1363:40
[INFO] [stdout]      |
[INFO] [stdout] 1363 | pub const RTE_ETH_FLOW_TYPE_FRAG_IPV6: ::libc::c_uint = 10;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1364:34
[INFO] [stdout]      |
[INFO] [stdout] 1364 | pub const RTE_ETH_FLOW_TYPE_MAX: ::libc::c_uint = 64;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1516:39
[INFO] [stdout]      |
[INFO] [stdout] 1516 | pub type Enum_rte_eth_fdir_behavior = ::libc::c_uint;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1517:32
[INFO] [stdout]      |
[INFO] [stdout] 1517 | pub const RTE_ETH_FDIR_ACCEPT: ::libc::c_uint = 0;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1518:32
[INFO] [stdout]      |
[INFO] [stdout] 1518 | pub const RTE_ETH_FDIR_REJECT: ::libc::c_uint = 1;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1519:37
[INFO] [stdout]      |
[INFO] [stdout] 1519 | pub type Enum_rte_eth_fdir_status = ::libc::c_uint;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1520:42
[INFO] [stdout]      |
[INFO] [stdout] 1520 | pub const RTE_ETH_FDIR_NO_REPORT_STATUS: ::libc::c_uint = 0;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1521:35
[INFO] [stdout]      |
[INFO] [stdout] 1521 | pub const RTE_ETH_FDIR_REPORT_ID: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1522:42
[INFO] [stdout]      |
[INFO] [stdout] 1522 | pub const RTE_ETH_FDIR_REPORT_ID_FLEX_4: ::libc::c_uint = 2;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1523:39
[INFO] [stdout]      |
[INFO] [stdout] 1523 | pub const RTE_ETH_FDIR_REPORT_FLEX_8: ::libc::c_uint = 3;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1549:38
[INFO] [stdout]      |
[INFO] [stdout] 1549 | pub type Enum_rte_eth_payload_type = ::libc::c_uint;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1550:36
[INFO] [stdout]      |
[INFO] [stdout] 1550 | pub const RTE_ETH_PAYLOAD_UNKNOWN: ::libc::c_uint = 0;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1551:31
[INFO] [stdout]      |
[INFO] [stdout] 1551 | pub const RTE_ETH_L2_PAYLOAD: ::libc::c_uint = 1;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1552:31
[INFO] [stdout]      |
[INFO] [stdout] 1552 | pub const RTE_ETH_L3_PAYLOAD: ::libc::c_uint = 2;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1553:31
[INFO] [stdout]      |
[INFO] [stdout] 1553 | pub const RTE_ETH_L4_PAYLOAD: ::libc::c_uint = 3;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1554:32
[INFO] [stdout]      |
[INFO] [stdout] 1554 | pub const RTE_ETH_PAYLOAD_MAX: ::libc::c_uint = 8;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1590:31
[INFO] [stdout]      |
[INFO] [stdout] 1590 | pub type Enum_rte_fdir_mode = ::libc::c_uint;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1591:31
[INFO] [stdout]      |
[INFO] [stdout] 1591 | pub const RTE_FDIR_MODE_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1592:36
[INFO] [stdout]      |
[INFO] [stdout] 1592 | pub const RTE_FDIR_MODE_SIGNATURE: ::libc::c_uint = 1;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1593:34
[INFO] [stdout]      |
[INFO] [stdout] 1593 | pub const RTE_FDIR_MODE_PERFECT: ::libc::c_uint = 2;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1686:36
[INFO] [stdout]      |
[INFO] [stdout] 1686 | pub type Enum_rte_eth_rx_mq_mode = ::libc::c_uint;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1687:27
[INFO] [stdout]      |
[INFO] [stdout] 1687 | pub const ETH_MQ_RX_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1688:26
[INFO] [stdout]      |
[INFO] [stdout] 1688 | pub const ETH_MQ_RX_RSS: ::libc::c_uint = 1;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1689:26
[INFO] [stdout]      |
[INFO] [stdout] 1689 | pub const ETH_MQ_RX_DCB: ::libc::c_uint = 2;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1690:30
[INFO] [stdout]      |
[INFO] [stdout] 1690 | pub const ETH_MQ_RX_DCB_RSS: ::libc::c_uint = 3;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1691:32
[INFO] [stdout]      |
[INFO] [stdout] 1691 | pub const ETH_MQ_RX_VMDQ_ONLY: ::libc::c_uint = 4;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1692:31
[INFO] [stdout]      |
[INFO] [stdout] 1692 | pub const ETH_MQ_RX_VMDQ_RSS: ::libc::c_uint = 5;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1693:31
[INFO] [stdout]      |
[INFO] [stdout] 1693 | pub const ETH_MQ_RX_VMDQ_DCB: ::libc::c_uint = 6;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1694:35
[INFO] [stdout]      |
[INFO] [stdout] 1694 | pub const ETH_MQ_RX_VMDQ_DCB_RSS: ::libc::c_uint = 7;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1695:36
[INFO] [stdout]      |
[INFO] [stdout] 1695 | pub type Enum_rte_eth_tx_mq_mode = ::libc::c_uint;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1696:27
[INFO] [stdout]      |
[INFO] [stdout] 1696 | pub const ETH_MQ_TX_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1697:26
[INFO] [stdout]      |
[INFO] [stdout] 1697 | pub const ETH_MQ_TX_DCB: ::libc::c_uint = 1;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1698:31
[INFO] [stdout]      |
[INFO] [stdout] 1698 | pub const ETH_MQ_TX_VMDQ_DCB: ::libc::c_uint = 2;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1699:32
[INFO] [stdout]      |
[INFO] [stdout] 1699 | pub const ETH_MQ_TX_VMDQ_ONLY: ::libc::c_uint = 3;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1765:32
[INFO] [stdout]      |
[INFO] [stdout] 1765 | pub type Enum_rte_eth_nb_tcs = ::libc::c_uint;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1766:22
[INFO] [stdout]      |
[INFO] [stdout] 1766 | pub const ETH_4_TCS: ::libc::c_uint = 4;
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1767:22
[INFO] [stdout]      |
[INFO] [stdout] 1767 | pub const ETH_8_TCS: ::libc::c_uint = 8;
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1768:34
[INFO] [stdout]      |
[INFO] [stdout] 1768 | pub type Enum_rte_eth_nb_pools = ::libc::c_uint;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1769:24
[INFO] [stdout]      |
[INFO] [stdout] 1769 | pub const ETH_8_POOLS: ::libc::c_uint = 8;
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1770:25
[INFO] [stdout]      |
[INFO] [stdout] 1770 | pub const ETH_16_POOLS: ::libc::c_uint = 16;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1771:25
[INFO] [stdout]      |
[INFO] [stdout] 1771 | pub const ETH_32_POOLS: ::libc::c_uint = 32;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1772:25
[INFO] [stdout]      |
[INFO] [stdout] 1772 | pub const ETH_64_POOLS: ::libc::c_uint = 64;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1900:33
[INFO] [stdout]      |
[INFO] [stdout] 1900 | pub type Enum_rte_eth_fc_mode = ::libc::c_uint;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1901:24
[INFO] [stdout]      |
[INFO] [stdout] 1901 | pub const RTE_FC_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1902:28
[INFO] [stdout]      |
[INFO] [stdout] 1902 | pub const RTE_FC_RX_PAUSE: ::libc::c_uint = 1;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1903:28
[INFO] [stdout]      |
[INFO] [stdout] 1903 | pub const RTE_FC_TX_PAUSE: ::libc::c_uint = 2;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1904:24
[INFO] [stdout]      |
[INFO] [stdout] 1904 | pub const RTE_FC_FULL: ::libc::c_uint = 3;
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1930:39
[INFO] [stdout]      |
[INFO] [stdout] 1930 | pub type Enum_rte_fdir_pballoc_type = ::libc::c_uint;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1931:33
[INFO] [stdout]      |
[INFO] [stdout] 1931 | pub const RTE_FDIR_PBALLOC_64K: ::libc::c_uint = 0;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1932:34
[INFO] [stdout]      |
[INFO] [stdout] 1932 | pub const RTE_FDIR_PBALLOC_128K: ::libc::c_uint = 1;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1933:34
[INFO] [stdout]      |
[INFO] [stdout] 1933 | pub const RTE_FDIR_PBALLOC_256K: ::libc::c_uint = 2;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1934:38
[INFO] [stdout]      |
[INFO] [stdout] 1934 | pub type Enum_rte_fdir_status_mode = ::libc::c_uint;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1935:38
[INFO] [stdout]      |
[INFO] [stdout] 1935 | pub const RTE_FDIR_NO_REPORT_STATUS: ::libc::c_uint = 0;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1936:35
[INFO] [stdout]      |
[INFO] [stdout] 1936 | pub const RTE_FDIR_REPORT_STATUS: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1937:42
[INFO] [stdout]      |
[INFO] [stdout] 1937 | pub const RTE_FDIR_REPORT_STATUS_ALWAYS: ::libc::c_uint = 2;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1962:28
[INFO] [stdout]      |
[INFO] [stdout] 1962 | pub type Enum_rte_l4type = ::libc::c_uint;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1963:33
[INFO] [stdout]      |
[INFO] [stdout] 1963 | pub const RTE_FDIR_L4TYPE_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1964:32
[INFO] [stdout]      |
[INFO] [stdout] 1964 | pub const RTE_FDIR_L4TYPE_UDP: ::libc::c_uint = 1;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1965:32
[INFO] [stdout]      |
[INFO] [stdout] 1965 | pub const RTE_FDIR_L4TYPE_TCP: ::libc::c_uint = 2;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1966:33
[INFO] [stdout]      |
[INFO] [stdout] 1966 | pub const RTE_FDIR_L4TYPE_SCTP: ::libc::c_uint = 3;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1967:28
[INFO] [stdout]      |
[INFO] [stdout] 1967 | pub type Enum_rte_iptype = ::libc::c_uint;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1968:33
[INFO] [stdout]      |
[INFO] [stdout] 1968 | pub const RTE_FDIR_IPTYPE_IPV4: ::libc::c_uint = 0;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1969:33
[INFO] [stdout]      |
[INFO] [stdout] 1969 | pub const RTE_FDIR_IPTYPE_IPV6: ::libc::c_uint = 1;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2112:29
[INFO] [stdout]      |
[INFO] [stdout] 2112 |     pub driver_name: *const ::libc::c_char,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2113:19
[INFO] [stdout]      |
[INFO] [stdout] 2113 |     pub if_index: ::libc::c_uint,
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2139:16
[INFO] [stdout]      |
[INFO] [stdout] 2139 |     pub name: [::libc::c_char; 64us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2226:34
[INFO] [stdout]      |
[INFO] [stdout] 2226 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2229:34
[INFO] [stdout]      |
[INFO] [stdout] 2229 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2234:34
[INFO] [stdout]      |
[INFO] [stdout] 2234 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2237:34
[INFO] [stdout]      |
[INFO] [stdout] 2237 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2251:50
[INFO] [stdout]      |
[INFO] [stdout] 2251 | ...                   wait_to_complete: ::libc::c_int)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2252:34
[INFO] [stdout]      |
[INFO] [stdout] 2252 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2263:35
[INFO] [stdout]      |
[INFO] [stdout] 2263 | ...                   n: ::libc::c_uint) -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2263:54
[INFO] [stdout]      |
[INFO] [stdout] 2263 | ...                   n: ::libc::c_uint) -> ::libc::c_int>;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2270:46
[INFO] [stdout]      |
[INFO] [stdout] 2270 | ...                   is_rx: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2278:50
[INFO] [stdout]      |
[INFO] [stdout] 2278 | ...                   queue_id: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2282:50
[INFO] [stdout]      |
[INFO] [stdout] 2282 | ...                   queue_id: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2287:43
[INFO] [stdout]      |
[INFO] [stdout] 2287 | ...                   socket_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2290:34
[INFO] [stdout]      |
[INFO] [stdout] 2290 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2295:43
[INFO] [stdout]      |
[INFO] [stdout] 2295 | ...                   socket_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2297:34
[INFO] [stdout]      |
[INFO] [stdout] 2297 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2299:53
[INFO] [stdout]      |
[INFO] [stdout] 2299 |     ::std::option::Option<extern "C" fn(queue: *mut ::libc::c_void) -> ()>;
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2306:42
[INFO] [stdout]      |
[INFO] [stdout] 2306 | ...                   (rxq: *mut ::libc::c_void, offset: u16)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2307:34
[INFO] [stdout]      |
[INFO] [stdout] 2307 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2311:34
[INFO] [stdout]      |
[INFO] [stdout] 2311 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2315:50
[INFO] [stdout]      |
[INFO] [stdout] 2315 | ...                   vlan_id: u16, on: ::libc::c_int)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2316:34
[INFO] [stdout]      |
[INFO] [stdout] 2316 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2324:38
[INFO] [stdout]      |
[INFO] [stdout] 2324 | ...                   mask: ::libc::c_int) -> ()>;
[INFO] [stdout]      |                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2328:50
[INFO] [stdout]      |
[INFO] [stdout] 2328 | ...                   vlan_id: u16, on: ::libc::c_int)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2329:34
[INFO] [stdout]      |
[INFO] [stdout] 2329 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2333:54
[INFO] [stdout]      |
[INFO] [stdout] 2333 | ...                   rx_queue_id: u16, on: ::libc::c_int)
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2337:42
[INFO] [stdout]      |
[INFO] [stdout] 2337 | ...                   (rxq: *mut ::libc::c_void,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2342:42
[INFO] [stdout]      |
[INFO] [stdout] 2342 | ...                   (txq: *mut ::libc::c_void,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2349:49
[INFO] [stdout]      |
[INFO] [stdout] 2349 | ...                   rx_queue: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2354:49
[INFO] [stdout]      |
[INFO] [stdout] 2354 | ...                   rx_queue: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2359:34
[INFO] [stdout]      |
[INFO] [stdout] 2359 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2369:45
[INFO] [stdout]      |
[INFO] [stdout] 2369 | ...                   drop: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2375:45
[INFO] [stdout]      |
[INFO] [stdout] 2375 | ...                   drop: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2380:49
[INFO] [stdout]      |
[INFO] [stdout] 2380 | ...                   soft_id: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2385:34
[INFO] [stdout]      |
[INFO] [stdout] 2385 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2390:34
[INFO] [stdout]      |
[INFO] [stdout] 2390 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2395:34
[INFO] [stdout]      |
[INFO] [stdout] 2395 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2400:34
[INFO] [stdout]      |
[INFO] [stdout] 2400 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2406:51
[INFO] [stdout]      |
[INFO] [stdout] 2406 | ...                   reta_size: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2412:51
[INFO] [stdout]      |
[INFO] [stdout] 2412 | ...                   reta_size: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2417:34
[INFO] [stdout]      |
[INFO] [stdout] 2417 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2422:34
[INFO] [stdout]      |
[INFO] [stdout] 2422 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2425:34
[INFO] [stdout]      |
[INFO] [stdout] 2425 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2428:34
[INFO] [stdout]      |
[INFO] [stdout] 2428 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2442:34
[INFO] [stdout]      |
[INFO] [stdout] 2442 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2446:34
[INFO] [stdout]      |
[INFO] [stdout] 2446 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2451:34
[INFO] [stdout]      |
[INFO] [stdout] 2451 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2455:43
[INFO] [stdout]      |
[INFO] [stdout] 2455 | ...                   on: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2459:43
[INFO] [stdout]      |
[INFO] [stdout] 2459 | ...                   on: u8) -> ::libc::c_int>;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2464:34
[INFO] [stdout]      |
[INFO] [stdout] 2464 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2469:34
[INFO] [stdout]      |
[INFO] [stdout] 2469 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2474:34
[INFO] [stdout]      |
[INFO] [stdout] 2474 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2481:34
[INFO] [stdout]      |
[INFO] [stdout] 2481 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2485:34
[INFO] [stdout]      |
[INFO] [stdout] 2485 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2490:34
[INFO] [stdout]      |
[INFO] [stdout] 2490 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2495:34
[INFO] [stdout]      |
[INFO] [stdout] 2495 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2500:50
[INFO] [stdout]      |
[INFO] [stdout] 2500 | ...                   rx_queue: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2503:34
[INFO] [stdout]      |
[INFO] [stdout] 2503 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2508:55
[INFO] [stdout]      |
[INFO] [stdout] 2508 | ...                   rx_queue: *mut u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2513:50
[INFO] [stdout]      |
[INFO] [stdout] 2513 | ...                   rx_queue: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2517:34
[INFO] [stdout]      |
[INFO] [stdout] 2517 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2522:55
[INFO] [stdout]      |
[INFO] [stdout] 2522 | ...                   rx_queue: *mut u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2527:50
[INFO] [stdout]      |
[INFO] [stdout] 2527 | ...                   rx_queue: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2531:34
[INFO] [stdout]      |
[INFO] [stdout] 2531 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2536:55
[INFO] [stdout]      |
[INFO] [stdout] 2536 | ...                   rx_queue: *mut u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2541:50
[INFO] [stdout]      |
[INFO] [stdout] 2541 | ...                   rx_queue: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2545:34
[INFO] [stdout]      |
[INFO] [stdout] 2545 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2550:55
[INFO] [stdout]      |
[INFO] [stdout] 2550 | ...                   rx_queue: *mut u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2555:50
[INFO] [stdout]      |
[INFO] [stdout] 2555 | ...                   rx_queue: u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2559:34
[INFO] [stdout]      |
[INFO] [stdout] 2559 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2564:55
[INFO] [stdout]      |
[INFO] [stdout] 2564 | ...                   rx_queue: *mut u16) -> ::libc::c_int>;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2570:42
[INFO] [stdout]      |
[INFO] [stdout] 2570 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2570:61
[INFO] [stdout]      |
[INFO] [stdout] 2570 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2688:16
[INFO] [stdout]      |
[INFO] [stdout] 2688 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2689:30
[INFO] [stdout]      |
[INFO] [stdout] 2689 |     pub rx_queues: *mut *mut ::libc::c_void,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2690:30
[INFO] [stdout]      |
[INFO] [stdout] 2690 |     pub tx_queues: *mut *mut ::libc::c_void,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2694:27
[INFO] [stdout]      |
[INFO] [stdout] 2694 |     pub dev_private: *mut ::libc::c_void,
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2718:34
[INFO] [stdout]      |
[INFO] [stdout] 2718 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2724:27
[INFO] [stdout]      |
[INFO] [stdout] 2724 |     pub dev_private_size: ::libc::c_uint,
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2729:36
[INFO] [stdout]      |
[INFO] [stdout] 2729 | pub type Enum_rte_eth_event_type = ::libc::c_uint;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2730:34
[INFO] [stdout]      |
[INFO] [stdout] 2730 | pub const RTE_ETH_EVENT_UNKNOWN: ::libc::c_uint = 0;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2731:35
[INFO] [stdout]      |
[INFO] [stdout] 2731 | pub const RTE_ETH_EVENT_INTR_LSC: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2732:30
[INFO] [stdout]      |
[INFO] [stdout] 2732 | pub const RTE_ETH_EVENT_MAX: ::libc::c_uint = 2;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2737:45
[INFO] [stdout]      |
[INFO] [stdout] 2737 | ...                   cb_arg: *mut ::libc::c_void) -> ()>;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2744:22
[INFO] [stdout]      |
[INFO] [stdout] 2744 |     pub name: *const ::libc::c_char,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2747:20
[INFO] [stdout]      |
[INFO] [stdout] 2747 |     pub socket_id: ::libc::c_int,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2787:16
[INFO] [stdout]      |
[INFO] [stdout] 2787 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2805:44
[INFO] [stdout]      |
[INFO] [stdout] 2805 | ...                   (key: *const ::libc::c_void, key_len: u32,
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2810:22
[INFO] [stdout]      |
[INFO] [stdout] 2810 |     pub name: *const ::libc::c_char,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2816:20
[INFO] [stdout]      |
[INFO] [stdout] 2816 |     pub socket_id: ::libc::c_int,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2826:16
[INFO] [stdout]      |
[INFO] [stdout] 2826 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2885:27
[INFO] [stdout]      |
[INFO] [stdout] 2885 | pub type Enum_Unnamed31 = ::libc::c_uint;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2886:29
[INFO] [stdout]      |
[INFO] [stdout] 2886 | pub const IP_LAST_FRAG_IDX: ::libc::c_uint = 0;
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2887:30
[INFO] [stdout]      |
[INFO] [stdout] 2887 | pub const IP_FIRST_FRAG_IDX: ::libc::c_uint = 1;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2888:28
[INFO] [stdout]      |
[INFO] [stdout] 2888 | pub const IP_MIN_FRAG_NUM: ::libc::c_uint = 2;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:2889:28
[INFO] [stdout]      |
[INFO] [stdout] 2889 | pub const IP_MAX_FRAG_NUM: ::libc::c_uint = 4;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3004:32
[INFO] [stdout]      |
[INFO] [stdout] 3004 | pub type Enum_rte_kni_req_id = ::libc::c_uint;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3005:32
[INFO] [stdout]      |
[INFO] [stdout] 3005 | pub const RTE_KNI_REQ_UNKNOWN: ::libc::c_uint = 0;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3006:35
[INFO] [stdout]      |
[INFO] [stdout] 3006 | pub const RTE_KNI_REQ_CHANGE_MTU: ::libc::c_uint = 1;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3007:39
[INFO] [stdout]      |
[INFO] [stdout] 3007 | pub const RTE_KNI_REQ_CFG_NETWORK_IF: ::libc::c_uint = 2;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3008:28
[INFO] [stdout]      |
[INFO] [stdout] 3008 | pub const RTE_KNI_REQ_MAX: ::libc::c_uint = 3;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3030:16
[INFO] [stdout]      |
[INFO] [stdout] 3030 |     pub write: ::libc::c_uint,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3031:15
[INFO] [stdout]      |
[INFO] [stdout] 3031 |     pub read: ::libc::c_uint,
[INFO] [stdout]      |               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3032:14
[INFO] [stdout]      |
[INFO] [stdout] 3032 |     pub len: ::libc::c_uint,
[INFO] [stdout]      |              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3033:20
[INFO] [stdout]      |
[INFO] [stdout] 3033 |     pub elem_size: ::libc::c_uint,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3034:23
[INFO] [stdout]      |
[INFO] [stdout] 3034 |     pub buffer: [*mut ::libc::c_void; 0us],
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3042:24
[INFO] [stdout]      |
[INFO] [stdout] 3042 |     pub buf_addr: *mut ::libc::c_void,
[INFO] [stdout]      |                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3043:16
[INFO] [stdout]      |
[INFO] [stdout] 3043 |     pub pad0: [::libc::c_char; 10us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3045:16
[INFO] [stdout]      |
[INFO] [stdout] 3045 |     pub pad1: [::libc::c_char; 4us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3047:16
[INFO] [stdout]      |
[INFO] [stdout] 3047 |     pub pad2: [::libc::c_char; 2us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3050:16
[INFO] [stdout]      |
[INFO] [stdout] 3050 |     pub pad3: [::libc::c_char; 8us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3051:20
[INFO] [stdout]      |
[INFO] [stdout] 3051 |     pub pool: *mut ::libc::c_void,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3052:20
[INFO] [stdout]      |
[INFO] [stdout] 3052 |     pub next: *mut ::libc::c_void,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3060:16
[INFO] [stdout]      |
[INFO] [stdout] 3060 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3068:23
[INFO] [stdout]      |
[INFO] [stdout] 3068 |     pub sync_va: *mut ::libc::c_void,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3069:23
[INFO] [stdout]      |
[INFO] [stdout] 3069 |     pub mbuf_va: *mut ::libc::c_void,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3079:20
[INFO] [stdout]      |
[INFO] [stdout] 3079 |     pub mbuf_size: ::libc::c_uint,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3093:57
[INFO] [stdout]      |
[INFO] [stdout] 3093 | ...                   new_mtu: ::libc::c_uint)
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3094:50
[INFO] [stdout]      |
[INFO] [stdout] 3094 | ...                   -> ::libc::c_int>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3098:57
[INFO] [stdout]      |
[INFO] [stdout] 3098 | ...                   -> ::libc::c_int>,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3106:16
[INFO] [stdout]      |
[INFO] [stdout] 3106 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3109:20
[INFO] [stdout]      |
[INFO] [stdout] 3109 |     pub mbuf_size: ::libc::c_uint,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3119:44
[INFO] [stdout]      |
[INFO] [stdout] 3119 | ...                   (key: *const ::libc::c_char,
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3120:46
[INFO] [stdout]      |
[INFO] [stdout] 3120 | ...                   value: *const ::libc::c_char,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3121:45
[INFO] [stdout]      |
[INFO] [stdout] 3121 | ...                   opaque: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3121:64
[INFO] [stdout]      |
[INFO] [stdout] 3121 | ...                   opaque: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3125:19
[INFO] [stdout]      |
[INFO] [stdout] 3125 |     pub key: *mut ::libc::c_char,
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3126:21
[INFO] [stdout]      |
[INFO] [stdout] 3126 |     pub value: *mut ::libc::c_char,
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3134:20
[INFO] [stdout]      |
[INFO] [stdout] 3134 |     pub _str: *mut ::libc::c_char,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3135:16
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub count: ::libc::c_uint,
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3147:16
[INFO] [stdout]      |
[INFO] [stdout] 3147 |     pub flags: ::libc::c_int,
[INFO] [stdout]      |                ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3209:16
[INFO] [stdout]      |
[INFO] [stdout] 3209 |     pub name: [::libc::c_char; 32us],
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3210:23
[INFO] [stdout]      |
[INFO] [stdout] 3210 |     pub mem_location: ::libc::c_int,
[INFO] [stdout]      |                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3220:33
[INFO] [stdout]      |
[INFO] [stdout] 3220 | pub type Enum_rte_meter_color = ::libc::c_uint;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3221:30
[INFO] [stdout]      |
[INFO] [stdout] 3221 | pub const e_RTE_METER_GREEN: ::libc::c_uint = 0;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3222:31
[INFO] [stdout]      |
[INFO] [stdout] 3222 | pub const e_RTE_METER_YELLOW: ::libc::c_uint = 1;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3223:28
[INFO] [stdout]      |
[INFO] [stdout] 3223 | pub const e_RTE_METER_RED: ::libc::c_uint = 2;
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3224:31
[INFO] [stdout]      |
[INFO] [stdout] 3224 | pub const e_RTE_METER_COLORS: ::libc::c_uint = 3;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3281:31
[INFO] [stdout]      |
[INFO] [stdout] 3281 | pub type Enum_rte_intr_mode = ::libc::c_uint;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3282:31
[INFO] [stdout]      |
[INFO] [stdout] 3282 | pub const RTE_INTR_MODE_NONE: ::libc::c_uint = 0;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3283:33
[INFO] [stdout]      |
[INFO] [stdout] 3283 | pub const RTE_INTR_MODE_LEGACY: ::libc::c_uint = 1;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3284:30
[INFO] [stdout]      |
[INFO] [stdout] 3284 | pub const RTE_INTR_MODE_MSI: ::libc::c_uint = 2;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3285:31
[INFO] [stdout]      |
[INFO] [stdout] 3285 | pub const RTE_INTR_MODE_MSIX: ::libc::c_uint = 3;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3288:45
[INFO] [stdout]      |
[INFO] [stdout] 3288 | ...                   (params: *mut ::libc::c_void,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3289:43
[INFO] [stdout]      |
[INFO] [stdout] 3289 | ...                   socket_id: ::libc::c_int)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3290:39
[INFO] [stdout]      |
[INFO] [stdout] 3290 | ...                   -> *mut ::libc::c_void>;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3292:52
[INFO] [stdout]      |
[INFO] [stdout] 3292 |     ::std::option::Option<extern "C" fn(port: *mut ::libc::c_void)
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3293:34
[INFO] [stdout]      |
[INFO] [stdout] 3293 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3296:43
[INFO] [stdout]      |
[INFO] [stdout] 3296 | ...                   (port: *mut ::libc::c_void,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3298:48
[INFO] [stdout]      |
[INFO] [stdout] 3298 | ...                   n_pkts: u32) -> ::libc::c_int>;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3311:45
[INFO] [stdout]      |
[INFO] [stdout] 3311 | ...                   (params: *mut ::libc::c_void,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3312:43
[INFO] [stdout]      |
[INFO] [stdout] 3312 | ...                   socket_id: ::libc::c_int)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3313:39
[INFO] [stdout]      |
[INFO] [stdout] 3313 | ...                   -> *mut ::libc::c_void>;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3315:52
[INFO] [stdout]      |
[INFO] [stdout] 3315 |     ::std::option::Option<extern "C" fn(port: *mut ::libc::c_void)
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3316:34
[INFO] [stdout]      |
[INFO] [stdout] 3316 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3319:43
[INFO] [stdout]      |
[INFO] [stdout] 3319 | ...                   (port: *mut ::libc::c_void,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3320:62
[INFO] [stdout]      |
[INFO] [stdout] 3320 | ...                   pkt: *mut Struct_rte_mbuf) -> ::libc::c_int>;
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3323:43
[INFO] [stdout]      |
[INFO] [stdout] 3323 | ...                   (port: *mut ::libc::c_void,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3325:51
[INFO] [stdout]      |
[INFO] [stdout] 3325 | ...                   pkts_mask: u64) -> ::libc::c_int>;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3327:52
[INFO] [stdout]      |
[INFO] [stdout] 3327 |     ::std::option::Option<extern "C" fn(port: *mut ::libc::c_void)
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3328:34
[INFO] [stdout]      |
[INFO] [stdout] 3328 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3345:45
[INFO] [stdout]      |
[INFO] [stdout] 3345 | ...                   (params: *mut ::libc::c_void,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3346:43
[INFO] [stdout]      |
[INFO] [stdout] 3346 | ...                   socket_id: ::libc::c_int, entry_size: u32)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3347:39
[INFO] [stdout]      |
[INFO] [stdout] 3347 | ...                   -> *mut ::libc::c_void>;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3349:53
[INFO] [stdout]      |
[INFO] [stdout] 3349 |     ::std::option::Option<extern "C" fn(table: *mut ::libc::c_void)
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3350:34
[INFO] [stdout]      |
[INFO] [stdout] 3350 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3353:44
[INFO] [stdout]      |
[INFO] [stdout] 3353 | ...                   (table: *mut ::libc::c_void,
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3354:42
[INFO] [stdout]      |
[INFO] [stdout] 3354 | ...                   key: *mut ::libc::c_void,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3355:44
[INFO] [stdout]      |
[INFO] [stdout] 3355 | ...                   entry: *mut ::libc::c_void,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3356:48
[INFO] [stdout]      |
[INFO] [stdout] 3356 | ...                   key_found: *mut ::libc::c_int,
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3357:53
[INFO] [stdout]      |
[INFO] [stdout] 3357 | ...                   entry_ptr: *mut *mut ::libc::c_void)
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3358:34
[INFO] [stdout]      |
[INFO] [stdout] 3358 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3361:44
[INFO] [stdout]      |
[INFO] [stdout] 3361 | ...                   (table: *mut ::libc::c_void,
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3362:42
[INFO] [stdout]      |
[INFO] [stdout] 3362 | ...                   key: *mut ::libc::c_void,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3363:48
[INFO] [stdout]      |
[INFO] [stdout] 3363 | ...                   key_found: *mut ::libc::c_int,
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3364:44
[INFO] [stdout]      |
[INFO] [stdout] 3364 | ...                   entry: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3364:63
[INFO] [stdout]      |
[INFO] [stdout] 3364 | ...                   entry: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3367:44
[INFO] [stdout]      |
[INFO] [stdout] 3367 | ...                   (table: *mut ::libc::c_void,
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3371:51
[INFO] [stdout]      |
[INFO] [stdout] 3371 | ...                   entries: *mut *mut ::libc::c_void)
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3372:34
[INFO] [stdout]      |
[INFO] [stdout] 3372 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3389:22
[INFO] [stdout]      |
[INFO] [stdout] 3389 |     pub name: *const ::libc::c_char,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3390:20
[INFO] [stdout]      |
[INFO] [stdout] 3390 |     pub socket_id: ::libc::c_int,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3398:37
[INFO] [stdout]      |
[INFO] [stdout] 3398 | pub type Enum_rte_pipeline_action = ::libc::c_uint;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3399:37
[INFO] [stdout]      |
[INFO] [stdout] 3399 | pub const RTE_PIPELINE_ACTION_DROP: ::libc::c_uint = 0;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3400:37
[INFO] [stdout]      |
[INFO] [stdout] 3400 | pub const RTE_PIPELINE_ACTION_PORT: ::libc::c_uint = 1;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3401:42
[INFO] [stdout]      |
[INFO] [stdout] 3401 | pub const RTE_PIPELINE_ACTION_PORT_META: ::libc::c_uint = 2;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3402:38
[INFO] [stdout]      |
[INFO] [stdout] 3402 | pub const RTE_PIPELINE_ACTION_TABLE: ::libc::c_uint = 3;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3403:33
[INFO] [stdout]      |
[INFO] [stdout] 3403 | pub const RTE_PIPELINE_ACTIONS: ::libc::c_uint = 4;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3430:42
[INFO] [stdout]      |
[INFO] [stdout] 3430 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3430:61
[INFO] [stdout]      |
[INFO] [stdout] 3430 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3436:42
[INFO] [stdout]      |
[INFO] [stdout] 3436 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3436:61
[INFO] [stdout]      |
[INFO] [stdout] 3436 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3441:26
[INFO] [stdout]      |
[INFO] [stdout] 3441 |     pub arg_create: *mut ::libc::c_void,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3444:22
[INFO] [stdout]      |
[INFO] [stdout] 3444 |     pub arg_ah: *mut ::libc::c_void,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3456:42
[INFO] [stdout]      |
[INFO] [stdout] 3456 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3456:61
[INFO] [stdout]      |
[INFO] [stdout] 3456 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3461:26
[INFO] [stdout]      |
[INFO] [stdout] 3461 |     pub arg_create: *mut ::libc::c_void,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3463:22
[INFO] [stdout]      |
[INFO] [stdout] 3463 |     pub arg_ah: *mut ::libc::c_void,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3475:42
[INFO] [stdout]      |
[INFO] [stdout] 3475 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3475:61
[INFO] [stdout]      |
[INFO] [stdout] 3475 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3480:42
[INFO] [stdout]      |
[INFO] [stdout] 3480 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3480:61
[INFO] [stdout]      |
[INFO] [stdout] 3480 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int>;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3485:26
[INFO] [stdout]      |
[INFO] [stdout] 3485 |     pub arg_create: *mut ::libc::c_void,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3488:22
[INFO] [stdout]      |
[INFO] [stdout] 3488 |     pub arg_ah: *mut ::libc::c_void,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3621:22
[INFO] [stdout]      |
[INFO] [stdout] 3621 |     pub name: *const ::libc::c_char,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3622:17
[INFO] [stdout]      |
[INFO] [stdout] 3622 |     pub socket: ::libc::c_int,
[INFO] [stdout]      |                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3683:38
[INFO] [stdout]      |
[INFO] [stdout] 3683 | pub type Enum_power_management_env = ::libc::c_uint;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3684:27
[INFO] [stdout]      |
[INFO] [stdout] 3684 | pub const PM_ENV_NOT_SET: ::libc::c_uint = 0;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3685:32
[INFO] [stdout]      |
[INFO] [stdout] 3685 | pub const PM_ENV_ACPI_CPUFREQ: ::libc::c_uint = 1;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3686:26
[INFO] [stdout]      |
[INFO] [stdout] 3686 | pub const PM_ENV_KVM_VM: ::libc::c_uint = 2;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3689:42
[INFO] [stdout]      |
[INFO] [stdout] 3689 | ...                   (lcore_id: ::libc::c_uint, freqs: *mut u32,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3692:51
[INFO] [stdout]      |
[INFO] [stdout] 3692 |     ::std::option::Option<extern "C" fn(lcore_id: ::libc::c_uint)
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3696:42
[INFO] [stdout]      |
[INFO] [stdout] 3696 | ...                   (lcore_id: ::libc::c_uint, index: u32)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3697:34
[INFO] [stdout]      |
[INFO] [stdout] 3697 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3699:51
[INFO] [stdout]      |
[INFO] [stdout] 3699 |     ::std::option::Option<extern "C" fn(lcore_id: ::libc::c_uint)
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3700:34
[INFO] [stdout]      |
[INFO] [stdout] 3700 | ...                   -> ::libc::c_int>;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3748:22
[INFO] [stdout]      |
[INFO] [stdout] 3748 |     pub name: *const ::libc::c_char,
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3802:42
[INFO] [stdout]      |
[INFO] [stdout] 3802 | ...                   (key: *mut ::libc::c_void, key_size: u32,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3987:32
[INFO] [stdout]      |
[INFO] [stdout] 3987 | pub type Enum_rte_timer_type = ::libc::c_uint;
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3988:19
[INFO] [stdout]      |
[INFO] [stdout] 3988 | pub const SINGLE: ::libc::c_uint = 0;
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:3989:23
[INFO] [stdout]      |
[INFO] [stdout] 3989 | pub const PERIODICAL: ::libc::c_uint = 1;
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4010:59
[INFO] [stdout]      |
[INFO] [stdout] 4010 |     extern "C" fn(arg1: *mut Struct_rte_timer, arg2: *mut ::libc::c_void)
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4020:19
[INFO] [stdout]      |
[INFO] [stdout] 4020 |     pub arg: *mut ::libc::c_void,
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:25:42
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub unsafe fn pd(&mut self) -> *mut [::libc::c_double; 2us] {
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/dpdk.rs:85:48
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub unsafe fn addr(&mut self) -> *mut *mut ::libc::c_void {
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]    --> src/dpdk.rs:118:48
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub unsafe fn addr(&mut self) -> *mut *mut ::libc::c_void {
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:1021:52
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     pub unsafe fn userdata(&mut self) -> *mut *mut ::libc::c_void {
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4038:49
[INFO] [stdout]      |
[INFO] [stdout] 4038 |     pub static mut eal_default_log_stream: *mut ::libc::FILE;
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4040:41
[INFO] [stdout]      |
[INFO] [stdout] 4040 |     pub static mut per_lcore__lcore_id: ::libc::c_void;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4041:42
[INFO] [stdout]      |
[INFO] [stdout] 4041 |     pub static mut per_lcore__rte_errno: ::libc::c_void;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4043:47
[INFO] [stdout]      |
[INFO] [stdout] 4043 |     pub static mut rte_cycles_vmware_tsc_map: ::libc::c_int;
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4088:32
[INFO] [stdout]      |
[INFO] [stdout] 4088 |     pub fn rte_exit(exit_code: ::libc::c_int,
[INFO] [stdout]      |                                ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4089:36
[INFO] [stdout]      |
[INFO] [stdout] 4089 |                     format: *const ::libc::c_char, ...) -> ();
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4090:43
[INFO] [stdout]      |
[INFO] [stdout] 4090 |     pub fn rte_mem_lock_page(virt: *const ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4090:62
[INFO] [stdout]      |
[INFO] [stdout] 4090 |     pub fn rte_mem_lock_page(virt: *const ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4091:42
[INFO] [stdout]      |
[INFO] [stdout] 4091 |     pub fn rte_mem_virt2phy(virt: *const ::libc::c_void) -> phys_addr_t;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4093:44
[INFO] [stdout]      |
[INFO] [stdout] 4093 |     pub fn rte_dump_physmem_layout(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                            ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4095:41
[INFO] [stdout]      |
[INFO] [stdout] 4095 |     pub fn rte_memory_get_nchannel() -> ::libc::c_uint;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4096:38
[INFO] [stdout]      |
[INFO] [stdout] 4096 |     pub fn rte_memory_get_nrank() -> ::libc::c_uint;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4097:39
[INFO] [stdout]      |
[INFO] [stdout] 4097 |     pub fn rte_openlog_stream(f: *mut ::libc::FILE) -> ::libc::c_int;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4097:56
[INFO] [stdout]      |
[INFO] [stdout] 4097 |     pub fn rte_openlog_stream(f: *mut ::libc::FILE) -> ::libc::c_int;
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4100:49
[INFO] [stdout]      |
[INFO] [stdout] 4100 |     pub fn rte_set_log_type(_type: u32, enable: ::libc::c_int) -> ();
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4101:42
[INFO] [stdout]      |
[INFO] [stdout] 4101 |     pub fn rte_log_cur_msg_loglevel() -> ::libc::c_int;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4102:41
[INFO] [stdout]      |
[INFO] [stdout] 4102 |     pub fn rte_log_cur_msg_logtype() -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4103:40
[INFO] [stdout]      |
[INFO] [stdout] 4103 |     pub fn rte_log_set_history(enable: ::libc::c_int) -> ();
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4104:41
[INFO] [stdout]      |
[INFO] [stdout] 4104 |     pub fn rte_log_dump_history(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4105:47
[INFO] [stdout]      |
[INFO] [stdout] 4105 |     pub fn rte_log_add_in_history(buf: *const ::libc::c_char, size: ::libc::size_t)
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4105:69
[INFO] [stdout]      |
[INFO] [stdout] 4105 |     pub fn rte_log_add_in_history(buf: *const ::libc::c_char, size: ::libc::size_t)
[INFO] [stdout]      |                                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4106:9
[INFO] [stdout]      |
[INFO] [stdout] 4106 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4108:35
[INFO] [stdout]      |
[INFO] [stdout] 4108 |                    format: *const ::libc::c_char, ...) -> ::libc::c_int;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4108:59
[INFO] [stdout]      |
[INFO] [stdout] 4108 |                    format: *const ::libc::c_char, ...) -> ::libc::c_int;
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4110:36
[INFO] [stdout]      |
[INFO] [stdout] 4110 |                     format: *const ::libc::c_char, ap: ::libc::c_void)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4110:56
[INFO] [stdout]      |
[INFO] [stdout] 4110 |                     format: *const ::libc::c_char, ap: ::libc::c_void)
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4111:9
[INFO] [stdout]      |
[INFO] [stdout] 4111 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4112:45
[INFO] [stdout]      |
[INFO] [stdout] 4112 |     pub fn rte_memzone_reserve(name: *const ::libc::c_char, len: ::libc::size_t,
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4112:66
[INFO] [stdout]      |
[INFO] [stdout] 4112 |     pub fn rte_memzone_reserve(name: *const ::libc::c_char, len: ::libc::size_t,
[INFO] [stdout]      |                                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4113:43
[INFO] [stdout]      |
[INFO] [stdout] 4113 | ...                   socket_id: ::libc::c_int,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4114:39
[INFO] [stdout]      |
[INFO] [stdout] 4114 | ...                   flags: ::libc::c_uint)
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4116:53
[INFO] [stdout]      |
[INFO] [stdout] 4116 |     pub fn rte_memzone_reserve_aligned(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4117:45
[INFO] [stdout]      |
[INFO] [stdout] 4117 | ...                   len: ::libc::size_t, socket_id: ::libc::c_int,
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4117:72
[INFO] [stdout]      |
[INFO] [stdout] 4117 | ...                   len: ::libc::size_t, socket_id: ::libc::c_int,
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4118:47
[INFO] [stdout]      |
[INFO] [stdout] 4118 | ...                   flags: ::libc::c_uint,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4119:47
[INFO] [stdout]      |
[INFO] [stdout] 4119 | ...                   align: ::libc::c_uint)
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4121:53
[INFO] [stdout]      |
[INFO] [stdout] 4121 |     pub fn rte_memzone_reserve_bounded(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4122:45
[INFO] [stdout]      |
[INFO] [stdout] 4122 | ...                   len: ::libc::size_t, socket_id: ::libc::c_int,
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4122:72
[INFO] [stdout]      |
[INFO] [stdout] 4122 | ...                   len: ::libc::size_t, socket_id: ::libc::c_int,
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4123:47
[INFO] [stdout]      |
[INFO] [stdout] 4123 | ...                   flags: ::libc::c_uint,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4124:47
[INFO] [stdout]      |
[INFO] [stdout] 4124 | ...                   align: ::libc::c_uint,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4125:47
[INFO] [stdout]      |
[INFO] [stdout] 4125 | ...                   bound: ::libc::c_uint)
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4127:44
[INFO] [stdout]      |
[INFO] [stdout] 4127 |     pub fn rte_memzone_lookup(name: *const ::libc::c_char)
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4129:40
[INFO] [stdout]      |
[INFO] [stdout] 4129 |     pub fn rte_memzone_dump(arg1: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                        ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4135:69
[INFO] [stdout]      |
[INFO] [stdout] 4135 | ...                   *mut ::libc::c_void)
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4137:39
[INFO] [stdout]      |
[INFO] [stdout] 4137 | ...                   arg: *mut ::libc::c_void) -> ();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4138:37
[INFO] [stdout]      |
[INFO] [stdout] 4138 |     pub fn rte_malloc(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4138:59
[INFO] [stdout]      |
[INFO] [stdout] 4138 |     pub fn rte_malloc(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4139:30
[INFO] [stdout]      |
[INFO] [stdout] 4139 |                       align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4139:54
[INFO] [stdout]      |
[INFO] [stdout] 4139 |                       align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4140:38
[INFO] [stdout]      |
[INFO] [stdout] 4140 |     pub fn rte_zmalloc(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4140:60
[INFO] [stdout]      |
[INFO] [stdout] 4140 |     pub fn rte_zmalloc(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4141:31
[INFO] [stdout]      |
[INFO] [stdout] 4141 |                        align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4141:55
[INFO] [stdout]      |
[INFO] [stdout] 4141 |                        align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4142:37
[INFO] [stdout]      |
[INFO] [stdout] 4142 |     pub fn rte_calloc(_type: *const ::libc::c_char, num: ::libc::size_t, size: ::libc::size_t,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4142:58
[INFO] [stdout]      |
[INFO] [stdout] 4142 |     pub fn rte_calloc(_type: *const ::libc::c_char, num: ::libc::size_t, size: ::libc::size_t,
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4142:80
[INFO] [stdout]      |
[INFO] [stdout] 4142 |     pub fn rte_calloc(_type: *const ::libc::c_char, num: ::libc::size_t, size: ::libc::size_t,
[INFO] [stdout]      |                                                                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4143:30
[INFO] [stdout]      |
[INFO] [stdout] 4143 |                       align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4143:54
[INFO] [stdout]      |
[INFO] [stdout] 4143 |                       align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4144:34
[INFO] [stdout]      |
[INFO] [stdout] 4144 |     pub fn rte_realloc(ptr: *mut ::libc::c_void, size: ::libc::size_t,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4144:56
[INFO] [stdout]      |
[INFO] [stdout] 4144 |     pub fn rte_realloc(ptr: *mut ::libc::c_void, size: ::libc::size_t,
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4145:31
[INFO] [stdout]      |
[INFO] [stdout] 4145 |                        align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4145:55
[INFO] [stdout]      |
[INFO] [stdout] 4145 |                        align: ::libc::c_uint) -> *mut ::libc::c_void;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4146:44
[INFO] [stdout]      |
[INFO] [stdout] 4146 |     pub fn rte_malloc_socket(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4146:66
[INFO] [stdout]      |
[INFO] [stdout] 4146 |     pub fn rte_malloc_socket(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4147:37
[INFO] [stdout]      |
[INFO] [stdout] 4147 | ...                   align: ::libc::c_uint, socket: ::libc::c_int)
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4147:61
[INFO] [stdout]      |
[INFO] [stdout] 4147 | ...                   align: ::libc::c_uint, socket: ::libc::c_int)
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4148:14
[INFO] [stdout]      |
[INFO] [stdout] 4148 |      -> *mut ::libc::c_void;
[INFO] [stdout]      |              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4149:45
[INFO] [stdout]      |
[INFO] [stdout] 4149 |     pub fn rte_zmalloc_socket(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4149:67
[INFO] [stdout]      |
[INFO] [stdout] 4149 |     pub fn rte_zmalloc_socket(_type: *const ::libc::c_char, size: ::libc::size_t,
[INFO] [stdout]      |                                                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4150:38
[INFO] [stdout]      |
[INFO] [stdout] 4150 | ...                   align: ::libc::c_uint, socket: ::libc::c_int)
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4150:62
[INFO] [stdout]      |
[INFO] [stdout] 4150 | ...                   align: ::libc::c_uint, socket: ::libc::c_int)
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4151:14
[INFO] [stdout]      |
[INFO] [stdout] 4151 |      -> *mut ::libc::c_void;
[INFO] [stdout]      |              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4152:44
[INFO] [stdout]      |
[INFO] [stdout] 4152 |     pub fn rte_calloc_socket(_type: *const ::libc::c_char, num: ::libc::size_t,
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4152:65
[INFO] [stdout]      |
[INFO] [stdout] 4152 |     pub fn rte_calloc_socket(_type: *const ::libc::c_char, num: ::libc::size_t,
[INFO] [stdout]      |                                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4153:36
[INFO] [stdout]      |
[INFO] [stdout] 4153 | ...                   size: ::libc::size_t, align: ::libc::c_uint,
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4153:59
[INFO] [stdout]      |
[INFO] [stdout] 4153 | ...                   size: ::libc::size_t, align: ::libc::c_uint,
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4154:38
[INFO] [stdout]      |
[INFO] [stdout] 4154 | ...                   socket: ::libc::c_int) -> *mut ::libc::c_void;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4154:61
[INFO] [stdout]      |
[INFO] [stdout] 4154 | ...                   socket: ::libc::c_int) -> *mut ::libc::c_void;
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4155:31
[INFO] [stdout]      |
[INFO] [stdout] 4155 |     pub fn rte_free(ptr: *mut ::libc::c_void) -> ();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4156:44
[INFO] [stdout]      |
[INFO] [stdout] 4156 |     pub fn rte_malloc_validate(ptr: *const ::libc::c_void, size: *mut ::libc::size_t)
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4156:71
[INFO] [stdout]      |
[INFO] [stdout] 4156 |     pub fn rte_malloc_validate(ptr: *const ::libc::c_void, size: *mut ::libc::size_t)
[INFO] [stdout]      |                                                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4157:9
[INFO] [stdout]      |
[INFO] [stdout] 4157 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4158:48
[INFO] [stdout]      |
[INFO] [stdout] 4158 |     pub fn rte_malloc_get_socket_stats(socket: ::libc::c_int,
[INFO] [stdout]      |                                                ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4161:9
[INFO] [stdout]      |
[INFO] [stdout] 4161 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4162:42
[INFO] [stdout]      |
[INFO] [stdout] 4162 |     pub fn rte_malloc_dump_stats(f: *mut ::libc::FILE, _type: *const ::libc::c_char)
[INFO] [stdout]      |                                          ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4162:70
[INFO] [stdout]      |
[INFO] [stdout] 4162 |     pub fn rte_malloc_dump_stats(f: *mut ::libc::FILE, _type: *const ::libc::c_char)
[INFO] [stdout]      |                                                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4164:47
[INFO] [stdout]      |
[INFO] [stdout] 4164 |     pub fn rte_malloc_set_limit(_type: *const ::libc::c_char, max: ::libc::size_t)
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4164:68
[INFO] [stdout]      |
[INFO] [stdout] 4164 |     pub fn rte_malloc_set_limit(_type: *const ::libc::c_char, max: ::libc::size_t)
[INFO] [stdout]      |                                                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4165:9
[INFO] [stdout]      |
[INFO] [stdout] 4165 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4166:45
[INFO] [stdout]      |
[INFO] [stdout] 4166 |     pub fn rte_malloc_virt2phy(addr: *const ::libc::c_void) -> phys_addr_t;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4167:47
[INFO] [stdout]      |
[INFO] [stdout] 4167 |     pub fn rte_eal_tailq_reserve(name: *const ::libc::c_char)
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4169:46
[INFO] [stdout]      |
[INFO] [stdout] 4169 |     pub fn rte_eal_tailq_reserve_by_idx(idx: ::libc::c_uint)
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4171:35
[INFO] [stdout]      |
[INFO] [stdout] 4171 |     pub fn rte_dump_tailq(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                   ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4172:46
[INFO] [stdout]      |
[INFO] [stdout] 4172 |     pub fn rte_eal_tailq_lookup(name: *const ::libc::c_char)
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4174:45
[INFO] [stdout]      |
[INFO] [stdout] 4174 |     pub fn rte_eal_tailq_lookup_by_idx(idx: ::libc::c_uint)
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4177:41
[INFO] [stdout]      |
[INFO] [stdout] 4177 |     pub fn rte_eal_lcore_role(lcore_id: ::libc::c_uint)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4180:35
[INFO] [stdout]      |
[INFO] [stdout] 4180 |     pub fn rte_eal_iopl_init() -> ::libc::c_int;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4181:31
[INFO] [stdout]      |
[INFO] [stdout] 4181 |     pub fn rte_eal_init(argc: ::libc::c_int, argv: *mut *mut ::libc::c_char)
[INFO] [stdout]      |                               ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4181:62
[INFO] [stdout]      |
[INFO] [stdout] 4181 |     pub fn rte_eal_init(argc: ::libc::c_int, argv: *mut *mut ::libc::c_char)
[INFO] [stdout]      |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4182:9
[INFO] [stdout]      |
[INFO] [stdout] 4182 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4185:39
[INFO] [stdout]      |
[INFO] [stdout] 4185 |     pub fn rte_eal_has_hugepages() -> ::libc::c_int;
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4187:44
[INFO] [stdout]      |
[INFO] [stdout] 4187 | ...                   arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4188:44
[INFO] [stdout]      |
[INFO] [stdout] 4188 | ...                   slave_id: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4188:63
[INFO] [stdout]      |
[INFO] [stdout] 4188 | ...                   slave_id: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4190:47
[INFO] [stdout]      |
[INFO] [stdout] 4190 | ...                   arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4192:9
[INFO] [stdout]      |
[INFO] [stdout] 4192 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4193:46
[INFO] [stdout]      |
[INFO] [stdout] 4193 |     pub fn rte_eal_get_lcore_state(slave_id: ::libc::c_uint)
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4195:41
[INFO] [stdout]      |
[INFO] [stdout] 4195 |     pub fn rte_eal_wait_lcore(slave_id: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4195:60
[INFO] [stdout]      |
[INFO] [stdout] 4195 |     pub fn rte_eal_wait_lcore(slave_id: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                                            ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4197:33
[INFO] [stdout]      |
[INFO] [stdout] 4197 |     pub fn rte_strerror(errnum: ::libc::c_int) -> *const ::libc::c_char;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4197:58
[INFO] [stdout]      |
[INFO] [stdout] 4197 |     pub fn rte_strerror(errnum: ::libc::c_int) -> *const ::libc::c_char;
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4198:38
[INFO] [stdout]      |
[INFO] [stdout] 4198 |     pub fn rte_strsplit(string: *mut ::libc::c_char, stringlen: ::libc::c_int,
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4198:65
[INFO] [stdout]      |
[INFO] [stdout] 4198 |     pub fn rte_strsplit(string: *mut ::libc::c_char, stringlen: ::libc::c_int,
[INFO] [stdout]      |                                                                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4199:43
[INFO] [stdout]      |
[INFO] [stdout] 4199 |                         tokens: *mut *mut ::libc::c_char,
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4200:36
[INFO] [stdout]      |
[INFO] [stdout] 4200 |                         maxtokens: ::libc::c_int, delim: ::libc::c_char)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4200:58
[INFO] [stdout]      |
[INFO] [stdout] 4200 |                         maxtokens: ::libc::c_int, delim: ::libc::c_char)
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4201:9
[INFO] [stdout]      |
[INFO] [stdout] 4201 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4205:41
[INFO] [stdout]      |
[INFO] [stdout] 4205 |     pub fn __rte_panic(funcname: *const ::libc::c_char,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4206:39
[INFO] [stdout]      |
[INFO] [stdout] 4206 |                        format: *const ::libc::c_char, ...) -> ();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4209:47
[INFO] [stdout]      |
[INFO] [stdout] 4209 |     pub fn rte_acl_find_existing(name: *const ::libc::c_char)
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4214:9
[INFO] [stdout]      |
[INFO] [stdout] 4214 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4217:64
[INFO] [stdout]      |
[INFO] [stdout] 4217 |                          cfg: *const Struct_rte_acl_config) -> ::libc::c_int;
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4222:9
[INFO] [stdout]      |
[INFO] [stdout] 4222 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4228:9
[INFO] [stdout]      |
[INFO] [stdout] 4228 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4231:9
[INFO] [stdout]      |
[INFO] [stdout] 4231 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4237:52
[INFO] [stdout]      |
[INFO] [stdout] 4237 | ...                   num: u32) -> ::libc::c_int;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4240:59
[INFO] [stdout]      |
[INFO] [stdout] 4240 | ...                   num_categories: u32) -> ::libc::c_int;
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4242:43
[INFO] [stdout]      |
[INFO] [stdout] 4242 | ...                   cb_arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4242:62
[INFO] [stdout]      |
[INFO] [stdout] 4242 | ...                   cb_arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4244:46
[INFO] [stdout]      |
[INFO] [stdout] 4244 | ...                   cb_arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4244:65
[INFO] [stdout]      |
[INFO] [stdout] 4244 | ...                   cb_arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4245:30
[INFO] [stdout]      |
[INFO] [stdout] 4245 |     pub fn rte_approx(alpha: ::libc::c_double, d: ::libc::c_double,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4245:51
[INFO] [stdout]      |
[INFO] [stdout] 4245 |     pub fn rte_approx(alpha: ::libc::c_double, d: ::libc::c_double,
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4246:52
[INFO] [stdout]      |
[INFO] [stdout] 4246 |                       p: *mut u32, q: *mut u32) -> ::libc::c_int;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4247:46
[INFO] [stdout]      |
[INFO] [stdout] 4247 |     pub fn rte_cfgfile_load(filename: *const ::libc::c_char,
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4248:36
[INFO] [stdout]      |
[INFO] [stdout] 4248 | ...                   flags: ::libc::c_int) -> *mut Struct_rte_cfgfile;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4250:54
[INFO] [stdout]      |
[INFO] [stdout] 4250 | ...                   sec_name: *const ::libc::c_char,
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4251:45
[INFO] [stdout]      |
[INFO] [stdout] 4251 | ...                   length: ::libc::size_t) -> ::libc::c_int;
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4251:64
[INFO] [stdout]      |
[INFO] [stdout] 4251 | ...                   length: ::libc::size_t) -> ::libc::c_int;
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4253:53
[INFO] [stdout]      |
[INFO] [stdout] 4253 | ...                   sections: *mut *mut ::libc::c_char,
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4254:47
[INFO] [stdout]      |
[INFO] [stdout] 4254 | ...                   max_sections: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4254:65
[INFO] [stdout]      |
[INFO] [stdout] 4254 | ...                   max_sections: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4256:56
[INFO] [stdout]      |
[INFO] [stdout] 4256 | ...                   sectionname: *const ::libc::c_char)
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4257:9
[INFO] [stdout]      |
[INFO] [stdout] 4257 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4259:64
[INFO] [stdout]      |
[INFO] [stdout] 4259 | ...                   sectionname: *const ::libc::c_char)
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4260:9
[INFO] [stdout]      |
[INFO] [stdout] 4260 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4262:60
[INFO] [stdout]      |
[INFO] [stdout] 4262 | ...                   sectionname: *const ::libc::c_char,
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4264:53
[INFO] [stdout]      |
[INFO] [stdout] 4264 | ...                   max_entries: ::libc::c_int)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4265:9
[INFO] [stdout]      |
[INFO] [stdout] 4265 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4267:54
[INFO] [stdout]      |
[INFO] [stdout] 4267 | ...                   sectionname: *const ::libc::c_char,
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4268:52
[INFO] [stdout]      |
[INFO] [stdout] 4268 | ...                   entryname: *const ::libc::c_char)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4269:16
[INFO] [stdout]      |
[INFO] [stdout] 4269 |      -> *const ::libc::c_char;
[INFO] [stdout]      |                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4271:54
[INFO] [stdout]      |
[INFO] [stdout] 4271 | ...                   sectionname: *const ::libc::c_char,
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4272:52
[INFO] [stdout]      |
[INFO] [stdout] 4272 | ...                   entryname: *const ::libc::c_char)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4273:9
[INFO] [stdout]      |
[INFO] [stdout] 4273 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4274:63
[INFO] [stdout]      |
[INFO] [stdout] 4274 |     pub fn rte_cfgfile_close(cfg: *mut Struct_rte_cfgfile) -> ::libc::c_int;
[INFO] [stdout]      |                                                               ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4276:29
[INFO] [stdout]      |
[INFO] [stdout] 4276 |     pub fn rte_delay_us(us: ::libc::c_uint) -> ();
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4280:52
[INFO] [stdout]      |
[INFO] [stdout] 4280 | ...                   cb_arg: *mut ::libc::c_void)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4281:9
[INFO] [stdout]      |
[INFO] [stdout] 4281 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4285:54
[INFO] [stdout]      |
[INFO] [stdout] 4285 | ...                   cb_arg: *mut ::libc::c_void)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4286:9
[INFO] [stdout]      |
[INFO] [stdout] 4286 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4288:9
[INFO] [stdout]      |
[INFO] [stdout] 4288 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4290:9
[INFO] [stdout]      |
[INFO] [stdout] 4290 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4291:35
[INFO] [stdout]      |
[INFO] [stdout] 4291 |     pub fn rte_eal_pci_probe() -> ::libc::c_int;
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4292:37
[INFO] [stdout]      |
[INFO] [stdout] 4292 |     pub fn rte_eal_pci_dump(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4296:52
[INFO] [stdout]      |
[INFO] [stdout] 4296 | ...                   devargs_str: *const ::libc::c_char)
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4297:9
[INFO] [stdout]      |
[INFO] [stdout] 4297 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4299:9
[INFO] [stdout]      |
[INFO] [stdout] 4299 |      -> ::libc::c_uint;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4300:41
[INFO] [stdout]      |
[INFO] [stdout] 4300 |     pub fn rte_eal_devargs_dump(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                         ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4303:34
[INFO] [stdout]      |
[INFO] [stdout] 4303 |     pub fn rte_eal_dev_init() -> ::libc::c_int;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4304:40
[INFO] [stdout]      |
[INFO] [stdout] 4304 |     pub fn rte_ring_get_memsize(count: ::libc::c_uint) -> ::libc::ssize_t;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4304:59
[INFO] [stdout]      |
[INFO] [stdout] 4304 |     pub fn rte_ring_get_memsize(count: ::libc::c_uint) -> ::libc::ssize_t;
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4305:64
[INFO] [stdout]      |
[INFO] [stdout] 4305 |     pub fn rte_ring_init(r: *mut Struct_rte_ring, name: *const ::libc::c_char,
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4306:33
[INFO] [stdout]      |
[INFO] [stdout] 4306 |                          count: ::libc::c_uint, flags: ::libc::c_uint)
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4306:56
[INFO] [stdout]      |
[INFO] [stdout] 4306 |                          count: ::libc::c_uint, flags: ::libc::c_uint)
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4307:9
[INFO] [stdout]      |
[INFO] [stdout] 4307 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4308:41
[INFO] [stdout]      |
[INFO] [stdout] 4308 |     pub fn rte_ring_create(name: *const ::libc::c_char, count: ::libc::c_uint,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4308:64
[INFO] [stdout]      |
[INFO] [stdout] 4308 |     pub fn rte_ring_create(name: *const ::libc::c_char, count: ::libc::c_uint,
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4309:39
[INFO] [stdout]      |
[INFO] [stdout] 4309 | ...                   socket_id: ::libc::c_int, flags: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4309:61
[INFO] [stdout]      |
[INFO] [stdout] 4309 | ...                   socket_id: ::libc::c_int, flags: ::libc::c_uint)
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4312:43
[INFO] [stdout]      |
[INFO] [stdout] 4312 | ...                   count: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4312:62
[INFO] [stdout]      |
[INFO] [stdout] 4312 | ...                   count: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4313:34
[INFO] [stdout]      |
[INFO] [stdout] 4313 |     pub fn rte_ring_dump(f: *mut ::libc::FILE, r: *const Struct_rte_ring) -> ();
[INFO] [stdout]      |                                  ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4314:39
[INFO] [stdout]      |
[INFO] [stdout] 4314 |     pub fn rte_ring_list_dump(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                       ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4315:41
[INFO] [stdout]      |
[INFO] [stdout] 4315 |     pub fn rte_ring_lookup(name: *const ::libc::c_char)
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4317:45
[INFO] [stdout]      |
[INFO] [stdout] 4317 |     pub fn rte_mempool_obj_iter(vaddr: *mut ::libc::c_void, elt_num: u32,
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4318:41
[INFO] [stdout]      |
[INFO] [stdout] 4318 | ...                   elt_sz: ::libc::size_t, align: ::libc::size_t,
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4318:64
[INFO] [stdout]      |
[INFO] [stdout] 4318 | ...                   elt_sz: ::libc::size_t, align: ::libc::size_t,
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4322:52
[INFO] [stdout]      |
[INFO] [stdout] 4322 | ...                   obj_iter_arg: *mut ::libc::c_void)
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4324:44
[INFO] [stdout]      |
[INFO] [stdout] 4324 |     pub fn rte_mempool_create(name: *const ::libc::c_char, n: ::libc::c_uint,
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4324:63
[INFO] [stdout]      |
[INFO] [stdout] 4324 |     pub fn rte_mempool_create(name: *const ::libc::c_char, n: ::libc::c_uint,
[INFO] [stdout]      |                                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4325:41
[INFO] [stdout]      |
[INFO] [stdout] 4325 | ...                   elt_size: ::libc::c_uint,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4326:43
[INFO] [stdout]      |
[INFO] [stdout] 4326 | ...                   cache_size: ::libc::c_uint,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4327:50
[INFO] [stdout]      |
[INFO] [stdout] 4327 | ...                   private_data_size: ::libc::c_uint,
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4329:49
[INFO] [stdout]      |
[INFO] [stdout] 4329 | ...                   mp_init_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4331:50
[INFO] [stdout]      |
[INFO] [stdout] 4331 | ...                   obj_init_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4332:42
[INFO] [stdout]      |
[INFO] [stdout] 4332 | ...                   socket_id: ::libc::c_int, flags: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4332:64
[INFO] [stdout]      |
[INFO] [stdout] 4332 | ...                   socket_id: ::libc::c_int, flags: ::libc::c_uint)
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4334:49
[INFO] [stdout]      |
[INFO] [stdout] 4334 |     pub fn rte_mempool_xmem_create(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4335:39
[INFO] [stdout]      |
[INFO] [stdout] 4335 | ...                   n: ::libc::c_uint,
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4336:46
[INFO] [stdout]      |
[INFO] [stdout] 4336 | ...                   elt_size: ::libc::c_uint,
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4337:48
[INFO] [stdout]      |
[INFO] [stdout] 4337 | ...                   cache_size: ::libc::c_uint,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4338:55
[INFO] [stdout]      |
[INFO] [stdout] 4338 | ...                   private_data_size: ::libc::c_uint,
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4340:54
[INFO] [stdout]      |
[INFO] [stdout] 4340 | ...                   mp_init_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4342:55
[INFO] [stdout]      |
[INFO] [stdout] 4342 | ...                   obj_init_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4343:47
[INFO] [stdout]      |
[INFO] [stdout] 4343 | ...                   socket_id: ::libc::c_int,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4344:43
[INFO] [stdout]      |
[INFO] [stdout] 4344 | ...                   flags: ::libc::c_uint,
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4345:48
[INFO] [stdout]      |
[INFO] [stdout] 4345 | ...                   vaddr: *mut ::libc::c_void,
[INFO] [stdout]      |                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4349:37
[INFO] [stdout]      |
[INFO] [stdout] 4349 |     pub fn rte_mempool_dump(f: *mut ::libc::FILE, mp: *const Struct_rte_mempool)
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4351:64
[INFO] [stdout]      |
[INFO] [stdout] 4351 |     pub fn rte_mempool_count(mp: *const Struct_rte_mempool) -> ::libc::c_uint;
[INFO] [stdout]      |                                                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4353:42
[INFO] [stdout]      |
[INFO] [stdout] 4353 |     pub fn rte_mempool_list_dump(f: *mut ::libc::FILE) -> ();
[INFO] [stdout]      |                                          ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4354:44
[INFO] [stdout]      |
[INFO] [stdout] 4354 |     pub fn rte_mempool_lookup(name: *const ::libc::c_char)
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4359:56
[INFO] [stdout]      |
[INFO] [stdout] 4359 |     pub fn rte_mempool_xmem_size(elt_num: u32, elt_sz: ::libc::size_t,
[INFO] [stdout]      |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4360:52
[INFO] [stdout]      |
[INFO] [stdout] 4360 | ...                   pg_shift: u32) -> ::libc::size_t;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4361:47
[INFO] [stdout]      |
[INFO] [stdout] 4361 |     pub fn rte_mempool_xmem_usage(vaddr: *mut ::libc::c_void,
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4362:57
[INFO] [stdout]      |
[INFO] [stdout] 4362 | ...                   elt_num: u32, elt_sz: ::libc::size_t,
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4364:53
[INFO] [stdout]      |
[INFO] [stdout] 4364 | ...                   pg_shift: u32) -> ::libc::ssize_t;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4370:69
[INFO] [stdout]      |
[INFO] [stdout] 4370 | ...                   *mut ::libc::c_void)
[INFO] [stdout]      |                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4372:39
[INFO] [stdout]      |
[INFO] [stdout] 4372 | ...                   arg: *mut ::libc::c_void) -> ();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4373:57
[INFO] [stdout]      |
[INFO] [stdout] 4373 |     pub fn rte_get_rx_ol_flag_name(mask: u64) -> *const ::libc::c_char;
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4374:57
[INFO] [stdout]      |
[INFO] [stdout] 4374 |     pub fn rte_get_tx_ol_flag_name(mask: u64) -> *const ::libc::c_char;
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4376:45
[INFO] [stdout]      |
[INFO] [stdout] 4376 | ...                   is_header: ::libc::c_int) -> ();
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4378:47
[INFO] [stdout]      |
[INFO] [stdout] 4378 | ...                   opaque_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4379:38
[INFO] [stdout]      |
[INFO] [stdout] 4379 | ...                   m: *mut ::libc::c_void, i: ::libc::c_uint) -> ();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4379:57
[INFO] [stdout]      |
[INFO] [stdout] 4379 | ...                   m: *mut ::libc::c_void, i: ::libc::c_uint) -> ();
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4381:46
[INFO] [stdout]      |
[INFO] [stdout] 4381 | ...                   opaque_arg: *mut ::libc::c_void,
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4382:37
[INFO] [stdout]      |
[INFO] [stdout] 4382 | ...                   m: *mut ::libc::c_void, i: ::libc::c_uint) -> ();
[INFO] [stdout]      |                               ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4382:56
[INFO] [stdout]      |
[INFO] [stdout] 4382 | ...                   m: *mut ::libc::c_void, i: ::libc::c_uint) -> ();
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4384:51
[INFO] [stdout]      |
[INFO] [stdout] 4384 | ...                   opaque_arg: *mut ::libc::c_void) -> ();
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4385:37
[INFO] [stdout]      |
[INFO] [stdout] 4385 |     pub fn rte_pktmbuf_dump(f: *mut ::libc::FILE, m: *const Struct_rte_mbuf,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4386:39
[INFO] [stdout]      |
[INFO] [stdout] 4386 | ...                   dump_len: ::libc::c_uint) -> ();
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4387:48
[INFO] [stdout]      |
[INFO] [stdout] 4387 |     pub fn rte_distributor_create(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4388:46
[INFO] [stdout]      |
[INFO] [stdout] 4388 | ...                   socket_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4389:48
[INFO] [stdout]      |
[INFO] [stdout] 4389 | ...                   num_workers: ::libc::c_uint)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4393:47
[INFO] [stdout]      |
[INFO] [stdout] 4393 | ...                   num_mbufs: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4394:9
[INFO] [stdout]      |
[INFO] [stdout] 4394 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4397:53
[INFO] [stdout]      |
[INFO] [stdout] 4397 | ...                   max_mbufs: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4398:9
[INFO] [stdout]      |
[INFO] [stdout] 4398 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4400:9
[INFO] [stdout]      |
[INFO] [stdout] 4400 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4404:47
[INFO] [stdout]      |
[INFO] [stdout] 4404 | ...                   worker_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4408:50
[INFO] [stdout]      |
[INFO] [stdout] 4408 | ...                   worker_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4410:9
[INFO] [stdout]      |
[INFO] [stdout] 4410 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4412:51
[INFO] [stdout]      |
[INFO] [stdout] 4412 | ...                   worker_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4415:48
[INFO] [stdout]      |
[INFO] [stdout] 4415 | ...                   worker_id: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4417:51
[INFO] [stdout]      |
[INFO] [stdout] 4417 |     pub fn rte_pmd_af_packet_devinit(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4418:53
[INFO] [stdout]      |
[INFO] [stdout] 4418 | ...                   params: *const ::libc::c_char)
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4419:9
[INFO] [stdout]      |
[INFO] [stdout] 4419 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4423:9
[INFO] [stdout]      |
[INFO] [stdout] 4423 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4427:9
[INFO] [stdout]      |
[INFO] [stdout] 4427 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4431:9
[INFO] [stdout]      |
[INFO] [stdout] 4431 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4432:45
[INFO] [stdout]      |
[INFO] [stdout] 4432 |     pub fn rte_eth_bond_create(name: *const ::libc::c_char, mode: u8,
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4433:50
[INFO] [stdout]      |
[INFO] [stdout] 4433 | ...                   socket_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4435:57
[INFO] [stdout]      |
[INFO] [stdout] 4435 | ...                   slave_port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4437:60
[INFO] [stdout]      |
[INFO] [stdout] 4437 | ...                   slave_port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4439:9
[INFO] [stdout]      |
[INFO] [stdout] 4439 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4440:57
[INFO] [stdout]      |
[INFO] [stdout] 4440 |     pub fn rte_eth_bond_mode_get(bonded_port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4442:59
[INFO] [stdout]      |
[INFO] [stdout] 4442 | ...                   slave_port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4443:60
[INFO] [stdout]      |
[INFO] [stdout] 4443 |     pub fn rte_eth_bond_primary_get(bonded_port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                            ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4446:9
[INFO] [stdout]      |
[INFO] [stdout] 4446 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4449:9
[INFO] [stdout]      |
[INFO] [stdout] 4449 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4452:9
[INFO] [stdout]      |
[INFO] [stdout] 4452 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4454:9
[INFO] [stdout]      |
[INFO] [stdout] 4454 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4456:56
[INFO] [stdout]      |
[INFO] [stdout] 4456 | ...                   policy: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4458:9
[INFO] [stdout]      |
[INFO] [stdout] 4458 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4461:9
[INFO] [stdout]      |
[INFO] [stdout] 4461 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4463:9
[INFO] [stdout]      |
[INFO] [stdout] 4463 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4466:9
[INFO] [stdout]      |
[INFO] [stdout] 4466 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4468:9
[INFO] [stdout]      |
[INFO] [stdout] 4468 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4471:9
[INFO] [stdout]      |
[INFO] [stdout] 4471 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4473:9
[INFO] [stdout]      |
[INFO] [stdout] 4473 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4475:46
[INFO] [stdout]      |
[INFO] [stdout] 4475 |     pub fn rte_eth_dev_allocate(name: *const ::libc::c_char)
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4481:9
[INFO] [stdout]      |
[INFO] [stdout] 4481 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4484:46
[INFO] [stdout]      |
[INFO] [stdout] 4484 | ...                   socket_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4487:9
[INFO] [stdout]      |
[INFO] [stdout] 4487 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4490:46
[INFO] [stdout]      |
[INFO] [stdout] 4490 | ...                   socket_id: ::libc::c_uint,
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4492:9
[INFO] [stdout]      |
[INFO] [stdout] 4492 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4493:50
[INFO] [stdout]      |
[INFO] [stdout] 4493 |     pub fn rte_eth_dev_socket_id(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4495:9
[INFO] [stdout]      |
[INFO] [stdout] 4495 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4497:9
[INFO] [stdout]      |
[INFO] [stdout] 4497 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4499:9
[INFO] [stdout]      |
[INFO] [stdout] 4499 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4501:9
[INFO] [stdout]      |
[INFO] [stdout] 4501 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4502:46
[INFO] [stdout]      |
[INFO] [stdout] 4502 |     pub fn rte_eth_dev_start(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                              ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4504:52
[INFO] [stdout]      |
[INFO] [stdout] 4504 |     pub fn rte_eth_dev_set_link_up(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4505:54
[INFO] [stdout]      |
[INFO] [stdout] 4505 |     pub fn rte_eth_dev_set_link_down(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4509:52
[INFO] [stdout]      |
[INFO] [stdout] 4509 |     pub fn rte_eth_promiscuous_get(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4512:53
[INFO] [stdout]      |
[INFO] [stdout] 4512 |     pub fn rte_eth_allmulticast_get(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4522:34
[INFO] [stdout]      |
[INFO] [stdout] 4522 | ...                   n: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4522:53
[INFO] [stdout]      |
[INFO] [stdout] 4522 | ...                   n: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4527:9
[INFO] [stdout]      |
[INFO] [stdout] 4527 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4531:9
[INFO] [stdout]      |
[INFO] [stdout] 4531 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4537:9
[INFO] [stdout]      |
[INFO] [stdout] 4537 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4539:9
[INFO] [stdout]      |
[INFO] [stdout] 4539 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4541:40
[INFO] [stdout]      |
[INFO] [stdout] 4541 | ...                   on: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4541:58
[INFO] [stdout]      |
[INFO] [stdout] 4541 | ...                   on: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4544:52
[INFO] [stdout]      |
[INFO] [stdout] 4544 | ...                   on: ::libc::c_int)
[INFO] [stdout]      |                           ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4545:9
[INFO] [stdout]      |
[INFO] [stdout] 4545 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4548:9
[INFO] [stdout]      |
[INFO] [stdout] 4548 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4550:55
[INFO] [stdout]      |
[INFO] [stdout] 4550 | ...                   offload_mask: ::libc::c_int)
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4551:9
[INFO] [stdout]      |
[INFO] [stdout] 4551 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4552:57
[INFO] [stdout]      |
[INFO] [stdout] 4552 |     pub fn rte_eth_dev_get_vlan_offload(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4554:42
[INFO] [stdout]      |
[INFO] [stdout] 4554 | ...                   on: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4554:60
[INFO] [stdout]      |
[INFO] [stdout] 4554 | ...                   on: ::libc::c_int) -> ::libc::c_int;
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4559:9
[INFO] [stdout]      |
[INFO] [stdout] 4559 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4564:9
[INFO] [stdout]      |
[INFO] [stdout] 4564 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4568:9
[INFO] [stdout]      |
[INFO] [stdout] 4568 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4571:9
[INFO] [stdout]      |
[INFO] [stdout] 4571 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4578:9
[INFO] [stdout]      |
[INFO] [stdout] 4578 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4585:9
[INFO] [stdout]      |
[INFO] [stdout] 4585 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4590:9
[INFO] [stdout]      |
[INFO] [stdout] 4590 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4593:9
[INFO] [stdout]      |
[INFO] [stdout] 4593 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4597:55
[INFO] [stdout]      |
[INFO] [stdout] 4597 | ...                   cb_arg: *mut ::libc::c_void)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4598:9
[INFO] [stdout]      |
[INFO] [stdout] 4598 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4602:57
[INFO] [stdout]      |
[INFO] [stdout] 4602 | ...                   cb_arg: *mut ::libc::c_void)
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4603:9
[INFO] [stdout]      |
[INFO] [stdout] 4603 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4607:43
[INFO] [stdout]      |
[INFO] [stdout] 4607 |     pub fn rte_eth_led_on(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                           ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4608:44
[INFO] [stdout]      |
[INFO] [stdout] 4608 |     pub fn rte_eth_led_off(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4611:9
[INFO] [stdout]      |
[INFO] [stdout] 4611 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4614:9
[INFO] [stdout]      |
[INFO] [stdout] 4614 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4618:9
[INFO] [stdout]      |
[INFO] [stdout] 4618 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4621:51
[INFO] [stdout]      |
[INFO] [stdout] 4621 | ...                   pool: u32) -> ::libc::c_int;
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4624:9
[INFO] [stdout]      |
[INFO] [stdout] 4624 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4628:59
[INFO] [stdout]      |
[INFO] [stdout] 4628 | ...                   reta_size: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4632:58
[INFO] [stdout]      |
[INFO] [stdout] 4632 | ...                   reta_size: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4635:53
[INFO] [stdout]      |
[INFO] [stdout] 4635 | ...                   on: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4637:9
[INFO] [stdout]      |
[INFO] [stdout] 4637 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4640:9
[INFO] [stdout]      |
[INFO] [stdout] 4640 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4642:9
[INFO] [stdout]      |
[INFO] [stdout] 4642 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4644:9
[INFO] [stdout]      |
[INFO] [stdout] 4644 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4647:9
[INFO] [stdout]      |
[INFO] [stdout] 4647 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4652:9
[INFO] [stdout]      |
[INFO] [stdout] 4652 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4654:9
[INFO] [stdout]      |
[INFO] [stdout] 4654 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4656:58
[INFO] [stdout]      |
[INFO] [stdout] 4656 | ...                   tx_rate: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4659:9
[INFO] [stdout]      |
[INFO] [stdout] 4659 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4660:49
[INFO] [stdout]      |
[INFO] [stdout] 4660 |     pub fn rte_eth_dev_bypass_init(port: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4662:9
[INFO] [stdout]      |
[INFO] [stdout] 4662 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4665:9
[INFO] [stdout]      |
[INFO] [stdout] 4665 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4668:9
[INFO] [stdout]      |
[INFO] [stdout] 4668 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4670:58
[INFO] [stdout]      |
[INFO] [stdout] 4670 | ...                   state: u32) -> ::libc::c_int;
[INFO] [stdout]      |                                      ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4672:9
[INFO] [stdout]      |
[INFO] [stdout] 4672 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4674:9
[INFO] [stdout]      |
[INFO] [stdout] 4674 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4677:9
[INFO] [stdout]      |
[INFO] [stdout] 4677 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4678:53
[INFO] [stdout]      |
[INFO] [stdout] 4678 |     pub fn rte_eth_dev_bypass_wd_reset(port: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4681:9
[INFO] [stdout]      |
[INFO] [stdout] 4681 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4685:9
[INFO] [stdout]      |
[INFO] [stdout] 4685 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4689:9
[INFO] [stdout]      |
[INFO] [stdout] 4689 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4693:9
[INFO] [stdout]      |
[INFO] [stdout] 4693 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4696:57
[INFO] [stdout]      |
[INFO] [stdout] 4696 | ...                   rx_queue: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4697:58
[INFO] [stdout]      |
[INFO] [stdout] 4697 |     pub fn rte_eth_dev_remove_syn_filter(port_id: u8) -> ::libc::c_int;
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4701:9
[INFO] [stdout]      |
[INFO] [stdout] 4701 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4706:9
[INFO] [stdout]      |
[INFO] [stdout] 4706 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4709:9
[INFO] [stdout]      |
[INFO] [stdout] 4709 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4714:9
[INFO] [stdout]      |
[INFO] [stdout] 4714 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4718:60
[INFO] [stdout]      |
[INFO] [stdout] 4718 | ...                   rx_queue: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4720:9
[INFO] [stdout]      |
[INFO] [stdout] 4720 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4725:9
[INFO] [stdout]      |
[INFO] [stdout] 4725 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4729:60
[INFO] [stdout]      |
[INFO] [stdout] 4729 | ...                   rx_queue: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4731:9
[INFO] [stdout]      |
[INFO] [stdout] 4731 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4736:9
[INFO] [stdout]      |
[INFO] [stdout] 4736 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4739:58
[INFO] [stdout]      |
[INFO] [stdout] 4739 | ...                   rx_queue: u16) -> ::libc::c_int;
[INFO] [stdout]      |                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4741:9
[INFO] [stdout]      |
[INFO] [stdout] 4741 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4745:9
[INFO] [stdout]      |
[INFO] [stdout] 4745 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4748:9
[INFO] [stdout]      |
[INFO] [stdout] 4748 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4752:46
[INFO] [stdout]      |
[INFO] [stdout] 4752 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4752:65
[INFO] [stdout]      |
[INFO] [stdout] 4752 | ...                   arg: *mut ::libc::c_void) -> ::libc::c_int;
[INFO] [stdout]      |                                                    ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4753:44
[INFO] [stdout]      |
[INFO] [stdout] 4753 |     pub fn rte_eth_from_rings(name: *const ::libc::c_char,
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4755:45
[INFO] [stdout]      |
[INFO] [stdout] 4755 | ...                   nb_rx_queues: ::libc::c_uint,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4757:45
[INFO] [stdout]      |
[INFO] [stdout] 4757 | ...                   nb_tx_queues: ::libc::c_uint,
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4758:42
[INFO] [stdout]      |
[INFO] [stdout] 4758 | ...                   numa_node: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4758:61
[INFO] [stdout]      |
[INFO] [stdout] 4758 | ...                   numa_node: ::libc::c_uint) -> ::libc::c_int;
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4759:50
[INFO] [stdout]      |
[INFO] [stdout] 4759 |     pub fn rte_eth_ring_pair_create(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4760:48
[INFO] [stdout]      |
[INFO] [stdout] 4760 | ...                   numa_node: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4761:9
[INFO] [stdout]      |
[INFO] [stdout] 4761 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4762:50
[INFO] [stdout]      |
[INFO] [stdout] 4762 |     pub fn rte_eth_ring_pair_attach(name: *const ::libc::c_char,
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4763:48
[INFO] [stdout]      |
[INFO] [stdout] 4763 | ...                   numa_node: ::libc::c_uint)
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]     --> src/dpdk.rs:4764:9
[INFO] [stdout]      |
[INFO] [stdout] 4764 |      -> ::libc::c_int;
[INFO] [stdout]      |         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[WARN] too many lines in the log, truncating it
