[INFO] updating cached repository https://github.com/masche842/rust-ftd2xx
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2f96ca513b447fe133b5f98afa7c9a9fdf042880
[INFO] checking masche842/rust-ftd2xx against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmasche842%2Frust-ftd2xx" "/workspace/builds/worker-8/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/masche842/rust-ftd2xx on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/masche842/rust-ftd2xx
[INFO] finished tweaking git repo https://github.com/masche842/rust-ftd2xx
[INFO] tweaked toml for git repo https://github.com/masche842/rust-ftd2xx written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] crate git repo https://github.com/masche842/rust-ftd2xx already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1f0fc27be7aa37d9d04cc9ab9a45d66cfcc0a32971729dec2532bc57f8145f50
[INFO] running `"docker" "start" "-a" "1f0fc27be7aa37d9d04cc9ab9a45d66cfcc0a32971729dec2532bc57f8145f50"`
[INFO] [stderr]     Checking rust-ftd2xx v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> src/lib.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![comment = "FTDI d2xx driver bindings"]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> src/lib.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![license = "MIT"]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]   --> src/constants.rs:72:23
[INFO] [stderr]    |
[INFO] [stderr] 72 |    SerialNumber: [CHAR, ..16],
[INFO] [stderr]    |                       ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> src/lib.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![comment = "FTDI d2xx driver bindings"]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable
[INFO] [stderr]  --> src/lib.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![license = "MIT"]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information
[INFO] [stderr]   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]   --> src/constants.rs:72:23
[INFO] [stderr]    |
[INFO] [stderr] 72 |    SerialNumber: [CHAR, ..16],
[INFO] [stderr]    |                       ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::c_vec`
[INFO] [stderr]   --> src/lib.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use std::c_vec;
[INFO] [stderr]    |     ^^^^^^^^^^ no `c_vec` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `comment` in this scope
[INFO] [stderr]  --> src/lib.rs:6:4
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![comment = "FTDI d2xx driver bindings"]
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `license` in this scope
[INFO] [stderr]  --> src/lib.rs:7:4
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![license = "MIT"]
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:132:3
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::c_vec`
[INFO] [stderr]   --> src/lib.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use std::c_vec;
[INFO] [stderr]    |     ^^^^^^^^^^ no `c_vec` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:143:3
[INFO] [stderr]     |
[INFO] [stderr] 143 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `comment` in this scope
[INFO] [stderr]  --> src/lib.rs:6:4
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![comment = "FTDI d2xx driver bindings"]
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `license` in this scope
[INFO] [stderr]  --> src/lib.rs:7:4
[INFO] [stderr]   |
[INFO] [stderr] 7 | #![license = "MIT"]
[INFO] [stderr]   |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:132:3
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:153:3
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Show` in module `core::fmt`
[INFO] [stderr]   --> src/constants.rs:39:17
[INFO] [stderr]    |
[INFO] [stderr] 39 | impl core::fmt::Show for FT_STATUS {
[INFO] [stderr]    |                 ^^^^ not found in `core::fmt`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub type   BOOL      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub type   LONG      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/typedefs.rs:30:24
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub type   INT       = int;
[INFO] [stderr]    |                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:31:24
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub type   UINT      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:143:3
[INFO] [stderr]     |
[INFO] [stderr] 143 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the attribute macro `test`
[INFO] [stderr]    --> src/lib.rs:153:3
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[test]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::fmt`
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use core::fmt;
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `c_uint`, `c_ulong`, `free`, `malloc`
[INFO] [stderr]   --> src/lib.rs:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                   ^^^^^^          ^^^^^^^  ^^^^^^  ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Show` in module `core::fmt`
[INFO] [stderr]   --> src/constants.rs:39:17
[INFO] [stderr]    |
[INFO] [stderr] 39 | impl core::fmt::Show for FT_STATUS {
[INFO] [stderr]    |                 ^^^^ not found in `core::fmt`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::string`
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::string;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub type   BOOL      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_DEVICE_LIST_INFO_NODE` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:67:12
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub struct FT_DEVICE_LIST_INFO_NODE {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceListInfoNode`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub type   LONG      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/typedefs.rs:30:24
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub type   INT       = int;
[INFO] [stderr]    |                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: type `DEVICE_INFORMATION_FLAGS` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:78:10
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub enum DEVICE_INFORMATION_FLAGS {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeviceInformationFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_FLAGS_OPENED` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:79:3
[INFO] [stderr]    |
[INFO] [stderr] 79 |   FT_FLAGS_OPENED = 1,
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtFlagsOpened`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/typedefs.rs:31:24
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub type   UINT      = uint;
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_FLAGS_HISPEED` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:80:3
[INFO] [stderr]    |
[INFO] [stderr] 80 |   FT_FLAGS_HISPEED = 2
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtFlagsHispeed`
[INFO] [stderr] 
[INFO] [stderr] warning: type `DEVICE_TYPES` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:187:10
[INFO] [stderr]     |
[INFO] [stderr] 187 | pub enum DEVICE_TYPES {
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeviceTypes`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_BM` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:188:3
[INFO] [stderr]     |
[INFO] [stderr] 188 |   FT_DEVICE_BM,
[INFO] [stderr]     |   ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceBm`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_AM` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:189:3
[INFO] [stderr]     |
[INFO] [stderr] 189 |   FT_DEVICE_AM,
[INFO] [stderr]     |   ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceAm`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_100AX` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:190:3
[INFO] [stderr]     |
[INFO] [stderr] 190 |   FT_DEVICE_100AX,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice100ax`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_UNKNOWN` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:191:3
[INFO] [stderr]     |
[INFO] [stderr] 191 |   FT_DEVICE_UNKNOWN,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceUnknown`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_2232C` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:192:3
[INFO] [stderr]     |
[INFO] [stderr] 192 |   FT_DEVICE_2232C,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice2232c`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_232R` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:193:3
[INFO] [stderr]     |
[INFO] [stderr] 193 |   FT_DEVICE_232R,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice232r`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_2232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:194:3
[INFO] [stderr]     |
[INFO] [stderr] 194 |   FT_DEVICE_2232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice2232h`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_4232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:195:3
[INFO] [stderr]     |
[INFO] [stderr] 195 |   FT_DEVICE_4232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice4232h`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::fmt`
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use core::fmt;
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:196:3
[INFO] [stderr]     |
[INFO] [stderr] 196 |   FT_DEVICE_232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice232h`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `c_uint`, `c_ulong`, `free`, `malloc`
[INFO] [stderr]   --> src/lib.rs:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                   ^^^^^^          ^^^^^^^  ^^^^^^  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_X_SERIES` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:197:3
[INFO] [stderr]     |
[INFO] [stderr] 197 |   FT_DEVICE_X_SERIES
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceXSeries`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::string`
[INFO] [stderr]   --> src/lib.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::string;
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `c_int`, `c_ulong`
[INFO] [stderr]  --> src/typedefs.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |            ^^^^^                             ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_DEVICE_LIST_INFO_NODE` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:67:12
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub struct FT_DEVICE_LIST_INFO_NODE {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceListInfoNode`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_HANDLE` should have an upper camel case name
[INFO] [stderr]   --> src/typedefs.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub type  FT_HANDLE = PVOID;
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to upper camel case: `FtHandle`
[INFO] [stderr] 
[INFO] [stderr] warning: type `DEVICE_INFORMATION_FLAGS` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:78:10
[INFO] [stderr]    |
[INFO] [stderr] 78 | pub enum DEVICE_INFORMATION_FLAGS {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeviceInformationFlags`
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_DEVICE` should have an upper camel case name
[INFO] [stderr]   --> src/typedefs.rs:44:11
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub type  FT_DEVICE = ULONG;
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_FLAGS_OPENED` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:79:3
[INFO] [stderr]    |
[INFO] [stderr] 79 |   FT_FLAGS_OPENED = 1,
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtFlagsOpened`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_FLAGS_HISPEED` should have an upper camel case name
[INFO] [stderr]   --> src/constants.rs:80:3
[INFO] [stderr]    |
[INFO] [stderr] 80 |   FT_FLAGS_HISPEED = 2
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtFlagsHispeed`
[INFO] [stderr] 
[INFO] [stderr] warning: type `DEVICE_TYPES` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:187:10
[INFO] [stderr]     |
[INFO] [stderr] 187 | pub enum DEVICE_TYPES {
[INFO] [stderr]     |          ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DeviceTypes`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_BM` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:188:3
[INFO] [stderr]     |
[INFO] [stderr] 188 |   FT_DEVICE_BM,
[INFO] [stderr]     |   ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceBm`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_AM` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:189:3
[INFO] [stderr]     |
[INFO] [stderr] 189 |   FT_DEVICE_AM,
[INFO] [stderr]     |   ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceAm`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_100AX` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:190:3
[INFO] [stderr]     |
[INFO] [stderr] 190 |   FT_DEVICE_100AX,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice100ax`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_UNKNOWN` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:191:3
[INFO] [stderr]     |
[INFO] [stderr] 191 |   FT_DEVICE_UNKNOWN,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceUnknown`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_2232C` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:192:3
[INFO] [stderr]     |
[INFO] [stderr] 192 |   FT_DEVICE_2232C,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice2232c`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_232R` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:193:3
[INFO] [stderr]     |
[INFO] [stderr] 193 |   FT_DEVICE_232R,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice232r`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_2232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:194:3
[INFO] [stderr]     |
[INFO] [stderr] 194 |   FT_DEVICE_2232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice2232h`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_4232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:195:3
[INFO] [stderr]     |
[INFO] [stderr] 195 |   FT_DEVICE_4232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice4232h`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_232H` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:196:3
[INFO] [stderr]     |
[INFO] [stderr] 196 |   FT_DEVICE_232H,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice232h`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `FT_DEVICE_X_SERIES` should have an upper camel case name
[INFO] [stderr]    --> src/constants.rs:197:3
[INFO] [stderr]     |
[INFO] [stderr] 197 |   FT_DEVICE_X_SERIES
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `FtDeviceXSeries`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `c_int`, `c_ulong`
[INFO] [stderr]  --> src/typedefs.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |            ^^^^^                             ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_HANDLE` should have an upper camel case name
[INFO] [stderr]   --> src/typedefs.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub type  FT_HANDLE = PVOID;
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to upper camel case: `FtHandle`
[INFO] [stderr] 
[INFO] [stderr] warning: type `FT_DEVICE` should have an upper camel case name
[INFO] [stderr]   --> src/typedefs.rs:44:11
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub type  FT_DEVICE = ULONG;
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to upper camel case: `FtDevice`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | extern crate libc;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:35
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                   ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:44
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                            ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:52
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                                    ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | extern crate libc;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:27:28
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn FT_Open(deviceNumber: c_int , pHandle: *mut FT_HANDLE) -> FT_STATUS;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0517]: attribute should be applied to struct, enum, or union
[INFO] [stderr]   --> src/typedefs.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 12 | pub type   DWORD     = c_uint;
[INFO] [stderr]    | ------------------------------ not a struct, enum, or union
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:35
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                   ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | extern crate libc;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:44
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                            ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:14:52
[INFO] [stderr]    |
[INFO] [stderr] 14 | use libc::{c_int, c_uint, c_void, c_ulong, malloc, free};
[INFO] [stderr]    |                                                    ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:19
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                   ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/lib.rs:27:28
[INFO] [stderr]    |
[INFO] [stderr] 27 |   fn FT_Open(deviceNumber: c_int , pHandle: *mut FT_HANDLE) -> FT_STATUS;
[INFO] [stderr]    |                            ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:27
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                           ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:37
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0517]: attribute should be applied to struct, enum, or union
[INFO] [stderr]   --> src/typedefs.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[repr(C)]
[INFO] [stderr]    |        ^
[INFO] [stderr] 12 | pub type   DWORD     = c_uint;
[INFO] [stderr]    | ------------------------------ not a struct, enum, or union
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:46
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                              ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | extern crate libc;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:55
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                                       ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:12:24
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub type   DWORD     = c_uint;
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:19
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                   ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:13:24
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub type   ULONG     = c_uint;
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:27
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                           ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:14:24
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub type   USHORT    = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub type   SHORT     = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:37
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:16:24
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub type   UCHAR     = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:46
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                              ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub type   WORD      = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]  --> src/typedefs.rs:8:55
[INFO] [stderr]   |
[INFO] [stderr] 8 | use libc::{c_int, c_uint, c_ushort, c_uchar, c_ulong, c_ulonglong, c_void};
[INFO] [stderr]   |                                                       ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]   = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:18:24
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub type   BYTE      = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:12:24
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub type   DWORD     = c_uint;
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub type   BOOLEAN   = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:22:24
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub type   CHAR      = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:13:24
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub type   ULONG     = c_uint;
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:41:24
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub type   ULONGLONG = c_ulonglong;
[INFO] [stderr]    |                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:14:24
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub type   USHORT    = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:15:24
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub type   SHORT     = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 39 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0517, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `rust-ftd2xx`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:16:24
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub type   UCHAR     = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub type   WORD      = c_ushort;
[INFO] [stderr]    |                        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:18:24
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub type   BYTE      = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:21:24
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub type   BOOLEAN   = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:22:24
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub type   CHAR      = c_uchar;
[INFO] [stderr]    |                        ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/typedefs.rs:41:24
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub type   ULONGLONG = c_ulonglong;
[INFO] [stderr]    |                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 39 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0517, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `rust-ftd2xx`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1f0fc27be7aa37d9d04cc9ab9a45d66cfcc0a32971729dec2532bc57f8145f50"`
[INFO] running `"docker" "rm" "-f" "1f0fc27be7aa37d9d04cc9ab9a45d66cfcc0a32971729dec2532bc57f8145f50"`
[INFO] [stdout] 1f0fc27be7aa37d9d04cc9ab9a45d66cfcc0a32971729dec2532bc57f8145f50
