[INFO] cloning repository https://github.com/bistack/ioe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bistack/ioe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbistack%2Fioe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbistack%2Fioe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9a39c83c07b3d18503da284fc874364dc9781acf [INFO] testing bistack/ioe against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbistack%2Fioe" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bistack/ioe on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bistack/ioe [INFO] finished tweaking git repo https://github.com/bistack/ioe [INFO] tweaked toml for git repo https://github.com/bistack/ioe written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/bistack/ioe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e0b6e2f8109b239c22f5ba7c1fd7a5dcdd3f7447aed60b44b8a1b720b5744906 [INFO] running `Command { std: "docker" "start" "-a" "e0b6e2f8109b239c22f5ba7c1fd7a5dcdd3f7447aed60b44b8a1b720b5744906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e0b6e2f8109b239c22f5ba7c1fd7a5dcdd3f7447aed60b44b8a1b720b5744906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0b6e2f8109b239c22f5ba7c1fd7a5dcdd3f7447aed60b44b8a1b720b5744906", kill_on_drop: false }` [INFO] [stdout] e0b6e2f8109b239c22f5ba7c1fd7a5dcdd3f7447aed60b44b8a1b720b5744906 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1fa9daaeae2ab55fb6605fa8242fac7d786493f60da5aeb5a1c7d2a3b244259 [INFO] running `Command { std: "docker" "start" "-a" "b1fa9daaeae2ab55fb6605fa8242fac7d786493f60da5aeb5a1c7d2a3b244259", kill_on_drop: false }` [INFO] [stderr] warning: output filename collision. [INFO] [stderr] The bin target `cbind` in package `bioe v0.1.0 (/opt/rustwide/workdir/bioe)` has the same output filename as the bin target `cbind` in package `bidx v0.1.0 (/opt/rustwide/workdir/bidx)`. [INFO] [stderr] Colliding filename is: /opt/rustwide/target/debug/cbind [INFO] [stderr] The targets should have unique names. [INFO] [stderr] Consider changing their names to be unique or compiling them separately. [INFO] [stderr] This may become a hard error in the future; see . [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling bioe v0.1.0 (/opt/rustwide/workdir/bioe) [INFO] [stderr] Compiling bytevec v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling twox-hash v1.3.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stdout] warning: type `wchar_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 84 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `WcharT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `max_align_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | pub type max_align_t = u128; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | pub type int_least8_t = i8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:87:10 [INFO] [stdout] | [INFO] [stdout] 87 | pub type int_least16_t = i16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 88 | pub type int_least32_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_least64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | pub type int_least64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | pub type uint_least8_t = u8; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:91:10 [INFO] [stdout] | [INFO] [stdout] 91 | pub type uint_least16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | pub type uint_least32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:93:10 [INFO] [stdout] | [INFO] [stdout] 93 | pub type uint_least64_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | pub type int_fast8_t = i8; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | pub type int_fast16_t = i16; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:96:10 [INFO] [stdout] | [INFO] [stdout] 96 | pub type int_fast32_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | pub type int_fast64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:98:10 [INFO] [stdout] | [INFO] [stdout] 98 | pub type uint_fast8_t = u8; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | pub type uint_fast16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | pub type uint_fast32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:101:10 [INFO] [stdout] | [INFO] [stdout] 101 | pub type uint_fast64_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:102:10 [INFO] [stdout] | [INFO] [stdout] 102 | pub type __int8_t = ::std::os::raw::c_schar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Int8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:103:10 [INFO] [stdout] | [INFO] [stdout] 103 | pub type __uint8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Uint8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | pub type __int16_t = ::std::os::raw::c_short; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | pub type __uint16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | pub type __int32_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:107:10 [INFO] [stdout] | [INFO] [stdout] 107 | pub type __uint32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__int64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | pub type __int64_t = ::std::os::raw::c_longlong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `Int64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__uint64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | pub type __uint64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `Uint64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_intptr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | pub type __darwin_intptr_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIntptrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_natural_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | pub type __darwin_natural_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinNaturalT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ct_rune_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | pub type __darwin_ct_rune_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinCtRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mbstate_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:153:10 [INFO] [stdout] | [INFO] [stdout] 153 | pub type __darwin_mbstate_t = __mbstate_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMbstateT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ptrdiff_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | pub type __darwin_ptrdiff_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPtrdiffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_size_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:155:10 [INFO] [stdout] | [INFO] [stdout] 155 | pub type __darwin_size_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_va_list` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:156:10 [INFO] [stdout] | [INFO] [stdout] 156 | pub type __darwin_va_list = __builtin_va_list; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wchar_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | pub type __darwin_wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWcharT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_rune_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | pub type __darwin_rune_t = __darwin_wchar_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinRuneT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_wint_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:159:10 [INFO] [stdout] | [INFO] [stdout] 159 | pub type __darwin_wint_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinWintT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_clock_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | pub type __darwin_clock_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinClockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_socklen_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:161:10 [INFO] [stdout] | [INFO] [stdout] 161 | pub type __darwin_socklen_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSocklenT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ssize_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | pub type __darwin_ssize_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_time_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:163:10 [INFO] [stdout] | [INFO] [stdout] 163 | pub type __darwin_time_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blkcnt_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:164:10 [INFO] [stdout] | [INFO] [stdout] 164 | pub type __darwin_blkcnt_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_blksize_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:165:10 [INFO] [stdout] | [INFO] [stdout] 165 | pub type __darwin_blksize_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinBlksizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_dev_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:166:10 [INFO] [stdout] | [INFO] [stdout] 166 | pub type __darwin_dev_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinDevT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsblkcnt_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:167:10 [INFO] [stdout] | [INFO] [stdout] 167 | pub type __darwin_fsblkcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsblkcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_fsfilcnt_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | pub type __darwin_fsfilcnt_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinFsfilcntT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_gid_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 169 | pub type __darwin_gid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinGidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_id_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:170:10 [INFO] [stdout] | [INFO] [stdout] 170 | pub type __darwin_id_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIdT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | pub type __darwin_ino64_t = __uint64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinIno64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_ino_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:172:10 [INFO] [stdout] | [INFO] [stdout] 172 | pub type __darwin_ino_t = __darwin_ino64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinInoT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_name_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:173:10 [INFO] [stdout] | [INFO] [stdout] 173 | pub type __darwin_mach_port_name_t = __darwin_natural_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortNameT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mach_port_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | pub type __darwin_mach_port_t = __darwin_mach_port_name_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinMachPortT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_mode_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:175:10 [INFO] [stdout] | [INFO] [stdout] 175 | pub type __darwin_mode_t = __uint16_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinModeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_off_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | pub type __darwin_off_t = __int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pid_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | pub type __darwin_pid_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_sigset_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | pub type __darwin_sigset_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSigsetT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_suseconds_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | pub type __darwin_suseconds_t = __int32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinSusecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uid_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:180:10 [INFO] [stdout] | [INFO] [stdout] 180 | pub type __darwin_uid_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_useconds_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:181:10 [INFO] [stdout] | [INFO] [stdout] 181 | pub type __darwin_useconds_t = __uint32_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUsecondsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:182:10 [INFO] [stdout] | [INFO] [stdout] 182 | pub type __darwin_uuid_t = [::std::os::raw::c_uchar; 16usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_uuid_string_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 183 | pub type __darwin_uuid_string_t = [::std::os::raw::c_char; 37usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinUuidStringT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_attr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:620:10 [INFO] [stdout] | [INFO] [stdout] 620 | pub type __darwin_pthread_attr_t = _opaque_pthread_attr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadAttrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_cond_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:621:10 [INFO] [stdout] | [INFO] [stdout] 621 | pub type __darwin_pthread_cond_t = _opaque_pthread_cond_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_condattr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:622:10 [INFO] [stdout] | [INFO] [stdout] 622 | pub type __darwin_pthread_condattr_t = _opaque_pthread_condattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadCondattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_key_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:623:10 [INFO] [stdout] | [INFO] [stdout] 623 | pub type __darwin_pthread_key_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadKeyT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutex_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:624:10 [INFO] [stdout] | [INFO] [stdout] 624 | pub type __darwin_pthread_mutex_t = _opaque_pthread_mutex_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_mutexattr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:625:10 [INFO] [stdout] | [INFO] [stdout] 625 | pub type __darwin_pthread_mutexattr_t = _opaque_pthread_mutexattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadMutexattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_once_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:626:10 [INFO] [stdout] | [INFO] [stdout] 626 | pub type __darwin_pthread_once_t = _opaque_pthread_once_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadOnceT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlock_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:627:10 [INFO] [stdout] | [INFO] [stdout] 627 | pub type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_rwlockattr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:628:10 [INFO] [stdout] | [INFO] [stdout] 628 | pub type __darwin_pthread_rwlockattr_t = _opaque_pthread_rwlockattr_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadRwlockattrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__darwin_pthread_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:629:10 [INFO] [stdout] | [INFO] [stdout] 629 | pub type __darwin_pthread_t = *mut _opaque_pthread_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `DarwinPthreadT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int8_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:630:10 [INFO] [stdout] | [INFO] [stdout] 630 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `UInt8T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int16_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:631:10 [INFO] [stdout] | [INFO] [stdout] 631 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt16T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int32_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:632:10 [INFO] [stdout] | [INFO] [stdout] 632 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt32T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `u_int64_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:633:10 [INFO] [stdout] | [INFO] [stdout] 633 | pub type u_int64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UInt64T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `register_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:634:10 [INFO] [stdout] | [INFO] [stdout] 634 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `RegisterT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_addr_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:635:10 [INFO] [stdout] | [INFO] [stdout] 635 | pub type user_addr_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserAddrT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_size_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:636:10 [INFO] [stdout] | [INFO] [stdout] 636 | pub type user_size_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ssize_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:637:10 [INFO] [stdout] | [INFO] [stdout] 637 | pub type user_ssize_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserSsizeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_long_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:638:10 [INFO] [stdout] | [INFO] [stdout] 638 | pub type user_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserLongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_ulong_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:639:10 [INFO] [stdout] | [INFO] [stdout] 639 | pub type user_ulong_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserUlongT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_time_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:640:10 [INFO] [stdout] | [INFO] [stdout] 640 | pub type user_time_t = i64; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `UserTimeT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `user_off_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:641:10 [INFO] [stdout] | [INFO] [stdout] 641 | pub type user_off_t = i64; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `UserOffT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `syscall_arg_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:642:10 [INFO] [stdout] | [INFO] [stdout] 642 | pub type syscall_arg_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `SyscallArgT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `intmax_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:643:10 [INFO] [stdout] | [INFO] [stdout] 643 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `uintmax_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:644:10 [INFO] [stdout] | [INFO] [stdout] 644 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `kvnvmedb_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:650:10 [INFO] [stdout] | [INFO] [stdout] 650 | pub type kvnvmedb_t = db; [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `KvnvmedbT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `kvnvme_options_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:1159:10 [INFO] [stdout] | [INFO] [stdout] 1159 | pub type kvnvme_options_t = kv_options; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KvnvmeOptionsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `kvnvme_writeoptions_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:1160:10 [INFO] [stdout] | [INFO] [stdout] 1160 | pub type kvnvme_writeoptions_t = kv_write_options; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KvnvmeWriteoptionsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `kvnvme_readoptions_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:1161:10 [INFO] [stdout] | [INFO] [stdout] 1161 | pub type kvnvme_readoptions_t = kv_read_options; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `KvnvmeReadoptionsT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__builtin_va_list` should have an upper camel case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:1208:10 [INFO] [stdout] | [INFO] [stdout] 1208 | pub type __builtin_va_list = [__va_list_tag; 1usize]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BuiltinVaList` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> bioe/src/rbio.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::Send` [INFO] [stdout] --> bioe/src/rbio.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::marker::Send; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `deserialize` [INFO] [stdout] --> bioe/src/rbio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | use bincode::{deserialize, serialize}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `db_t` should have an upper camel case name [INFO] [stdout] --> bioe/src/rbio.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | pub type db_t = kvnvmedb_t; [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `DbT` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | pub const INT8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub const INT16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub const INT32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | pub const INT64_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT8_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub const INT8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT16_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub const INT16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT32_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub const INT32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT64_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub const INT64_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | pub const UINT8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub const UINT16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | pub const UINT32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub const UINT64_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | pub const INT_LEAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub const INT_LEAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub const INT_LEAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST64_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | pub const INT_LEAST64_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub const INT_LEAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub const INT_LEAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | pub const INT_LEAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_LEAST64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub const INT_LEAST64_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | pub const UINT_LEAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub const UINT_LEAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub const UINT_LEAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_LEAST64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const UINT_LEAST64_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub const INT_FAST8_MIN: i32 = -128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const INT_FAST16_MIN: i32 = -32768; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | pub const INT_FAST32_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST64_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const INT_FAST64_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | pub const INT_FAST8_MAX: u32 = 127; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const INT_FAST16_MAX: u32 = 32767; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | pub const INT_FAST32_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT_FAST64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const INT_FAST64_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST8_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub const UINT_FAST8_MAX: u32 = 255; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST16_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub const UINT_FAST16_MAX: u32 = 65535; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST32_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | pub const UINT_FAST32_MAX: u32 = 4294967295; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINT_FAST64_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub const UINT_FAST64_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const INTPTR_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTPTR_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const INTPTR_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINTPTR_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const UINTPTR_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTMAX_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const INTMAX_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INTMAX_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const INTMAX_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `UINTMAX_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | pub const UINTMAX_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | pub const PTRDIFF_MIN: i64 = -9223372036854775808; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PTRDIFF_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | pub const PTRDIFF_MAX: u64 = 9223372036854775807; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIZE_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | pub const SIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RSIZE_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | pub const RSIZE_MAX: i32 = -1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | pub const WINT_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WINT_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | pub const WINT_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MIN` [INFO] [stdout] --> bioe/src/cmod_kv.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | pub const SIG_ATOMIC_MIN: i32 = -2147483648; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIG_ATOMIC_MAX` [INFO] [stdout] --> bioe/src/cmod_kv.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | pub const SIG_ATOMIC_MAX: u32 = 2147483647; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `true_` [INFO] [stdout] --> bioe/src/cmod_kv.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `false_` [INFO] [stdout] --> bioe/src/cmod_kv.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `wchar_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | pub type wchar_t = ::std::os::raw::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `max_align_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | pub type max_align_t = u128; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least8_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub type int_least8_t = i8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least16_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | pub type int_least16_t = i16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least32_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | pub type int_least32_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_least64_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | pub type int_least64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least8_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | pub type uint_least8_t = u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least16_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | pub type uint_least16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least32_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | pub type uint_least32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_least64_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | pub type uint_least64_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast8_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub type int_fast8_t = i8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast16_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | pub type int_fast16_t = i16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast32_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | pub type int_fast32_t = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `int_fast64_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | pub type int_fast64_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast8_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | pub type uint_fast8_t = u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast16_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 99 | pub type uint_fast16_t = u16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast32_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | pub type uint_fast32_t = u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uint_fast64_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | pub type uint_fast64_t = u64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int8_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:630:1 [INFO] [stdout] | [INFO] [stdout] 630 | pub type u_int8_t = ::std::os::raw::c_uchar; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int16_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:631:1 [INFO] [stdout] | [INFO] [stdout] 631 | pub type u_int16_t = ::std::os::raw::c_ushort; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int32_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:632:1 [INFO] [stdout] | [INFO] [stdout] 632 | pub type u_int32_t = ::std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `u_int64_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:633:1 [INFO] [stdout] | [INFO] [stdout] 633 | pub type u_int64_t = ::std::os::raw::c_ulonglong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `register_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:634:1 [INFO] [stdout] | [INFO] [stdout] 634 | pub type register_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_addr_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:635:1 [INFO] [stdout] | [INFO] [stdout] 635 | pub type user_addr_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_size_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:636:1 [INFO] [stdout] | [INFO] [stdout] 636 | pub type user_size_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_ssize_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:637:1 [INFO] [stdout] | [INFO] [stdout] 637 | pub type user_ssize_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_long_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:638:1 [INFO] [stdout] | [INFO] [stdout] 638 | pub type user_long_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_ulong_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:639:1 [INFO] [stdout] | [INFO] [stdout] 639 | pub type user_ulong_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_time_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:640:1 [INFO] [stdout] | [INFO] [stdout] 640 | pub type user_time_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `user_off_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:641:1 [INFO] [stdout] | [INFO] [stdout] 641 | pub type user_off_t = i64; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `syscall_arg_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:642:1 [INFO] [stdout] | [INFO] [stdout] 642 | pub type syscall_arg_t = u_int64_t; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `intmax_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:643:1 [INFO] [stdout] | [INFO] [stdout] 643 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `uintmax_t` [INFO] [stdout] --> bioe/src/cmod_kv.rs:644:1 [INFO] [stdout] | [INFO] [stdout] 644 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kvnvme_close` [INFO] [stdout] --> bioe/src/cmod_kv.rs:1170:5 [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn kvnvme_close(db: *mut kvnvmedb_t); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kvnvme_dbname` [INFO] [stdout] --> bioe/src/cmod_kv.rs:1173:5 [INFO] [stdout] | [INFO] [stdout] 1173 | pub fn kvnvme_dbname(db: *mut kvnvmedb_t) -> *mut ::std::os::raw::c_char; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `kvnvme_delete` [INFO] [stdout] --> bioe/src/cmod_kv.rs:1190:5 [INFO] [stdout] | [INFO] [stdout] 1190 | / pub fn kvnvme_delete( [INFO] [stdout] 1191 | | db: *mut kvnvmedb_t, [INFO] [stdout] 1192 | | options: *const kvnvme_writeoptions_t, [INFO] [stdout] 1193 | | key: *const ::std::os::raw::c_char, [INFO] [stdout] 1194 | | keylen: usize, [INFO] [stdout] 1195 | | errptr: *mut *mut ::std::os::raw::c_char, [INFO] [stdout] 1196 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `true_` should have an upper case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | pub const true_: u32 = 1; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper case: `TRUE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `false_` should have an upper case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | pub const false_: u32 = 0; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper case: `FALSE` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `__bool_true_false_are_defined` should have an upper case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:83:11 [INFO] [stdout] | [INFO] [stdout] 83 | pub const __bool_true_false_are_defined: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `__BOOL_TRUE_FALSE_ARE_DEFINED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `_mbstateL` should have a snake case name [INFO] [stdout] --> bioe/src/cmod_kv.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | pub _mbstateL: ::std::os::raw::c_longlong, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `_mbstate_l` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 186 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read bioe/cbind.rs: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CStr`, `CString`, `c_void` [INFO] [stdout] --> bioe/src/main.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::{CStr, CString, c_void}; [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> bioe/src/main.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use std::time::{Instant, Duration}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> bioe/src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> bioe/src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rayon::prelude::*` [INFO] [stdout] --> bioe/src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bioe` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: constant `cid_cnt` should have an upper case name [INFO] [stdout] --> bioe/src/main.rs:48:7 [INFO] [stdout] | [INFO] [stdout] 48 | const cid_cnt: u32 = 32; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper case: `CID_CNT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `totalKb` should have a snake case name [INFO] [stdout] --> bioe/src/main.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | let totalKb = ((len4k as u32) *4 *cnt) as u64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `total_kb` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `totalKb` should have a snake case name [INFO] [stdout] --> bioe/src/main.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | let totalKb = (len4k as u32 *4 *cnt) as u64; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `total_kb` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.biobench.cd1f7702-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241.d3fr7rwvohfasbs.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib" "/opt/rustwide/target/debug/deps/libbincode-fe369b8da598d1a3.rlib" "/opt/rustwide/target/debug/deps/libserde-662d6dd64cdef4d6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-13658c2b86bfa0e3.rlib" "/opt/rustwide/target/debug/deps/librayon-fd5b643e11596277.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2685ac300626190e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-496256fde4c83a4e.rlib" "/opt/rustwide/target/debug/deps/liblibc-a519cb096c4fd3d0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-f7a85424c36ed01f.rlib" "/opt/rustwide/target/debug/deps/libeither-cc6a3ee3b2aa998f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d0d5788ca74296c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-662c3cc37c795325.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ccc355fbacc0d8ae.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a0a77ab05a64711c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-1576e0576b7225c4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f94f742a39e224b7.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-2e3efdb597b094e9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lcurl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/biobench-4c9fe81e7dc1a241" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `rust_oom': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/alloc.rs:339: multiple definition of `rust_oom'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/alloc.rs:209: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `__rdl_alloc': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/alloc.rs:364: multiple definition of `__rdl_alloc'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/alloc.rs:237: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `std::sys::unix::alloc::::dealloc': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/sys/unix/alloc.rs:42: multiple definition of `__rdl_dealloc'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/sys/unix/alloc.rs:37: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `__rdl_realloc': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/alloc.rs:381: multiple definition of `__rdl_realloc'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/alloc.rs:250: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `__rdl_alloc_zeroed': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/alloc.rs:396: multiple definition of `__rdl_alloc_zeroed'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/alloc.rs:259: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `rust_begin_unwind': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/panicking.rs:532: multiple definition of `rust_begin_unwind'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/panicking.rs:308: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib(std-ff9290e971253a38.std.91fc1b1a-cgu.0.rcgu.o): in function `rust_panic': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/std/src/panicking.rs:743: multiple definition of `rust_panic'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(std-4afe97f61408a5db.std.16pxb3t4-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libstd/panicking.rs:521: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib(panic_unwind-5534b29ea7b2d8f5.panic_unwind.d70c684f-cgu.0.rcgu.o): in function `__rust_start_panic': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/panic_unwind/src/lib.rs:107: multiple definition of `__rust_start_panic'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(panic_unwind-dff3940cc4084da1.panic_unwind.c2z717ia-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libpanic_unwind/lib.rs:99: first defined here [INFO] [stdout] /usr/bin/ld: /opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib(panic_unwind-5534b29ea7b2d8f5.panic_unwind.d70c684f-cgu.0.rcgu.o): in function `rust_eh_personality': [INFO] [stdout] /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa//library/panic_unwind/src/gcc.rs:285: multiple definition of `rust_eh_personality'; /opt/rustwide/target/debug/deps/libbioe-ba85fe2707a45e8b.rlib(panic_unwind-dff3940cc4084da1.panic_unwind.c2z717ia-cgu.0.rcgu.o):/rustc/02564de47b40e953b5144dfd37450c16a84672f1//src/libpanic_unwind/gcc.rs:140: first defined here [INFO] [stdout] /usr/bin/ld: cannot find -lcurl [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bioe` due to 2 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b1fa9daaeae2ab55fb6605fa8242fac7d786493f60da5aeb5a1c7d2a3b244259", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1fa9daaeae2ab55fb6605fa8242fac7d786493f60da5aeb5a1c7d2a3b244259", kill_on_drop: false }` [INFO] [stdout] b1fa9daaeae2ab55fb6605fa8242fac7d786493f60da5aeb5a1c7d2a3b244259