[INFO] fetching crate byteorder_async 1.2.0... [INFO] testing byteorder_async-1.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate byteorder_async 1.2.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate byteorder_async 1.2.0 [INFO] finished tweaking crates.io crate byteorder_async 1.2.0 [INFO] tweaked toml for crates.io crate byteorder_async 1.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate byteorder_async 1.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 41 packages to latest compatible versions [INFO] [stderr] Adding quickcheck v0.8.5 (available: v1.0.3) [INFO] [stderr] Adding rand v0.6.5 (available: v0.9.2) [INFO] [stderr] Adding tokio v0.2.25 (available: v1.48.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c22b53b279a22f63644da4acd27cc036a237ba6d16520536574410a4843eb80d [INFO] running `Command { std: "docker" "start" "-a" "c22b53b279a22f63644da4acd27cc036a237ba6d16520536574410a4843eb80d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c22b53b279a22f63644da4acd27cc036a237ba6d16520536574410a4843eb80d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22b53b279a22f63644da4acd27cc036a237ba6d16520536574410a4843eb80d", kill_on_drop: false }` [INFO] [stdout] c22b53b279a22f63644da4acd27cc036a237ba6d16520536574410a4843eb80d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e9bceb833a09daab412f15d47a6ff34282d0beae1291615b85fc0c68d838ac9 [INFO] running `Command { std: "docker" "start" "-a" "5e9bceb833a09daab412f15d47a6ff34282d0beae1291615b85fc0c68d838ac9", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder_async v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:142:7 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:373:11 [INFO] [stdout] | [INFO] [stdout] 373 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:400:11 [INFO] [stdout] | [INFO] [stdout] 400 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:459:11 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:468:11 [INFO] [stdout] | [INFO] [stdout] 468 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:674:11 [INFO] [stdout] | [INFO] [stdout] 674 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1405:11 [INFO] [stdout] | [INFO] [stdout] 1405 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1414:11 [INFO] [stdout] | [INFO] [stdout] 1414 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1498:11 [INFO] [stdout] | [INFO] [stdout] 1498 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1514:11 [INFO] [stdout] | [INFO] [stdout] 1514 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:339:11 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:380:11 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:499:11 [INFO] [stdout] | [INFO] [stdout] 499 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:540:11 [INFO] [stdout] | [INFO] [stdout] 540 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:670:11 [INFO] [stdout] | [INFO] [stdout] 670 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:717:11 [INFO] [stdout] | [INFO] [stdout] 717 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:896:11 [INFO] [stdout] | [INFO] [stdout] 896 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:943:11 [INFO] [stdout] | [INFO] [stdout] 943 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1087:11 [INFO] [stdout] | [INFO] [stdout] 1087 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1198:11 [INFO] [stdout] | [INFO] [stdout] 1198 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1420:11 [INFO] [stdout] | [INFO] [stdout] 1420 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1562:11 [INFO] [stdout] | [INFO] [stdout] 1562 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1706:11 [INFO] [stdout] | [INFO] [stdout] 1706 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1801:11 [INFO] [stdout] | [INFO] [stdout] 1801 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2019:11 [INFO] [stdout] | [INFO] [stdout] 2019 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2040:11 [INFO] [stdout] | [INFO] [stdout] 2040 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2071:11 [INFO] [stdout] | [INFO] [stdout] 2071 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2091:11 [INFO] [stdout] | [INFO] [stdout] 2091 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2121:11 [INFO] [stdout] | [INFO] [stdout] 2121 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2154:11 [INFO] [stdout] | [INFO] [stdout] 2154 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2191:11 [INFO] [stdout] | [INFO] [stdout] 2191 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2242:11 [INFO] [stdout] | [INFO] [stdout] 2242 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2259:11 [INFO] [stdout] | [INFO] [stdout] 2259 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2286:11 [INFO] [stdout] | [INFO] [stdout] 2286 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2302:11 [INFO] [stdout] | [INFO] [stdout] 2302 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2328:11 [INFO] [stdout] | [INFO] [stdout] 2328 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2361:11 [INFO] [stdout] | [INFO] [stdout] 2361 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2398:11 [INFO] [stdout] | [INFO] [stdout] 2398 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "5e9bceb833a09daab412f15d47a6ff34282d0beae1291615b85fc0c68d838ac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e9bceb833a09daab412f15d47a6ff34282d0beae1291615b85fc0c68d838ac9", kill_on_drop: false }` [INFO] [stdout] 5e9bceb833a09daab412f15d47a6ff34282d0beae1291615b85fc0c68d838ac9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ac99e486a2949db1c13456bbb29994e11180bce71879139d0bf3f34f8964e1b [INFO] running `Command { std: "docker" "start" "-a" "3ac99e486a2949db1c13456bbb29994e11180bce71879139d0bf3f34f8964e1b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:142:7 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:373:11 [INFO] [stdout] | [INFO] [stdout] 373 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:400:11 [INFO] [stdout] | [INFO] [stdout] 400 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:459:11 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:468:11 [INFO] [stdout] | [INFO] [stdout] 468 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:674:11 [INFO] [stdout] | [INFO] [stdout] 674 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1405:11 [INFO] [stdout] | [INFO] [stdout] 1405 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1414:11 [INFO] [stdout] | [INFO] [stdout] 1414 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1498:11 [INFO] [stdout] | [INFO] [stdout] 1498 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1514:11 [INFO] [stdout] | [INFO] [stdout] 1514 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:339:11 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:380:11 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:499:11 [INFO] [stdout] | [INFO] [stdout] 499 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:540:11 [INFO] [stdout] | [INFO] [stdout] 540 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:670:11 [INFO] [stdout] | [INFO] [stdout] 670 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:717:11 [INFO] [stdout] | [INFO] [stdout] 717 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:896:11 [INFO] [stdout] | [INFO] [stdout] 896 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:943:11 [INFO] [stdout] | [INFO] [stdout] 943 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1087:11 [INFO] [stdout] | [INFO] [stdout] 1087 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1198:11 [INFO] [stdout] | [INFO] [stdout] 1198 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1420:11 [INFO] [stdout] | [INFO] [stdout] 1420 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1562:11 [INFO] [stdout] | [INFO] [stdout] 1562 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1706:11 [INFO] [stdout] | [INFO] [stdout] 1706 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1801:11 [INFO] [stdout] | [INFO] [stdout] 1801 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2019:11 [INFO] [stdout] | [INFO] [stdout] 2019 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2040:11 [INFO] [stdout] | [INFO] [stdout] 2040 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2071:11 [INFO] [stdout] | [INFO] [stdout] 2071 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2091:11 [INFO] [stdout] | [INFO] [stdout] 2091 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2121:11 [INFO] [stdout] | [INFO] [stdout] 2121 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2154:11 [INFO] [stdout] | [INFO] [stdout] 2154 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2191:11 [INFO] [stdout] | [INFO] [stdout] 2191 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2242:11 [INFO] [stdout] | [INFO] [stdout] 2242 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2259:11 [INFO] [stdout] | [INFO] [stdout] 2259 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2286:11 [INFO] [stdout] | [INFO] [stdout] 2286 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2302:11 [INFO] [stdout] | [INFO] [stdout] 2302 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2328:11 [INFO] [stdout] | [INFO] [stdout] 2328 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2361:11 [INFO] [stdout] | [INFO] [stdout] 2361 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2398:11 [INFO] [stdout] | [INFO] [stdout] 2398 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Compiling byteorder_async v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:101:7 [INFO] [stdout] | [INFO] [stdout] 101 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:142:7 [INFO] [stdout] | [INFO] [stdout] 142 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:373:11 [INFO] [stdout] | [INFO] [stdout] 373 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:400:11 [INFO] [stdout] | [INFO] [stdout] 400 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:459:11 [INFO] [stdout] | [INFO] [stdout] 459 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:468:11 [INFO] [stdout] | [INFO] [stdout] 468 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:674:11 [INFO] [stdout] | [INFO] [stdout] 674 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:860:11 [INFO] [stdout] | [INFO] [stdout] 860 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1405:11 [INFO] [stdout] | [INFO] [stdout] 1405 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1414:11 [INFO] [stdout] | [INFO] [stdout] 1414 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1498:11 [INFO] [stdout] | [INFO] [stdout] 1498 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/io.rs:1514:11 [INFO] [stdout] | [INFO] [stdout] 1514 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:339:11 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:380:11 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:499:11 [INFO] [stdout] | [INFO] [stdout] 499 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:540:11 [INFO] [stdout] | [INFO] [stdout] 540 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:670:11 [INFO] [stdout] | [INFO] [stdout] 670 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:717:11 [INFO] [stdout] | [INFO] [stdout] 717 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:896:11 [INFO] [stdout] | [INFO] [stdout] 896 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:943:11 [INFO] [stdout] | [INFO] [stdout] 943 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1087:11 [INFO] [stdout] | [INFO] [stdout] 1087 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1198:11 [INFO] [stdout] | [INFO] [stdout] 1198 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1420:11 [INFO] [stdout] | [INFO] [stdout] 1420 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1562:11 [INFO] [stdout] | [INFO] [stdout] 1562 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1706:11 [INFO] [stdout] | [INFO] [stdout] 1706 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:1801:11 [INFO] [stdout] | [INFO] [stdout] 1801 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2019:11 [INFO] [stdout] | [INFO] [stdout] 2019 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2040:11 [INFO] [stdout] | [INFO] [stdout] 2040 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2071:11 [INFO] [stdout] | [INFO] [stdout] 2071 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2091:11 [INFO] [stdout] | [INFO] [stdout] 2091 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2121:11 [INFO] [stdout] | [INFO] [stdout] 2121 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2154:11 [INFO] [stdout] | [INFO] [stdout] 2154 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2191:11 [INFO] [stdout] | [INFO] [stdout] 2191 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2242:11 [INFO] [stdout] | [INFO] [stdout] 2242 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2259:11 [INFO] [stdout] | [INFO] [stdout] 2259 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2286:11 [INFO] [stdout] | [INFO] [stdout] 2286 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2302:11 [INFO] [stdout] | [INFO] [stdout] 2302 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2328:11 [INFO] [stdout] | [INFO] [stdout] 2328 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2361:11 [INFO] [stdout] | [INFO] [stdout] 2361 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2398:11 [INFO] [stdout] | [INFO] [stdout] 2398 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2438:11 [INFO] [stdout] | [INFO] [stdout] 2438 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2442:11 [INFO] [stdout] | [INFO] [stdout] 2442 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2465:11 [INFO] [stdout] | [INFO] [stdout] 2465 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2478:11 [INFO] [stdout] | [INFO] [stdout] 2478 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2488:11 [INFO] [stdout] | [INFO] [stdout] 2488 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2650:11 [INFO] [stdout] | [INFO] [stdout] 2650 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2652:11 [INFO] [stdout] | [INFO] [stdout] 2652 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2720:11 [INFO] [stdout] | [INFO] [stdout] 2720 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2729:11 [INFO] [stdout] | [INFO] [stdout] 2729 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2738:11 [INFO] [stdout] | [INFO] [stdout] 2738 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2747:11 [INFO] [stdout] | [INFO] [stdout] 2747 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2756:11 [INFO] [stdout] | [INFO] [stdout] 2756 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2765:11 [INFO] [stdout] | [INFO] [stdout] 2765 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2774:11 [INFO] [stdout] | [INFO] [stdout] 2774 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2783:11 [INFO] [stdout] | [INFO] [stdout] 2783 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2792:11 [INFO] [stdout] | [INFO] [stdout] 2792 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2801:11 [INFO] [stdout] | [INFO] [stdout] 2801 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2810:11 [INFO] [stdout] | [INFO] [stdout] 2810 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2819:11 [INFO] [stdout] | [INFO] [stdout] 2819 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2828:11 [INFO] [stdout] | [INFO] [stdout] 2828 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2837:11 [INFO] [stdout] | [INFO] [stdout] 2837 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2846:11 [INFO] [stdout] | [INFO] [stdout] 2846 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2855:11 [INFO] [stdout] | [INFO] [stdout] 2855 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2930:11 [INFO] [stdout] | [INFO] [stdout] 2930 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2939:11 [INFO] [stdout] | [INFO] [stdout] 2939 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2948:11 [INFO] [stdout] | [INFO] [stdout] 2948 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2957:11 [INFO] [stdout] | [INFO] [stdout] 2957 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2966:11 [INFO] [stdout] | [INFO] [stdout] 2966 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2975:11 [INFO] [stdout] | [INFO] [stdout] 2975 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2984:11 [INFO] [stdout] | [INFO] [stdout] 2984 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:2993:11 [INFO] [stdout] | [INFO] [stdout] 2993 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3002:11 [INFO] [stdout] | [INFO] [stdout] 3002 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3011:11 [INFO] [stdout] | [INFO] [stdout] 3011 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3020:11 [INFO] [stdout] | [INFO] [stdout] 3020 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3029:11 [INFO] [stdout] | [INFO] [stdout] 3029 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3038:11 [INFO] [stdout] | [INFO] [stdout] 3038 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3047:11 [INFO] [stdout] | [INFO] [stdout] 3047 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3056:11 [INFO] [stdout] | [INFO] [stdout] 3056 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3065:11 [INFO] [stdout] | [INFO] [stdout] 3065 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3165:11 [INFO] [stdout] | [INFO] [stdout] 3165 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3167:11 [INFO] [stdout] | [INFO] [stdout] 3167 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3178:11 [INFO] [stdout] | [INFO] [stdout] 3178 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3180:11 [INFO] [stdout] | [INFO] [stdout] 3180 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3182:11 [INFO] [stdout] | [INFO] [stdout] 3182 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3184:11 [INFO] [stdout] | [INFO] [stdout] 3184 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3186:11 [INFO] [stdout] | [INFO] [stdout] 3186 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3188:11 [INFO] [stdout] | [INFO] [stdout] 3188 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3190:11 [INFO] [stdout] | [INFO] [stdout] 3190 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3192:11 [INFO] [stdout] | [INFO] [stdout] 3192 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3194:11 [INFO] [stdout] | [INFO] [stdout] 3194 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3196:11 [INFO] [stdout] | [INFO] [stdout] 3196 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3198:11 [INFO] [stdout] | [INFO] [stdout] 3198 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3200:11 [INFO] [stdout] | [INFO] [stdout] 3200 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3202:11 [INFO] [stdout] | [INFO] [stdout] 3202 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3204:11 [INFO] [stdout] | [INFO] [stdout] 3204 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3206:11 [INFO] [stdout] | [INFO] [stdout] 3206 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3217:11 [INFO] [stdout] | [INFO] [stdout] 3217 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3219:11 [INFO] [stdout] | [INFO] [stdout] 3219 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3221:11 [INFO] [stdout] | [INFO] [stdout] 3221 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3223:11 [INFO] [stdout] | [INFO] [stdout] 3223 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3225:11 [INFO] [stdout] | [INFO] [stdout] 3225 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3227:11 [INFO] [stdout] | [INFO] [stdout] 3227 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3229:11 [INFO] [stdout] | [INFO] [stdout] 3229 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3231:11 [INFO] [stdout] | [INFO] [stdout] 3231 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3233:11 [INFO] [stdout] | [INFO] [stdout] 3233 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3235:11 [INFO] [stdout] | [INFO] [stdout] 3235 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3237:11 [INFO] [stdout] | [INFO] [stdout] 3237 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3239:11 [INFO] [stdout] | [INFO] [stdout] 3239 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3241:11 [INFO] [stdout] | [INFO] [stdout] 3241 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3243:11 [INFO] [stdout] | [INFO] [stdout] 3243 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3245:11 [INFO] [stdout] | [INFO] [stdout] 3245 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3393:11 [INFO] [stdout] | [INFO] [stdout] 3393 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3401:11 [INFO] [stdout] | [INFO] [stdout] 3401 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3409:11 [INFO] [stdout] | [INFO] [stdout] 3409 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3417:11 [INFO] [stdout] | [INFO] [stdout] 3417 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3612:11 [INFO] [stdout] | [INFO] [stdout] 3612 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3614:11 [INFO] [stdout] | [INFO] [stdout] 3614 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3682:11 [INFO] [stdout] | [INFO] [stdout] 3682 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3691:11 [INFO] [stdout] | [INFO] [stdout] 3691 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3700:11 [INFO] [stdout] | [INFO] [stdout] 3700 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3709:11 [INFO] [stdout] | [INFO] [stdout] 3709 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3718:11 [INFO] [stdout] | [INFO] [stdout] 3718 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3727:11 [INFO] [stdout] | [INFO] [stdout] 3727 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3736:11 [INFO] [stdout] | [INFO] [stdout] 3736 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3745:11 [INFO] [stdout] | [INFO] [stdout] 3745 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3754:11 [INFO] [stdout] | [INFO] [stdout] 3754 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3763:11 [INFO] [stdout] | [INFO] [stdout] 3763 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3772:11 [INFO] [stdout] | [INFO] [stdout] 3772 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3781:11 [INFO] [stdout] | [INFO] [stdout] 3781 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3790:11 [INFO] [stdout] | [INFO] [stdout] 3790 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3799:11 [INFO] [stdout] | [INFO] [stdout] 3799 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3808:11 [INFO] [stdout] | [INFO] [stdout] 3808 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3817:11 [INFO] [stdout] | [INFO] [stdout] 3817 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3892:11 [INFO] [stdout] | [INFO] [stdout] 3892 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3901:11 [INFO] [stdout] | [INFO] [stdout] 3901 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3910:11 [INFO] [stdout] | [INFO] [stdout] 3910 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3919:11 [INFO] [stdout] | [INFO] [stdout] 3919 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3928:11 [INFO] [stdout] | [INFO] [stdout] 3928 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3937:11 [INFO] [stdout] | [INFO] [stdout] 3937 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3946:11 [INFO] [stdout] | [INFO] [stdout] 3946 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3955:11 [INFO] [stdout] | [INFO] [stdout] 3955 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3964:11 [INFO] [stdout] | [INFO] [stdout] 3964 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3973:11 [INFO] [stdout] | [INFO] [stdout] 3973 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3982:11 [INFO] [stdout] | [INFO] [stdout] 3982 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:3991:11 [INFO] [stdout] | [INFO] [stdout] 3991 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4000:11 [INFO] [stdout] | [INFO] [stdout] 4000 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4009:11 [INFO] [stdout] | [INFO] [stdout] 4009 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4018:11 [INFO] [stdout] | [INFO] [stdout] 4018 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4027:11 [INFO] [stdout] | [INFO] [stdout] 4027 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4119:11 [INFO] [stdout] | [INFO] [stdout] 4119 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stdout] --> src/lib.rs:4127:11 [INFO] [stdout] | [INFO] [stdout] 4127 | #[cfg(byteorder_i128)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.04s [INFO] running `Command { std: "docker" "inspect" "3ac99e486a2949db1c13456bbb29994e11180bce71879139d0bf3f34f8964e1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ac99e486a2949db1c13456bbb29994e11180bce71879139d0bf3f34f8964e1b", kill_on_drop: false }` [INFO] [stdout] 3ac99e486a2949db1c13456bbb29994e11180bce71879139d0bf3f34f8964e1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] df95471d1817147e5e6ce0494d685f70cc2936b082a399a26f11d078b94a860b [INFO] running `Command { std: "docker" "start" "-a" "df95471d1817147e5e6ce0494d685f70cc2936b082a399a26f11d078b94a860b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:101:7 [INFO] [stderr] | [INFO] [stderr] 101 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:114:7 [INFO] [stderr] | [INFO] [stderr] 114 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:142:7 [INFO] [stderr] | [INFO] [stderr] 142 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:373:11 [INFO] [stderr] | [INFO] [stderr] 373 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:400:11 [INFO] [stderr] | [INFO] [stderr] 400 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:459:11 [INFO] [stderr] | [INFO] [stderr] 459 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:468:11 [INFO] [stderr] | [INFO] [stderr] 468 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:674:11 [INFO] [stderr] | [INFO] [stderr] 674 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:860:11 [INFO] [stderr] | [INFO] [stderr] 860 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:1405:11 [INFO] [stderr] | [INFO] [stderr] 1405 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:1414:11 [INFO] [stderr] | [INFO] [stderr] 1414 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:1498:11 [INFO] [stderr] | [INFO] [stderr] 1498 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/io.rs:1514:11 [INFO] [stderr] | [INFO] [stderr] 1514 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:339:11 [INFO] [stderr] | [INFO] [stderr] 339 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:380:11 [INFO] [stderr] | [INFO] [stderr] 380 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:499:11 [INFO] [stderr] | [INFO] [stderr] 499 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:540:11 [INFO] [stderr] | [INFO] [stderr] 540 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:670:11 [INFO] [stderr] | [INFO] [stderr] 670 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:717:11 [INFO] [stderr] | [INFO] [stderr] 717 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:896:11 [INFO] [stderr] | [INFO] [stderr] 896 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:943:11 [INFO] [stderr] | [INFO] [stderr] 943 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1087:11 [INFO] [stderr] | [INFO] [stderr] 1087 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1198:11 [INFO] [stderr] | [INFO] [stderr] 1198 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1420:11 [INFO] [stderr] | [INFO] [stderr] 1420 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1562:11 [INFO] [stderr] | [INFO] [stderr] 1562 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1706:11 [INFO] [stderr] | [INFO] [stderr] 1706 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:1801:11 [INFO] [stderr] | [INFO] [stderr] 1801 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2019:11 [INFO] [stderr] | [INFO] [stderr] 2019 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2040:11 [INFO] [stderr] | [INFO] [stderr] 2040 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2071:11 [INFO] [stderr] | [INFO] [stderr] 2071 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2091:11 [INFO] [stderr] | [INFO] [stderr] 2091 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2121:11 [INFO] [stderr] | [INFO] [stderr] 2121 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2154:11 [INFO] [stderr] | [INFO] [stderr] 2154 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2191:11 [INFO] [stderr] | [INFO] [stderr] 2191 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2242:11 [INFO] [stderr] | [INFO] [stderr] 2242 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2259:11 [INFO] [stderr] | [INFO] [stderr] 2259 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2286:11 [INFO] [stderr] | [INFO] [stderr] 2286 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2302:11 [INFO] [stderr] | [INFO] [stderr] 2302 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2328:11 [INFO] [stderr] | [INFO] [stderr] 2328 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2361:11 [INFO] [stderr] | [INFO] [stderr] 2361 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2398:11 [INFO] [stderr] | [INFO] [stderr] 2398 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `byteorder_async` (lib) generated 41 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2438:11 [INFO] [stderr] | [INFO] [stderr] 2438 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2442:11 [INFO] [stderr] | [INFO] [stderr] 2442 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2465:11 [INFO] [stderr] | [INFO] [stderr] 2465 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2478:11 [INFO] [stderr] | [INFO] [stderr] 2478 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2488:11 [INFO] [stderr] | [INFO] [stderr] 2488 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2650:11 [INFO] [stderr] | [INFO] [stderr] 2650 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2652:11 [INFO] [stderr] | [INFO] [stderr] 2652 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2720:11 [INFO] [stderr] | [INFO] [stderr] 2720 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2729:11 [INFO] [stderr] | [INFO] [stderr] 2729 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2738:11 [INFO] [stderr] | [INFO] [stderr] 2738 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2747:11 [INFO] [stderr] | [INFO] [stderr] 2747 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2756:11 [INFO] [stderr] | [INFO] [stderr] 2756 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2765:11 [INFO] [stderr] | [INFO] [stderr] 2765 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2774:11 [INFO] [stderr] | [INFO] [stderr] 2774 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2783:11 [INFO] [stderr] | [INFO] [stderr] 2783 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2792:11 [INFO] [stderr] | [INFO] [stderr] 2792 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2801:11 [INFO] [stderr] | [INFO] [stderr] 2801 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2810:11 [INFO] [stderr] | [INFO] [stderr] 2810 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2819:11 [INFO] [stderr] | [INFO] [stderr] 2819 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2828:11 [INFO] [stderr] | [INFO] [stderr] 2828 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2837:11 [INFO] [stderr] | [INFO] [stderr] 2837 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2846:11 [INFO] [stderr] | [INFO] [stderr] 2846 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2855:11 [INFO] [stderr] | [INFO] [stderr] 2855 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2930:11 [INFO] [stderr] | [INFO] [stderr] 2930 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2939:11 [INFO] [stderr] | [INFO] [stderr] 2939 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2948:11 [INFO] [stderr] | [INFO] [stderr] 2948 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2957:11 [INFO] [stderr] | [INFO] [stderr] 2957 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2966:11 [INFO] [stderr] | [INFO] [stderr] 2966 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2975:11 [INFO] [stderr] | [INFO] [stderr] 2975 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2984:11 [INFO] [stderr] | [INFO] [stderr] 2984 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:2993:11 [INFO] [stderr] | [INFO] [stderr] 2993 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3002:11 [INFO] [stderr] | [INFO] [stderr] 3002 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3011:11 [INFO] [stderr] | [INFO] [stderr] 3011 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3020:11 [INFO] [stderr] | [INFO] [stderr] 3020 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3029:11 [INFO] [stderr] | [INFO] [stderr] 3029 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3038:11 [INFO] [stderr] | [INFO] [stderr] 3038 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3047:11 [INFO] [stderr] | [INFO] [stderr] 3047 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3056:11 [INFO] [stderr] | [INFO] [stderr] 3056 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3065:11 [INFO] [stderr] | [INFO] [stderr] 3065 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3165:11 [INFO] [stderr] | [INFO] [stderr] 3165 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3167:11 [INFO] [stderr] | [INFO] [stderr] 3167 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3178:11 [INFO] [stderr] | [INFO] [stderr] 3178 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3180:11 [INFO] [stderr] | [INFO] [stderr] 3180 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3182:11 [INFO] [stderr] | [INFO] [stderr] 3182 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3184:11 [INFO] [stderr] | [INFO] [stderr] 3184 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3186:11 [INFO] [stderr] | [INFO] [stderr] 3186 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3188:11 [INFO] [stderr] | [INFO] [stderr] 3188 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3190:11 [INFO] [stderr] | [INFO] [stderr] 3190 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3192:11 [INFO] [stderr] | [INFO] [stderr] 3192 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3194:11 [INFO] [stderr] | [INFO] [stderr] 3194 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3196:11 [INFO] [stderr] | [INFO] [stderr] 3196 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3198:11 [INFO] [stderr] | [INFO] [stderr] 3198 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3200:11 [INFO] [stderr] | [INFO] [stderr] 3200 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3202:11 [INFO] [stderr] | [INFO] [stderr] 3202 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3204:11 [INFO] [stderr] | [INFO] [stderr] 3204 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3206:11 [INFO] [stderr] | [INFO] [stderr] 3206 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3217:11 [INFO] [stderr] | [INFO] [stderr] 3217 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3219:11 [INFO] [stderr] | [INFO] [stderr] 3219 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3221:11 [INFO] [stderr] | [INFO] [stderr] 3221 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3223:11 [INFO] [stderr] | [INFO] [stderr] 3223 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3225:11 [INFO] [stderr] | [INFO] [stderr] 3225 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3227:11 [INFO] [stderr] | [INFO] [stderr] 3227 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3229:11 [INFO] [stderr] | [INFO] [stderr] 3229 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3231:11 [INFO] [stderr] | [INFO] [stderr] 3231 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3233:11 [INFO] [stderr] | [INFO] [stderr] 3233 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3235:11 [INFO] [stderr] | [INFO] [stderr] 3235 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3237:11 [INFO] [stderr] | [INFO] [stderr] 3237 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3239:11 [INFO] [stderr] | [INFO] [stderr] 3239 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3241:11 [INFO] [stderr] | [INFO] [stderr] 3241 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3243:11 [INFO] [stderr] | [INFO] [stderr] 3243 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3245:11 [INFO] [stderr] | [INFO] [stderr] 3245 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3393:11 [INFO] [stderr] | [INFO] [stderr] 3393 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3401:11 [INFO] [stderr] | [INFO] [stderr] 3401 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3409:11 [INFO] [stderr] | [INFO] [stderr] 3409 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3417:11 [INFO] [stderr] | [INFO] [stderr] 3417 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3612:11 [INFO] [stderr] | [INFO] [stderr] 3612 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3614:11 [INFO] [stderr] | [INFO] [stderr] 3614 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3682:11 [INFO] [stderr] | [INFO] [stderr] 3682 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3691:11 [INFO] [stderr] | [INFO] [stderr] 3691 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3700:11 [INFO] [stderr] | [INFO] [stderr] 3700 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3709:11 [INFO] [stderr] | [INFO] [stderr] 3709 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3718:11 [INFO] [stderr] | [INFO] [stderr] 3718 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3727:11 [INFO] [stderr] | [INFO] [stderr] 3727 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3736:11 [INFO] [stderr] | [INFO] [stderr] 3736 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3745:11 [INFO] [stderr] | [INFO] [stderr] 3745 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3754:11 [INFO] [stderr] | [INFO] [stderr] 3754 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3763:11 [INFO] [stderr] | [INFO] [stderr] 3763 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3772:11 [INFO] [stderr] | [INFO] [stderr] 3772 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3781:11 [INFO] [stderr] | [INFO] [stderr] 3781 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3790:11 [INFO] [stderr] | [INFO] [stderr] 3790 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3799:11 [INFO] [stderr] | [INFO] [stderr] 3799 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3808:11 [INFO] [stderr] | [INFO] [stderr] 3808 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3817:11 [INFO] [stderr] | [INFO] [stderr] 3817 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3892:11 [INFO] [stderr] | [INFO] [stderr] 3892 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3901:11 [INFO] [stderr] | [INFO] [stderr] 3901 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3910:11 [INFO] [stderr] | [INFO] [stderr] 3910 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3919:11 [INFO] [stderr] | [INFO] [stderr] 3919 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3928:11 [INFO] [stderr] | [INFO] [stderr] 3928 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3937:11 [INFO] [stderr] | [INFO] [stderr] 3937 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3946:11 [INFO] [stderr] | [INFO] [stderr] 3946 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3955:11 [INFO] [stderr] | [INFO] [stderr] 3955 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3964:11 [INFO] [stderr] | [INFO] [stderr] 3964 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3973:11 [INFO] [stderr] | [INFO] [stderr] 3973 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3982:11 [INFO] [stderr] | [INFO] [stderr] 3982 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:3991:11 [INFO] [stderr] | [INFO] [stderr] 3991 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4000:11 [INFO] [stderr] | [INFO] [stderr] 4000 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4009:11 [INFO] [stderr] | [INFO] [stderr] 4009 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4018:11 [INFO] [stderr] | [INFO] [stderr] 4018 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4027:11 [INFO] [stderr] | [INFO] [stderr] 4027 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4119:11 [INFO] [stderr] | [INFO] [stderr] 4119 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `byteorder_i128` [INFO] [stderr] --> src/lib.rs:4127:11 [INFO] [stderr] | [INFO] [stderr] 4127 | #[cfg(byteorder_i128)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(byteorder_i128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(byteorder_i128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `byteorder_async` (lib test) generated 152 warnings (41 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/byteorder_async-d252c9131e61e7a6) [INFO] [stdout] [INFO] [stdout] running 679 tests [INFO] [stdout] test stdtests::prop_ext_f32::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_f32::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_f64::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i128::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_f32::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i128::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_f64::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i16::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_f64::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i16::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i16::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i128::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i32::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i32::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_10::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_10::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_11::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_12::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i64::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_11::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i32::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i64::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_12::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_10::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_11::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_12::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_13::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_14::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_14::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_15::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_13::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_15::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_13::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_14::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_16::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_16::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_16::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_15::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_i64::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_1::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_1::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_1::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_2::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_2::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_3::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_4::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_4::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_2::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_5::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_6::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_5::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_6::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_4::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_3::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_3::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_5::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_6::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_7::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_7::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_8::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_8::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_1::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_9::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_8::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_7::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_1::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_9::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int128_9::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_1::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_2::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_2::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_3::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_4::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_4::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_3::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_2::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_5::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_3::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_5::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_5::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_4::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_6::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_7::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_8::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_8::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_7::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_6::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_7::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_6::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_int_8::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u128::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u16::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u128::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u128::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u16::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u16::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u32::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u32::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u32::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_10::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u64::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u64::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_10::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_u64::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_11::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_11::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_12::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_12::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_12::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_13::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_14::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_13::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_10::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_13::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_11::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_15::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_15::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_15::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_16::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_14::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_16::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_14::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_16::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_2::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_2::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_1::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_1::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_3::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_1::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_3::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_4::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_5::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_4::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_2::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_3::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_5::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_7::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_6::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_7::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_6::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_7::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_6::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_8::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_5::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_8::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_9::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_9::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_9::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_8::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_1::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_1::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_3::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_2::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_1::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_3::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_2::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_2::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_4::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_3::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_4::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_4::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_5::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_5::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_6::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_6::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_7::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_5::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_7::little_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_7::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_8::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_8::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f32::big_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_8::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint_6::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f32::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f64::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i128::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f64::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f64::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_f32::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i16::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i128::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i128::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i16::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i16::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i32::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i32::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i64::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u128::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u128::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i64::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u128::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i64::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_i32::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u16::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u16::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u16::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u32::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u32::little_endian ... ok [INFO] [stdout] test test::prop_f32::native_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u64::big_endian ... ok [INFO] [stdout] test test::prop_f64::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u64::little_endian ... ok [INFO] [stdout] test test::prop_f64::native_endian ... ok [INFO] [stdout] test test::prop_f32::big_endian ... ok [INFO] [stdout] test test::prop_i128::big_endian ... ok [INFO] [stdout] test test::prop_f32::little_endian ... ok [INFO] [stdout] test test::prop_i16::big_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u64::native_endian ... ok [INFO] [stdout] test test::prop_i16::little_endian ... ok [INFO] [stdout] test stdtests::prop_slice_u32::native_endian ... ok [INFO] [stdout] test test::prop_i24::big_endian ... ok [INFO] [stdout] test test::prop_i16::native_endian ... ok [INFO] [stdout] test test::prop_i24::little_endian ... ok [INFO] [stdout] test test::prop_i128::little_endian ... ok [INFO] [stdout] test test::prop_i128::native_endian ... ok [INFO] [stdout] test test::prop_i24::native_endian ... ok [INFO] [stdout] test test::prop_i48::big_endian ... ok [INFO] [stdout] test test::prop_i32::little_endian ... ok [INFO] [stdout] test test::prop_i48::native_endian ... ok [INFO] [stdout] test test::prop_i48::little_endian ... ok [INFO] [stdout] test test::prop_i64::big_endian ... ok [INFO] [stdout] test test::prop_i64::native_endian ... ok [INFO] [stdout] test test::prop_int128_10::big_endian ... ok [INFO] [stdout] test test::prop_i64::little_endian ... ok [INFO] [stdout] test test::prop_int128_10::little_endian ... ok [INFO] [stdout] test test::prop_i32::big_endian ... ok [INFO] [stdout] test test::prop_int128_10::native_endian ... ok [INFO] [stdout] test test::prop_i32::native_endian ... ok [INFO] [stdout] test test::prop_int128_11::big_endian ... ok [INFO] [stdout] test test::prop_int128_11::little_endian ... ok [INFO] [stdout] test test::prop_int128_11::native_endian ... ok [INFO] [stdout] test test::prop_int128_12::native_endian ... ok [INFO] [stdout] test test::prop_int128_13::little_endian ... ok [INFO] [stdout] test test::prop_int128_14::big_endian ... ok [INFO] [stdout] test test::prop_int128_13::native_endian ... ok [INFO] [stdout] test test::prop_int128_14::little_endian ... ok [INFO] [stdout] test test::prop_int128_14::native_endian ... ok [INFO] [stdout] test test::prop_int128_15::big_endian ... ok [INFO] [stdout] test test::prop_int128_15::native_endian ... ok [INFO] [stdout] test test::prop_int128_15::little_endian ... ok [INFO] [stdout] test test::prop_int128_16::big_endian ... ok [INFO] [stdout] test test::prop_int128_13::big_endian ... ok [INFO] [stdout] test test::prop_int128_12::big_endian ... ok [INFO] [stdout] test test::prop_int128_16::little_endian ... ok [INFO] [stdout] test test::prop_int128_12::little_endian ... ok [INFO] [stdout] test test::prop_int128_1::little_endian ... ok [INFO] [stdout] test test::prop_int128_2::little_endian ... ok [INFO] [stdout] test test::prop_int128_1::big_endian ... ok [INFO] [stdout] test test::prop_int128_1::native_endian ... ok [INFO] [stdout] test test::prop_int128_16::native_endian ... ok [INFO] [stdout] test test::prop_int128_2::native_endian ... ok [INFO] [stdout] test test::prop_int128_3::native_endian ... ok [INFO] [stdout] test test::prop_int128_3::big_endian ... ok [INFO] [stdout] test test::prop_int128_4::big_endian ... ok [INFO] [stdout] test test::prop_int128_3::little_endian ... ok [INFO] [stdout] test test::prop_int128_5::big_endian ... ok [INFO] [stdout] test test::prop_int128_4::little_endian ... ok [INFO] [stdout] test test::prop_int128_5::little_endian ... ok [INFO] [stdout] test test::prop_int128_6::big_endian ... ok [INFO] [stdout] test test::prop_int128_4::native_endian ... ok [INFO] [stdout] test test::prop_int128_5::native_endian ... ok [INFO] [stdout] test test::prop_int128_6::little_endian ... ok [INFO] [stdout] test test::prop_int128_7::big_endian ... ok [INFO] [stdout] test test::prop_int128_6::native_endian ... ok [INFO] [stdout] test test::prop_int128_8::big_endian ... ok [INFO] [stdout] test test::prop_int128_8::little_endian ... ok [INFO] [stdout] test test::prop_int128_8::native_endian ... ok [INFO] [stdout] test test::prop_int128_9::big_endian ... ok [INFO] [stdout] test test::prop_int128_9::native_endian ... ok [INFO] [stdout] test test::prop_int_1::big_endian ... ok [INFO] [stdout] test test::prop_int128_9::little_endian ... ok [INFO] [stdout] test test::prop_int_1::little_endian ... ok [INFO] [stdout] test test::prop_int_1::native_endian ... ok [INFO] [stdout] test stdtests::prop_ext_uint128_4::little_endian ... ok [INFO] [stdout] test test::prop_int_2::big_endian ... ok [INFO] [stdout] test test::prop_int128_2::big_endian ... ok [INFO] [stdout] test test::prop_int_2::little_endian ... ok [INFO] [stdout] test test::prop_int_2::native_endian ... ok [INFO] [stdout] test test::prop_int128_7::native_endian ... ok [INFO] [stdout] test test::prop_int_3::big_endian ... ok [INFO] [stdout] test test::prop_int128_7::little_endian ... ok [INFO] [stdout] test test::prop_f64::big_endian ... ok [INFO] [stdout] test test::prop_int_3::little_endian ... ok [INFO] [stdout] test test::prop_int_3::native_endian ... ok [INFO] [stdout] test test::prop_int_4::native_endian ... ok [INFO] [stdout] test test::prop_int_4::little_endian ... ok [INFO] [stdout] test test::prop_int_4::big_endian ... ok [INFO] [stdout] test test::prop_int_5::big_endian ... ok [INFO] [stdout] test test::prop_int_5::native_endian ... ok [INFO] [stdout] test test::prop_int_5::little_endian ... ok [INFO] [stdout] test test::prop_int_6::little_endian ... ok [INFO] [stdout] test test::prop_int_7::big_endian ... ok [INFO] [stdout] test test::prop_int_6::native_endian ... ok [INFO] [stdout] test test::prop_int_7::little_endian ... ok [INFO] [stdout] test test::prop_int_7::native_endian ... ok [INFO] [stdout] test test::prop_int_6::big_endian ... ok [INFO] [stdout] test test::prop_int_8::little_endian ... ok [INFO] [stdout] test test::prop_int_8::native_endian ... ok [INFO] [stdout] test test::prop_int_8::big_endian ... ok [INFO] [stdout] test test::prop_u128::big_endian ... ok [INFO] [stdout] test test::prop_u128::native_endian ... ok [INFO] [stdout] test test::prop_u16::little_endian ... ok [INFO] [stdout] test test::prop_u16::big_endian ... ok [INFO] [stdout] test test::prop_u16::native_endian ... ok [INFO] [stdout] test test::prop_u128::little_endian ... ok [INFO] [stdout] test test::prop_u24::native_endian ... ok [INFO] [stdout] test test::prop_u24::big_endian ... ok [INFO] [stdout] test test::prop_u24::little_endian ... ok [INFO] [stdout] test test::prop_u32::little_endian ... ok [INFO] [stdout] test test::prop_u32::native_endian ... ok [INFO] [stdout] test test::prop_u32::big_endian ... ok [INFO] [stdout] test test::prop_u48::big_endian ... ok [INFO] [stdout] test test::prop_u64::little_endian ... ok [INFO] [stdout] test test::prop_u48::native_endian ... ok [INFO] [stdout] test test::prop_u48::little_endian ... ok [INFO] [stdout] test test::prop_uint128_10::big_endian ... ok [INFO] [stdout] test test::prop_u64::big_endian ... ok [INFO] [stdout] test test::prop_uint128_10::little_endian ... ok [INFO] [stdout] test test::prop_u64::native_endian ... ok [INFO] [stdout] test test::prop_uint128_10::native_endian ... ok [INFO] [stdout] test test::prop_uint128_11::big_endian ... ok [INFO] [stdout] test test::prop_uint128_12::little_endian ... ok [INFO] [stdout] test test::prop_uint128_11::little_endian ... ok [INFO] [stdout] test test::prop_uint128_12::native_endian ... ok [INFO] [stdout] test test::prop_uint128_13::big_endian ... ok [INFO] [stdout] test test::prop_uint128_11::native_endian ... ok [INFO] [stdout] test test::prop_uint128_13::little_endian ... ok [INFO] [stdout] test test::prop_uint128_13::native_endian ... ok [INFO] [stdout] test test::prop_uint128_14::little_endian ... ok [INFO] [stdout] test test::prop_uint128_14::big_endian ... ok [INFO] [stdout] test test::prop_uint128_14::native_endian ... ok [INFO] [stdout] test test::prop_uint128_12::big_endian ... ok [INFO] [stdout] test test::prop_uint128_15::big_endian ... ok [INFO] [stdout] test test::prop_uint128_15::native_endian ... ok [INFO] [stdout] test test::prop_uint128_15::little_endian ... ok [INFO] [stdout] test test::prop_uint128_16::big_endian ... ok [INFO] [stdout] test test::prop_uint128_16::little_endian ... ok [INFO] [stdout] test test::prop_uint128_16::native_endian ... ok [INFO] [stdout] test test::prop_uint128_2::big_endian ... ok [INFO] [stdout] test test::prop_uint128_1::little_endian ... ok [INFO] [stdout] test test::prop_uint128_1::big_endian ... ok [INFO] [stdout] test test::prop_uint128_2::little_endian ... ok [INFO] [stdout] test test::prop_uint128_1::native_endian ... ok [INFO] [stdout] test test::prop_uint128_2::native_endian ... ok [INFO] [stdout] test test::prop_uint128_3::big_endian ... ok [INFO] [stdout] test test::prop_uint128_3::little_endian ... ok [INFO] [stdout] test test::prop_uint128_3::native_endian ... ok [INFO] [stdout] test test::prop_uint128_4::big_endian ... ok [INFO] [stdout] test test::prop_uint128_4::little_endian ... ok [INFO] [stdout] test test::prop_uint128_4::native_endian ... ok [INFO] [stdout] test test::prop_uint128_5::big_endian ... ok [INFO] [stdout] test test::prop_uint128_5::little_endian ... ok [INFO] [stdout] test test::prop_uint128_6::big_endian ... ok [INFO] [stdout] test test::prop_uint128_6::little_endian ... ok [INFO] [stdout] test test::prop_uint128_7::little_endian ... ok [INFO] [stdout] test test::prop_uint128_6::native_endian ... ok [INFO] [stdout] test test::prop_uint128_8::big_endian ... ok [INFO] [stdout] test test::prop_uint128_7::native_endian ... ok [INFO] [stdout] test test::prop_uint128_5::native_endian ... ok [INFO] [stdout] test test::prop_uint128_9::little_endian ... ok [INFO] [stdout] test test::prop_uint128_8::native_endian ... ok [INFO] [stdout] test test::prop_uint_1::little_endian ... ok [INFO] [stdout] test test::prop_uint128_8::little_endian ... ok [INFO] [stdout] test test::prop_uint128_9::native_endian ... ok [INFO] [stdout] test test::prop_uint128_7::big_endian ... ok [INFO] [stdout] test test::prop_uint_1::big_endian ... ok [INFO] [stdout] test test::prop_uint_1::native_endian ... ok [INFO] [stdout] test test::prop_uint_2::little_endian ... ok [INFO] [stdout] test test::prop_uint_2::big_endian ... ok [INFO] [stdout] test test::prop_uint_2::native_endian ... ok [INFO] [stdout] test test::prop_uint128_9::big_endian ... ok [INFO] [stdout] test test::prop_uint_3::big_endian ... ok [INFO] [stdout] test test::prop_uint_3::native_endian ... ok [INFO] [stdout] test test::prop_uint_4::big_endian ... ok [INFO] [stdout] test test::prop_uint_4::native_endian ... ok [INFO] [stdout] test test::prop_uint_4::little_endian ... ok [INFO] [stdout] test test::prop_uint_6::native_endian ... ok [INFO] [stdout] test test::prop_uint_6::big_endian ... ok [INFO] [stdout] test test::prop_uint_5::big_endian ... ok [INFO] [stdout] test test::prop_uint_6::little_endian ... ok [INFO] [stdout] test test::prop_uint_7::big_endian ... ok [INFO] [stdout] test test::prop_uint_7::little_endian ... ok [INFO] [stdout] test test::prop_uint_7::native_endian ... ok [INFO] [stdout] test test::prop_uint_3::little_endian ... ok [INFO] [stdout] test test::prop_uint_8::native_endian ... ok [INFO] [stdout] test test::prop_uint_8::big_endian ... ok [INFO] [stdout] test test::prop_uint_5::little_endian ... ok [INFO] [stdout] test test::prop_uint_5::native_endian ... ok [INFO] [stdout] test test::prop_uint_8::little_endian ... ok [INFO] [stdout] test test::slice_len_too_big_i128::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i128::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i128::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i128::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i128::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i128::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i16::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i32::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_i64::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u32::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u128::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u64::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i128::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i16::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i32::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_i64::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u128::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u16::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::read_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::write_native_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::write_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::write_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_f32::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_f32::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_f32::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_f32::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_f64::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_f32::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_f32::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_f64::read_big_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u64::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_i128::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_f64::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_f64::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_i128::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_i128::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_i128::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_i128::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_i16::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_f64::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_i128::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_f64::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_i16::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_big_u16::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_i32::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_i16::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_i16::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_i16::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_i32::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_i32::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_i64::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_i16::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_i32::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_i32::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_i64::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_i64::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_i64::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_i32::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_10::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_11::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_10::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_12::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_i64::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_i64::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_10::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_12::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_13::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_11::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_13::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_14::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_12::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_14::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_14::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_15::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_15::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_1::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_1::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_2::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_13::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_1::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_2::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_3::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_4::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_2::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_15::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_4::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_5::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_5::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_4::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_6::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_5::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_6::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_6::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_7::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_7::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int128_7::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_8::read_little_endian - should panic ... ok [INFO] [stdout] test test::slice_len_too_small_u32::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_8::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_9::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_3::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_1::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_3::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int128_11::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_9::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_9::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_1::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_1::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_2::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int128_8::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_2::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int_4::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_3::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_4::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int_5::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int_3::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_6::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int_4::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_7::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_7::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_int_5::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_5::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_2::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_6::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_6::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u128::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_int_7::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u16::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_u128::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_u16::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u128::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_int_3::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u128::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_u128::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_u128::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u32::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u32::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_u16::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_u32::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_u16::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_u32::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_u64::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u64::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u32::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u16::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u64::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_10::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_10::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_u64::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_u32::write_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_11::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_u64::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_u16::write_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_11::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_10::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_13::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_12::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_12::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_11::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_14::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_13::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_15::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_12::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_u64::write_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_13::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_1::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_15::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_2::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_14::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_3::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_1::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_14::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_15::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_2::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_2::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_1::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_3::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_3::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_4::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_5::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_4::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_5::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_5::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_4::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_7::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_7::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_8::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_6::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_8::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_6::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_6::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_7::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_8::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_9::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_9::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_1::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_2::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_2::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_1::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_1::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_2::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_4::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint128_9::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_5::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_4::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_6::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_3::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_6::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_3::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_5::read_little_endian - should panic ... ok [INFO] [stdout] test test::uint_bigger_buffer ... ok [INFO] [stdout] test test::small_uint_7::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_6::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_3::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_4::read_little_endian - should panic ... ok [INFO] [stdout] test test::small_uint_7::read_big_endian - should panic ... ok [INFO] [stdout] test test::small_uint_7::read_native_endian - should panic ... ok [INFO] [stdout] test test::small_uint_5::read_native_endian - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 679 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests byteorder_async [INFO] [stdout] [INFO] [stdout] running 122 tests [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f32 (line 489) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f32_into_unchecked (line 936) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f64_into (line 976) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f64 (line 520) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f64_into_unchecked (line 1027) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_f32_into (line 891) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt (line 16) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i128 (line 393) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i16 (line 128) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i24 (line 181) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i128_into (line 848) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i32 (line 233) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i16_into (line 740) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i32_into (line 775) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i48 (line 285) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i64 (line 337) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i8 (line 74) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u128 (line 363) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i64_into (line 810) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_i8_into (line 709) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_int (line 445) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u32_into (line 589) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u16_into (line 554) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u16 (line 101) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u48 (line 259) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u128_into (line 662) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u64 (line 311) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u24 (line 155) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u32 (line 207) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt (line 1065) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_f64 (line 1568) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i16 (line 1173) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u64_into (line 624) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_u8 (line 44) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i32 (line 1281) ... FAILED [INFO] [stdout] test src/io.rs - io::ReadBytesExt::read_uint (line 420) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_f32 (line 1539) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_int (line 1475) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i48 (line 1335) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i8 (line 1121) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i24 (line 1227) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_i64 (line 1389) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u32 (line 1254) ... FAILED [INFO] [stdout] test src/lib.rs - (line 22) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u64 (line 1362) ... FAILED [INFO] [stdout] test src/lib.rs - BigEndian (line 1834) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u24 (line 1200) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u16 (line 1146) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u48 (line 1308) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_i128 (line 1794) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder (line 213) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder (line 203) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_uint (line 1439) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_i32 (line 1744) ... FAILED [INFO] [stdout] test src/io.rs - io::WriteBytesExt::write_u8 (line 1093) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_i64 (line 1769) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_u16 (line 1642) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_i16 (line 1719) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_u32 (line 1661) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f64 (line 756) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f64_into (line 1279) ... FAILED [INFO] [stdout] test src/lib.rs - (line 35) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i128 (line 663) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f64_into_unchecked (line 1313) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_u128 (line 1699) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i128_into (line 1187) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f32 (line 733) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::from_slice_u64 (line 1680) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f32_into_unchecked (line 1251) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_f32_into (line 1218) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i48 (line 619) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i24 (line 575) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i64 (line 641) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i16 (line 553) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i32_into (line 1129) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i32 (line 597) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i16_into (line 1100) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_i64_into (line 1158) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_int (line 687) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u32_into (line 1030) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u128 (line 332) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u32 (line 273) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u24 (line 252) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u128_into (line 1076) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_uint (line 353) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u16_into (line 1007) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u64 (line 313) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_int128 (line 710) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_uint128 (line 373) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_f32_into (line 1581) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u48 (line 292) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::read_u64_into (line 1053) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_f32 (line 959) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_f64 (line 983) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i16 (line 779) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_f64_into (line 1612) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i128 (line 889) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i24 (line 801) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i128_into (line 1551) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i64 (line 867) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i32 (line 823) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_int128 (line 936) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i16_into (line 1467) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i48 (line 845) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_int (line 913) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i32_into (line 1495) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u128 (line 492) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u16 (line 393) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i64_into (line 1523) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u128_into (line 1409) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u16_into (line 1340) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_i8_into (line 1439) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u32 (line 433) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u64_into (line 1386) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u24 (line 412) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_uint128 (line 533) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u32_into (line 1363) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u48 (line 452) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_uint (line 513) ... FAILED [INFO] [stdout] test src/lib.rs - ByteOrder::write_u64 (line 473) ... FAILED [INFO] [stdout] test src/lib.rs - LittleEndian (line 1864) ... FAILED [INFO] [stdout] test src/lib.rs - NetworkEndian (line 1900) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f32 (line 489) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:493:5 [INFO] [stdout] | [INFO] [stdout] 493 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f32` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:498:33 [INFO] [stdout] | [INFO] [stdout] 498 | assert_eq!(f32::consts::PI, rdr.read_f32::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:501:8 [INFO] [stdout] | [INFO] [stdout] 501 | fn read_f32(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 489 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i32` with a similar name [INFO] [stdout] | [INFO] [stdout] 498 - assert_eq!(f32::consts::PI, rdr.read_f32::().unwrap()); [INFO] [stdout] 498 + assert_eq!(f32::consts::PI, rdr.read_i32::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f32_into_unchecked (line 936) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:940:5 [INFO] [stdout] | [INFO] [stdout] 940 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f32_into_unchecked` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:947:5 [INFO] [stdout] | [INFO] [stdout] 947 | rdr.read_f32_into_unchecked::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:952:8 [INFO] [stdout] | [INFO] [stdout] 952 | fn read_f32_into_unchecked( [INFO] [stdout] | ----------------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f32_into_unchecked` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 936 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f32_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 947 - rdr.read_f32_into_unchecked::(&mut dst).unwrap(); [INFO] [stdout] 947 + rdr.read_f32_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f64_into (line 976) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:980:5 [INFO] [stdout] | [INFO] [stdout] 980 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f64_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:987:5 [INFO] [stdout] | [INFO] [stdout] 987 | rdr.read_f64_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:991:8 [INFO] [stdout] | [INFO] [stdout] 991 | fn read_f64_into(&mut self, dst: &mut [f64]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f64_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 976 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i64_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 987 - rdr.read_f64_into::(&mut dst).unwrap(); [INFO] [stdout] 987 + rdr.read_i64_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f64 (line 520) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 524 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f64` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:529:33 [INFO] [stdout] | [INFO] [stdout] 529 | assert_eq!(f64::consts::PI, rdr.read_f64::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:532:8 [INFO] [stdout] | [INFO] [stdout] 532 | fn read_f64(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 520 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i64` with a similar name [INFO] [stdout] | [INFO] [stdout] 529 - assert_eq!(f64::consts::PI, rdr.read_f64::().unwrap()); [INFO] [stdout] 529 + assert_eq!(f64::consts::PI, rdr.read_i64::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f64_into_unchecked (line 1027) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 1031 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f64_into_unchecked` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:1038:5 [INFO] [stdout] | [INFO] [stdout] 1038 | rdr.read_f64_into_unchecked::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1043:8 [INFO] [stdout] | [INFO] [stdout] 1043 | fn read_f64_into_unchecked( [INFO] [stdout] | ----------------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f64_into_unchecked` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1027 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f64_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 1038 - rdr.read_f64_into_unchecked::(&mut dst).unwrap(); [INFO] [stdout] 1038 + rdr.read_f64_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_f32_into (line 891) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:895:5 [INFO] [stdout] | [INFO] [stdout] 895 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_f32_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:902:5 [INFO] [stdout] | [INFO] [stdout] 902 | rdr.read_f32_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:906:8 [INFO] [stdout] | [INFO] [stdout] 906 | fn read_f32_into(&mut self, dst: &mut [f32]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_f32_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 891 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i32_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 902 - rdr.read_f32_into::(&mut dst).unwrap(); [INFO] [stdout] 902 + rdr.read_i32_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 16 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 21 - assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] 21 + assert_eq!(517, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 16 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 22 - assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] 22 + assert_eq!(768, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i128 (line 393) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:395:5 [INFO] [stdout] | [INFO] [stdout] 395 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i128` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:398:35 [INFO] [stdout] | [INFO] [stdout] 398 | assert_eq!(i128::min_value(), rdr.read_i128::().unwrap()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:402:8 [INFO] [stdout] | [INFO] [stdout] 402 | fn read_i128(&mut self) -> Result { [INFO] [stdout] | --------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i128` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 393 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_u128` with a similar name [INFO] [stdout] | [INFO] [stdout] 398 - assert_eq!(i128::min_value(), rdr.read_i128::().unwrap()); [INFO] [stdout] 398 + assert_eq!(i128::min_value(), rdr.read_u128::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i16 (line 128) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 133 | assert_eq!(193, rdr.read_i16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:137:8 [INFO] [stdout] | [INFO] [stdout] 137 | fn read_i16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 128 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_u16` with a similar name [INFO] [stdout] | [INFO] [stdout] 133 - assert_eq!(193, rdr.read_i16::().unwrap()); [INFO] [stdout] 133 + assert_eq!(193, rdr.read_u16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:134:22 [INFO] [stdout] | [INFO] [stdout] 134 | assert_eq!(-132, rdr.read_i16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:137:8 [INFO] [stdout] | [INFO] [stdout] 137 | fn read_i16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 128 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_u16` with a similar name [INFO] [stdout] | [INFO] [stdout] 134 - assert_eq!(-132, rdr.read_i16::().unwrap()); [INFO] [stdout] 134 + assert_eq!(-132, rdr.read_u16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i24 (line 181) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i24` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:186:24 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(-34253, rdr.read_i24::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:189:8 [INFO] [stdout] | [INFO] [stdout] 189 | fn read_i24(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 181 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i64` with a similar name [INFO] [stdout] | [INFO] [stdout] 186 - assert_eq!(-34253, rdr.read_i24::().unwrap()); [INFO] [stdout] 186 + assert_eq!(-34253, rdr.read_i64::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i128_into (line 848) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:850:5 [INFO] [stdout] | [INFO] [stdout] 850 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i128_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:857:5 [INFO] [stdout] | [INFO] [stdout] 857 | rdr.read_i128_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:862:8 [INFO] [stdout] | [INFO] [stdout] 862 | fn read_i128_into( [INFO] [stdout] | -------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i128_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 848 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_u128_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 857 - rdr.read_i128_into::(&mut dst).unwrap(); [INFO] [stdout] 857 + rdr.read_u128_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i32 (line 233) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:235:5 [INFO] [stdout] | [INFO] [stdout] 235 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i32` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:238:24 [INFO] [stdout] | [INFO] [stdout] 238 | assert_eq!(-34253, rdr.read_i32::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:241:8 [INFO] [stdout] | [INFO] [stdout] 241 | fn read_i32(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 233 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 238 - assert_eq!(-34253, rdr.read_i32::().unwrap()); [INFO] [stdout] 238 + assert_eq!(-34253, rdr.read_f32::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i16_into (line 740) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:742:5 [INFO] [stdout] | [INFO] [stdout] 742 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i16_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:746:5 [INFO] [stdout] | [INFO] [stdout] 746 | rdr.read_i16_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:750:8 [INFO] [stdout] | [INFO] [stdout] 750 | fn read_i16_into(&mut self, dst: &mut [i16]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i16_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 740 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_u16_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 746 - rdr.read_i16_into::(&mut dst).unwrap(); [INFO] [stdout] 746 + rdr.read_u16_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i32_into (line 775) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:777:5 [INFO] [stdout] | [INFO] [stdout] 777 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i32_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:781:5 [INFO] [stdout] | [INFO] [stdout] 781 | rdr.read_i32_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:785:8 [INFO] [stdout] | [INFO] [stdout] 785 | fn read_i32_into(&mut self, dst: &mut [i32]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i32_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 775 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f32_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 781 - rdr.read_i32_into::(&mut dst).unwrap(); [INFO] [stdout] 781 + rdr.read_f32_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i48 (line 285) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i48` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:290:34 [INFO] [stdout] | [INFO] [stdout] 290 | assert_eq!(-108363435763825, rdr.read_i48::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 293 | fn read_i48(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 285 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 290 - assert_eq!(-108363435763825, rdr.read_i48::().unwrap()); [INFO] [stdout] 290 + assert_eq!(-108363435763825, rdr.read_i8::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i64 (line 337) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 339 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i64` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:342:34 [INFO] [stdout] | [INFO] [stdout] 342 | assert_eq!(i64::min_value(), rdr.read_i64::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:345:8 [INFO] [stdout] | [INFO] [stdout] 345 | fn read_i64(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 337 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 342 - assert_eq!(i64::min_value(), rdr.read_i64::().unwrap()); [INFO] [stdout] 342 + assert_eq!(i64::min_value(), rdr.read_f64::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i8 (line 74) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | use byteorder::ReadBytesExt; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i8` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | assert_eq!(2, rdr.read_i8().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn read_i8(&mut self) -> Result { [INFO] [stdout] | ------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 74 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 79 | assert_eq!(2, rdr.read_i48().unwrap()); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i8` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(-5, rdr.read_i8().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn read_i8(&mut self) -> Result { [INFO] [stdout] | ------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 74 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(-5, rdr.read_i48().unwrap()); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u128 (line 363) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:365:5 [INFO] [stdout] | [INFO] [stdout] 365 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u128` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:371:53 [INFO] [stdout] | [INFO] [stdout] 371 | assert_eq!(16947640962301618749969007319746179, rdr.read_u128::().unwrap()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:375:8 [INFO] [stdout] | [INFO] [stdout] 375 | fn read_u128(&mut self) -> Result { [INFO] [stdout] | --------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u128` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 363 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i128` with a similar name [INFO] [stdout] | [INFO] [stdout] 371 - assert_eq!(16947640962301618749969007319746179, rdr.read_u128::().unwrap()); [INFO] [stdout] 371 + assert_eq!(16947640962301618749969007319746179, rdr.read_i128::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i64_into (line 810) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:812:5 [INFO] [stdout] | [INFO] [stdout] 812 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i64_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:819:5 [INFO] [stdout] | [INFO] [stdout] 819 | rdr.read_i64_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:823:8 [INFO] [stdout] | [INFO] [stdout] 823 | fn read_i64_into(&mut self, dst: &mut [i64]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i64_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 810 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f64_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 819 - rdr.read_i64_into::(&mut dst).unwrap(); [INFO] [stdout] 819 + rdr.read_f64_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_i8_into (line 709) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i8_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:715:5 [INFO] [stdout] | [INFO] [stdout] 715 | rdr.read_i8_into(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:719:8 [INFO] [stdout] | [INFO] [stdout] 719 | fn read_i8_into(&mut self, dst: &mut [i8]) -> Result<()> { [INFO] [stdout] | ------------ the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i8_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 709 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i128_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 715 | rdr.read_i128_into(&mut dst).unwrap(); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_int (line 445) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:447:5 [INFO] [stdout] | [INFO] [stdout] 447 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_int` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:450:26 [INFO] [stdout] | [INFO] [stdout] 450 | assert_eq!(-4063364, rdr.read_int::(3).unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:452:8 [INFO] [stdout] | [INFO] [stdout] 452 | fn read_int(&mut self, nbytes: usize) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_int` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 445 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_uint` with a similar name [INFO] [stdout] | [INFO] [stdout] 450 | assert_eq!(-4063364, rdr.read_uint::(3).unwrap()); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u32_into (line 589) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:591:5 [INFO] [stdout] | [INFO] [stdout] 591 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u32_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:595:5 [INFO] [stdout] | [INFO] [stdout] 595 | rdr.read_u32_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:599:8 [INFO] [stdout] | [INFO] [stdout] 599 | fn read_u32_into(&mut self, dst: &mut [u32]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u32_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 589 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f32_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 595 - rdr.read_u32_into::(&mut dst).unwrap(); [INFO] [stdout] 595 + rdr.read_f32_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u16_into (line 554) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:556:5 [INFO] [stdout] | [INFO] [stdout] 556 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:560:5 [INFO] [stdout] | [INFO] [stdout] 560 | rdr.read_u16_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:564:8 [INFO] [stdout] | [INFO] [stdout] 564 | fn read_u16_into(&mut self, dst: &mut [u16]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 554 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 560 - rdr.read_u16_into::(&mut dst).unwrap(); [INFO] [stdout] 560 + rdr.read_i16_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u16 (line 101) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 101 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 106 - assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] 106 + assert_eq!(517, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 101 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 107 - assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] 107 + assert_eq!(768, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u48 (line 259) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u48` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:264:33 [INFO] [stdout] | [INFO] [stdout] 264 | assert_eq!(200598257150769, rdr.read_u48::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:267:8 [INFO] [stdout] | [INFO] [stdout] 267 | fn read_u48(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 259 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 264 - assert_eq!(200598257150769, rdr.read_u48::().unwrap()); [INFO] [stdout] 264 + assert_eq!(200598257150769, rdr.read_i48::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u128_into (line 662) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u128_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:671:5 [INFO] [stdout] | [INFO] [stdout] 671 | rdr.read_u128_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:676:8 [INFO] [stdout] | [INFO] [stdout] 676 | fn read_u128_into( [INFO] [stdout] | -------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u128_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 662 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i128_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 671 - rdr.read_u128_into::(&mut dst).unwrap(); [INFO] [stdout] 671 + rdr.read_i128_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u64 (line 311) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u64` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:316:33 [INFO] [stdout] | [INFO] [stdout] 316 | assert_eq!(918733457491587, rdr.read_u64::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:319:8 [INFO] [stdout] | [INFO] [stdout] 319 | fn read_u64(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 311 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 316 - assert_eq!(918733457491587, rdr.read_u64::().unwrap()); [INFO] [stdout] 316 + assert_eq!(918733457491587, rdr.read_f64::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u24 (line 155) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u24` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | assert_eq!(267, rdr.read_u24::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | fn read_u24(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 155 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i24` with a similar name [INFO] [stdout] | [INFO] [stdout] 160 - assert_eq!(267, rdr.read_u24::().unwrap()); [INFO] [stdout] 160 + assert_eq!(267, rdr.read_i24::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u32 (line 207) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u32` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:212:21 [INFO] [stdout] | [INFO] [stdout] 212 | assert_eq!(267, rdr.read_u32::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:215:8 [INFO] [stdout] | [INFO] [stdout] 215 | fn read_u32(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 207 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 212 - assert_eq!(267, rdr.read_u32::().unwrap()); [INFO] [stdout] 212 + assert_eq!(267, rdr.read_f32::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt (line 1065) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1066:5 [INFO] [stdout] | [INFO] [stdout] 1066 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | wtr.write_u16::(517).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1065 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1069 - wtr.write_u16::(517).unwrap(); [INFO] [stdout] 1069 + wtr.write_i16::(517).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1070:5 [INFO] [stdout] | [INFO] [stdout] 1070 | wtr.write_u16::(768).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1065 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1070 - wtr.write_u16::(768).unwrap(); [INFO] [stdout] 1070 + wtr.write_i16::(768).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_f64 (line 1568) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1571:5 [INFO] [stdout] | [INFO] [stdout] 1571 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_f64` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1574:5 [INFO] [stdout] | [INFO] [stdout] 1574 | wtr.write_f64::(f64::consts::PI).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1578:8 [INFO] [stdout] | [INFO] [stdout] 1578 | fn write_f64(&mut self, n: f64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_f64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1568 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1574 - wtr.write_f64::(f64::consts::PI).unwrap(); [INFO] [stdout] 1574 + wtr.write_i64::(f64::consts::PI).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i16 (line 1173) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1174:5 [INFO] [stdout] | [INFO] [stdout] 1174 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | wtr.write_i16::(193).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1182:8 [INFO] [stdout] | [INFO] [stdout] 1182 | fn write_i16(&mut self, n: i16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1173 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_u16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1177 - wtr.write_i16::(193).unwrap(); [INFO] [stdout] 1177 + wtr.write_u16::(193).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1178:5 [INFO] [stdout] | [INFO] [stdout] 1178 | wtr.write_i16::(-132).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1182:8 [INFO] [stdout] | [INFO] [stdout] 1182 | fn write_i16(&mut self, n: i16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1173 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_u16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1178 - wtr.write_i16::(-132).unwrap(); [INFO] [stdout] 1178 + wtr.write_u16::(-132).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u64_into (line 624) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:626:5 [INFO] [stdout] | [INFO] [stdout] 626 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u64_into` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 633 | rdr.read_u64_into::(&mut dst).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:637:8 [INFO] [stdout] | [INFO] [stdout] 637 | fn read_u64_into(&mut self, dst: &mut [u64]) -> Result<()> { [INFO] [stdout] | ------------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u64_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 624 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_f64_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 633 - rdr.read_u64_into::(&mut dst).unwrap(); [INFO] [stdout] 633 + rdr.read_f64_into::(&mut dst).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_u8 (line 44) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | use byteorder::ReadBytesExt; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u8` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 49 | assert_eq!(2, rdr.read_u8().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn read_u8(&mut self) -> Result { [INFO] [stdout] | ------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 44 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 49 - assert_eq!(2, rdr.read_u8().unwrap()); [INFO] [stdout] 49 + assert_eq!(2, rdr.read_i8().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u8` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | assert_eq!(5, rdr.read_u8().unwrap()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn read_u8(&mut self) -> Result { [INFO] [stdout] | ------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 44 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 50 - assert_eq!(5, rdr.read_u8().unwrap()); [INFO] [stdout] 50 + assert_eq!(5, rdr.read_i8().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i32 (line 1281) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1282:5 [INFO] [stdout] | [INFO] [stdout] 1282 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i32` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1285:5 [INFO] [stdout] | [INFO] [stdout] 1285 | wtr.write_i32::(-34253).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1290:8 [INFO] [stdout] | [INFO] [stdout] 1290 | fn write_i32(&mut self, n: i32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1281 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 1285 - wtr.write_i32::(-34253).unwrap(); [INFO] [stdout] 1285 + wtr.write_f32::(-34253).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i32` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1286:5 [INFO] [stdout] | [INFO] [stdout] 1286 | wtr.write_i32::(1205419366).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1290:8 [INFO] [stdout] | [INFO] [stdout] 1290 | fn write_i32(&mut self, n: i32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1281 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 1286 - wtr.write_i32::(1205419366).unwrap(); [INFO] [stdout] 1286 + wtr.write_f32::(1205419366).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::ReadBytesExt::read_uint (line 420) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:422:5 [INFO] [stdout] | [INFO] [stdout] 422 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_uint` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/io.rs:425:25 [INFO] [stdout] | [INFO] [stdout] 425 | assert_eq!(8418554, rdr.read_uint::(3).unwrap()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:427:8 [INFO] [stdout] | [INFO] [stdout] 427 | fn read_uint(&mut self, nbytes: usize) -> Result { [INFO] [stdout] | --------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_uint` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 420 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_int` with a similar name [INFO] [stdout] | [INFO] [stdout] 425 - assert_eq!(8418554, rdr.read_uint::(3).unwrap()); [INFO] [stdout] 425 + assert_eq!(8418554, rdr.read_int::(3).unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_f32 (line 1539) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1542:5 [INFO] [stdout] | [INFO] [stdout] 1542 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_f32` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1545:5 [INFO] [stdout] | [INFO] [stdout] 1545 | wtr.write_f32::(f32::consts::PI).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1549:8 [INFO] [stdout] | [INFO] [stdout] 1549 | fn write_f32(&mut self, n: f32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_f32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1539 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i32` with a similar name [INFO] [stdout] | [INFO] [stdout] 1545 - wtr.write_f32::(f32::consts::PI).unwrap(); [INFO] [stdout] 1545 + wtr.write_i32::(f32::consts::PI).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_int (line 1475) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1476:5 [INFO] [stdout] | [INFO] [stdout] 1476 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_int` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1479:5 [INFO] [stdout] | [INFO] [stdout] 1479 | wtr.write_int::(-3548172039376767, 7).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1484:8 [INFO] [stdout] | [INFO] [stdout] 1484 | fn write_int( [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_int` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1475 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_uint` with a similar name [INFO] [stdout] | [INFO] [stdout] 1479 | wtr.write_uint::(-3548172039376767, 7).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_int` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1480:5 [INFO] [stdout] | [INFO] [stdout] 1480 | wtr.write_int::(43, 7).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1484:8 [INFO] [stdout] | [INFO] [stdout] 1484 | fn write_int( [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_int` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1475 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_uint` with a similar name [INFO] [stdout] | [INFO] [stdout] 1480 | wtr.write_uint::(43, 7).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i48 (line 1335) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1336:5 [INFO] [stdout] | [INFO] [stdout] 1336 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i48` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1339:5 [INFO] [stdout] | [INFO] [stdout] 1339 | wtr.write_i48::(-108363435763825).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1344:8 [INFO] [stdout] | [INFO] [stdout] 1344 | fn write_i48(&mut self, n: i64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1335 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 1339 - wtr.write_i48::(-108363435763825).unwrap(); [INFO] [stdout] 1339 + wtr.write_i8::(-108363435763825).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i48` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1340:5 [INFO] [stdout] | [INFO] [stdout] 1340 | wtr.write_i48::(77).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1344:8 [INFO] [stdout] | [INFO] [stdout] 1344 | fn write_i48(&mut self, n: i64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1335 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 1340 - wtr.write_i48::(77).unwrap(); [INFO] [stdout] 1340 + wtr.write_i8::(77).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i8 (line 1121) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1122:5 [INFO] [stdout] | [INFO] [stdout] 1122 | use byteorder::WriteBytesExt; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i8` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1125:5 [INFO] [stdout] | [INFO] [stdout] 1125 | wtr.write_i8(2).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1130:8 [INFO] [stdout] | [INFO] [stdout] 1130 | fn write_i8(&mut self, n: i8) -> Result<()> { [INFO] [stdout] | -------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1121 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 1125 | wtr.write_i48(2).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i8` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1126:5 [INFO] [stdout] | [INFO] [stdout] 1126 | wtr.write_i8(-5).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1130:8 [INFO] [stdout] | [INFO] [stdout] 1130 | fn write_i8(&mut self, n: i8) -> Result<()> { [INFO] [stdout] | -------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1121 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 1126 | wtr.write_i48(-5).unwrap(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i24 (line 1227) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1228:5 [INFO] [stdout] | [INFO] [stdout] 1228 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i24` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1231:5 [INFO] [stdout] | [INFO] [stdout] 1231 | wtr.write_i24::(-34253).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1236:8 [INFO] [stdout] | [INFO] [stdout] 1236 | fn write_i24(&mut self, n: i32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1227 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1231 - wtr.write_i24::(-34253).unwrap(); [INFO] [stdout] 1231 + wtr.write_i64::(-34253).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i24` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1232:5 [INFO] [stdout] | [INFO] [stdout] 1232 | wtr.write_i24::(120111).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1236:8 [INFO] [stdout] | [INFO] [stdout] 1236 | fn write_i24(&mut self, n: i32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1227 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1232 - wtr.write_i24::(120111).unwrap(); [INFO] [stdout] 1232 + wtr.write_i64::(120111).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_i64 (line 1389) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1390:5 [INFO] [stdout] | [INFO] [stdout] 1390 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i64` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1393:5 [INFO] [stdout] | [INFO] [stdout] 1393 | wtr.write_i64::(i64::min_value()).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1398:8 [INFO] [stdout] | [INFO] [stdout] 1398 | fn write_i64(&mut self, n: i64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1389 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1393 - wtr.write_i64::(i64::min_value()).unwrap(); [INFO] [stdout] 1393 + wtr.write_f64::(i64::min_value()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_i64` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1394:5 [INFO] [stdout] | [INFO] [stdout] 1394 | wtr.write_i64::(i64::max_value()).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1398:8 [INFO] [stdout] | [INFO] [stdout] 1398 | fn write_i64(&mut self, n: i64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_i64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1389 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1394 - wtr.write_i64::(i64::max_value()).unwrap(); [INFO] [stdout] 1394 + wtr.write_f64::(i64::max_value()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u32 (line 1254) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1255:5 [INFO] [stdout] | [INFO] [stdout] 1255 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u32` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1258:5 [INFO] [stdout] | [INFO] [stdout] 1258 | wtr.write_u32::(267).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1263:8 [INFO] [stdout] | [INFO] [stdout] 1263 | fn write_u32(&mut self, n: u32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1254 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 1258 - wtr.write_u32::(267).unwrap(); [INFO] [stdout] 1258 + wtr.write_f32::(267).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u32` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1259:5 [INFO] [stdout] | [INFO] [stdout] 1259 | wtr.write_u32::(1205419366).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1263:8 [INFO] [stdout] | [INFO] [stdout] 1263 | fn write_u32(&mut self, n: u32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u32` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1254 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f32` with a similar name [INFO] [stdout] | [INFO] [stdout] 1259 - wtr.write_u32::(1205419366).unwrap(); [INFO] [stdout] 1259 + wtr.write_f32::(1205419366).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 22) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use byteorder::{BigEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/lib.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 22 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 29 - assert_eq!(517, rdr.read_u16::().unwrap()); [INFO] [stdout] 29 + assert_eq!(517, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_u16` found for struct `std::io::Cursor` in the current scope [INFO] [stdout] --> src/lib.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:110:8 [INFO] [stdout] | [INFO] [stdout] 110 | fn read_u16(&mut self) -> Result { [INFO] [stdout] | -------- the method is available for `std::io::Cursor>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 22 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 30 - assert_eq!(768, rdr.read_u16::().unwrap()); [INFO] [stdout] 30 + assert_eq!(768, rdr.read_i16::().unwrap()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u64 (line 1362) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1363:5 [INFO] [stdout] | [INFO] [stdout] 1363 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u64` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1366:5 [INFO] [stdout] | [INFO] [stdout] 1366 | wtr.write_u64::(918733457491587).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1371:8 [INFO] [stdout] | [INFO] [stdout] 1371 | fn write_u64(&mut self, n: u64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1362 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1366 - wtr.write_u64::(918733457491587).unwrap(); [INFO] [stdout] 1366 + wtr.write_f64::(918733457491587).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u64` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1367:5 [INFO] [stdout] | [INFO] [stdout] 1367 | wtr.write_u64::(143).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1371:8 [INFO] [stdout] | [INFO] [stdout] 1371 | fn write_u64(&mut self, n: u64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u64` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1362 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_f64` with a similar name [INFO] [stdout] | [INFO] [stdout] 1367 - wtr.write_u64::(143).unwrap(); [INFO] [stdout] 1367 + wtr.write_f64::(143).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - BigEndian (line 1834) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1835:5 [INFO] [stdout] | [INFO] [stdout] 1835 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u24 (line 1200) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1201:5 [INFO] [stdout] | [INFO] [stdout] 1201 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u24` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1204:5 [INFO] [stdout] | [INFO] [stdout] 1204 | wtr.write_u24::(267).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1209:8 [INFO] [stdout] | [INFO] [stdout] 1209 | fn write_u24(&mut self, n: u32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1200 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i24` with a similar name [INFO] [stdout] | [INFO] [stdout] 1204 - wtr.write_u24::(267).unwrap(); [INFO] [stdout] 1204 + wtr.write_i24::(267).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u24` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1205:5 [INFO] [stdout] | [INFO] [stdout] 1205 | wtr.write_u24::(120111).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1209:8 [INFO] [stdout] | [INFO] [stdout] 1209 | fn write_u24(&mut self, n: u32) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u24` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1200 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i24` with a similar name [INFO] [stdout] | [INFO] [stdout] 1205 - wtr.write_u24::(120111).unwrap(); [INFO] [stdout] 1205 + wtr.write_i24::(120111).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u16 (line 1146) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1147:5 [INFO] [stdout] | [INFO] [stdout] 1147 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1150:5 [INFO] [stdout] | [INFO] [stdout] 1150 | wtr.write_u16::(517).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1146 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1150 - wtr.write_u16::(517).unwrap(); [INFO] [stdout] 1150 + wtr.write_i16::(517).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | wtr.write_u16::(768).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1146 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 1151 - wtr.write_u16::(768).unwrap(); [INFO] [stdout] 1151 + wtr.write_i16::(768).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u48 (line 1308) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1309:5 [INFO] [stdout] | [INFO] [stdout] 1309 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u48` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1312:5 [INFO] [stdout] | [INFO] [stdout] 1312 | wtr.write_u48::(52360336390828).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1317:8 [INFO] [stdout] | [INFO] [stdout] 1317 | fn write_u48(&mut self, n: u64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1308 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 1312 - wtr.write_u48::(52360336390828).unwrap(); [INFO] [stdout] 1312 + wtr.write_i48::(52360336390828).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u48` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 1313 | wtr.write_u48::(541).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1317:8 [INFO] [stdout] | [INFO] [stdout] 1317 | fn write_u48(&mut self, n: u64) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u48` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1308 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i48` with a similar name [INFO] [stdout] | [INFO] [stdout] 1313 - wtr.write_u48::(541).unwrap(); [INFO] [stdout] 1313 + wtr.write_i48::(541).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_i128 (line 1794) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1795:5 [INFO] [stdout] | [INFO] [stdout] 1795 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder (line 213) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder (line 203) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_uint (line 1439) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1440:5 [INFO] [stdout] | [INFO] [stdout] 1440 | use byteorder::{BigEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_uint` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1443:5 [INFO] [stdout] | [INFO] [stdout] 1443 | wtr.write_uint::(312550384361, 5).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1448:8 [INFO] [stdout] | [INFO] [stdout] 1448 | fn write_uint( [INFO] [stdout] | ---------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_uint` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1439 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_int` with a similar name [INFO] [stdout] | [INFO] [stdout] 1443 - wtr.write_uint::(312550384361, 5).unwrap(); [INFO] [stdout] 1443 + wtr.write_int::(312550384361, 5).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_uint` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1444:5 [INFO] [stdout] | [INFO] [stdout] 1444 | wtr.write_uint::(43, 5).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1448:8 [INFO] [stdout] | [INFO] [stdout] 1448 | fn write_uint( [INFO] [stdout] | ---------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_uint` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1439 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_int` with a similar name [INFO] [stdout] | [INFO] [stdout] 1444 - wtr.write_uint::(43, 5).unwrap(); [INFO] [stdout] 1444 + wtr.write_int::(43, 5).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_i32 (line 1744) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1745:5 [INFO] [stdout] | [INFO] [stdout] 1745 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/io.rs - io::WriteBytesExt::write_u8 (line 1093) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/io.rs:1094:5 [INFO] [stdout] | [INFO] [stdout] 1094 | use byteorder::WriteBytesExt; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u8` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1097:5 [INFO] [stdout] | [INFO] [stdout] 1097 | wtr.write_u8(2).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1102:8 [INFO] [stdout] | [INFO] [stdout] 1102 | fn write_u8(&mut self, n: u8) -> Result<()> { [INFO] [stdout] | -------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1093 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 1097 - wtr.write_u8(2).unwrap(); [INFO] [stdout] 1097 + wtr.write_i8(2).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u8` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/io.rs:1098:5 [INFO] [stdout] | [INFO] [stdout] 1098 | wtr.write_u8(5).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1102:8 [INFO] [stdout] | [INFO] [stdout] 1102 | fn write_u8(&mut self, n: u8) -> Result<()> { [INFO] [stdout] | -------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u8` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1093 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i8` with a similar name [INFO] [stdout] | [INFO] [stdout] 1098 - wtr.write_u8(5).unwrap(); [INFO] [stdout] 1098 + wtr.write_i8(5).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_i64 (line 1769) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1770:5 [INFO] [stdout] | [INFO] [stdout] 1770 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_u16 (line 1642) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1643:5 [INFO] [stdout] | [INFO] [stdout] 1643 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_i16 (line 1719) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1720:5 [INFO] [stdout] | [INFO] [stdout] 1720 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_u32 (line 1661) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1662:5 [INFO] [stdout] | [INFO] [stdout] 1662 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f64 (line 756) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:757:5 [INFO] [stdout] | [INFO] [stdout] 757 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f64_into (line 1279) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1280:5 [INFO] [stdout] | [INFO] [stdout] 1280 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 35) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use byteorder::{LittleEndian, WriteBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/lib.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | wtr.write_u16::(517).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 35 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 39 - wtr.write_u16::(517).unwrap(); [INFO] [stdout] 39 + wtr.write_i16::(517).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `write_u16` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/lib.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | wtr.write_u16::(768).unwrap(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:1155:8 [INFO] [stdout] | [INFO] [stdout] 1155 | fn write_u16(&mut self, n: u16) -> Result<()> { [INFO] [stdout] | --------- the method is available for `Vec<_>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `WriteBytesExt` which provides `write_u16` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 35 + use byteorder_async::WriteBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `write_i16` with a similar name [INFO] [stdout] | [INFO] [stdout] 40 - wtr.write_u16::(768).unwrap(); [INFO] [stdout] 40 + wtr.write_i16::(768).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i128 (line 663) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f64_into_unchecked (line 1313) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 1314 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_u128 (line 1699) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1700:5 [INFO] [stdout] | [INFO] [stdout] 1700 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i128_into (line 1187) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1188:5 [INFO] [stdout] | [INFO] [stdout] 1188 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f32 (line 733) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:734:5 [INFO] [stdout] | [INFO] [stdout] 734 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::from_slice_u64 (line 1680) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1681:5 [INFO] [stdout] | [INFO] [stdout] 1681 | use byteorder::{ByteOrder, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f32_into_unchecked (line 1251) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1252:5 [INFO] [stdout] | [INFO] [stdout] 1252 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_f32_into (line 1218) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1219:5 [INFO] [stdout] | [INFO] [stdout] 1219 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i48 (line 619) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:620:5 [INFO] [stdout] | [INFO] [stdout] 620 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i24 (line 575) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i64 (line 641) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:642:5 [INFO] [stdout] | [INFO] [stdout] 642 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i16 (line 553) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:554:5 [INFO] [stdout] | [INFO] [stdout] 554 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i32_into (line 1129) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1130:5 [INFO] [stdout] | [INFO] [stdout] 1130 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i32 (line 597) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:598:5 [INFO] [stdout] | [INFO] [stdout] 598 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i16_into (line 1100) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1101:5 [INFO] [stdout] | [INFO] [stdout] 1101 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_i64_into (line 1158) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1159:5 [INFO] [stdout] | [INFO] [stdout] 1159 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_int (line 687) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:688:5 [INFO] [stdout] | [INFO] [stdout] 688 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u32_into (line 1030) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1031:5 [INFO] [stdout] | [INFO] [stdout] 1031 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u128 (line 332) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u32 (line 273) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u24 (line 252) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:253:5 [INFO] [stdout] | [INFO] [stdout] 253 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u128_into (line 1076) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1077:5 [INFO] [stdout] | [INFO] [stdout] 1077 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_uint (line 353) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u16_into (line 1007) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1008:5 [INFO] [stdout] | [INFO] [stdout] 1008 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u64 (line 313) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_int128 (line 710) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_uint128 (line 373) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_f32_into (line 1581) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1582:5 [INFO] [stdout] | [INFO] [stdout] 1582 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u48 (line 292) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::read_u64_into (line 1053) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1054:5 [INFO] [stdout] | [INFO] [stdout] 1054 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_f32 (line 959) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:960:5 [INFO] [stdout] | [INFO] [stdout] 960 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_f64 (line 983) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:984:5 [INFO] [stdout] | [INFO] [stdout] 984 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i16 (line 779) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:780:5 [INFO] [stdout] | [INFO] [stdout] 780 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_f64_into (line 1612) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1613:5 [INFO] [stdout] | [INFO] [stdout] 1613 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i128 (line 889) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:890:5 [INFO] [stdout] | [INFO] [stdout] 890 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i24 (line 801) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:802:5 [INFO] [stdout] | [INFO] [stdout] 802 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i128_into (line 1551) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1552:5 [INFO] [stdout] | [INFO] [stdout] 1552 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i64 (line 867) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:868:5 [INFO] [stdout] | [INFO] [stdout] 868 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i32 (line 823) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:824:5 [INFO] [stdout] | [INFO] [stdout] 824 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_int128 (line 936) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 937 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i16_into (line 1467) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1468:5 [INFO] [stdout] | [INFO] [stdout] 1468 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i48 (line 845) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:846:5 [INFO] [stdout] | [INFO] [stdout] 846 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_int (line 913) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:914:5 [INFO] [stdout] | [INFO] [stdout] 914 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i32_into (line 1495) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1496:5 [INFO] [stdout] | [INFO] [stdout] 1496 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u128 (line 492) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:493:5 [INFO] [stdout] | [INFO] [stdout] 493 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u16 (line 393) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i64_into (line 1523) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1524:5 [INFO] [stdout] | [INFO] [stdout] 1524 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u128_into (line 1409) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1410:5 [INFO] [stdout] | [INFO] [stdout] 1410 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u16_into (line 1340) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1341:5 [INFO] [stdout] | [INFO] [stdout] 1341 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_i8_into (line 1439) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1440:5 [INFO] [stdout] | [INFO] [stdout] 1440 | use byteorder::{ByteOrder, LittleEndian, ReadBytesExt}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_i8_into` found for reference `&[{integer}]` in the current scope [INFO] [stdout] --> src/lib.rs:1447:16 [INFO] [stdout] | [INFO] [stdout] 1447 | bytes.as_ref().read_i8_into(&mut numbers_got); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/io.rs:719:8 [INFO] [stdout] | [INFO] [stdout] 719 | fn read_i8_into(&mut self, dst: &mut [i8]) -> Result<()> { [INFO] [stdout] | ------------ the method is available for `&[{integer}]` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ReadBytesExt` which provides `read_i8_into` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1439 + use byteorder_async::ReadBytesExt; [INFO] [stdout] | [INFO] [stdout] help: there is a method `read_i128_into` with a similar name [INFO] [stdout] | [INFO] [stdout] 1447 | bytes.as_ref().read_i128_into(&mut numbers_got); [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u32 (line 433) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:434:5 [INFO] [stdout] | [INFO] [stdout] 434 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u64_into (line 1386) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1387:5 [INFO] [stdout] | [INFO] [stdout] 1387 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u24 (line 412) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:413:5 [INFO] [stdout] | [INFO] [stdout] 413 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_uint128 (line 533) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u32_into (line 1363) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1364:5 [INFO] [stdout] | [INFO] [stdout] 1364 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u48 (line 452) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:453:5 [INFO] [stdout] | [INFO] [stdout] 453 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_uint (line 513) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:514:5 [INFO] [stdout] | [INFO] [stdout] 514 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - ByteOrder::write_u64 (line 473) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:474:5 [INFO] [stdout] | [INFO] [stdout] 474 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - LittleEndian (line 1864) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1865:5 [INFO] [stdout] | [INFO] [stdout] 1865 | use byteorder::{ByteOrder, LittleEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - NetworkEndian (line 1900) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `byteorder` [INFO] [stdout] --> src/lib.rs:1901:5 [INFO] [stdout] | [INFO] [stdout] 1901 | use byteorder::{ByteOrder, NetworkEndian, BigEndian}; [INFO] [stdout] | ^^^^^^^^^ use of unresolved module or unlinked crate `byteorder` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `byteorder`, use `cargo add byteorder` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/io.rs - io::ReadBytesExt (line 16) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f32 (line 489) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f32_into (line 891) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f32_into_unchecked (line 936) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f64 (line 520) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f64_into (line 976) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_f64_into_unchecked (line 1027) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i128 (line 393) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i128_into (line 848) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i16 (line 128) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i16_into (line 740) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i24 (line 181) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i32 (line 233) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i32_into (line 775) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i48 (line 285) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i64 (line 337) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i64_into (line 810) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i8 (line 74) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_i8_into (line 709) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_int (line 445) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u128 (line 363) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u128_into (line 662) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u16 (line 101) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u16_into (line 554) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u24 (line 155) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u32 (line 207) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u32_into (line 589) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u48 (line 259) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u64 (line 311) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u64_into (line 624) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_u8 (line 44) [INFO] [stdout] src/io.rs - io::ReadBytesExt::read_uint (line 420) [INFO] [stdout] src/io.rs - io::WriteBytesExt (line 1065) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_f32 (line 1539) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_f64 (line 1568) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i16 (line 1173) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i24 (line 1227) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i32 (line 1281) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i48 (line 1335) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i64 (line 1389) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_i8 (line 1121) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_int (line 1475) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u16 (line 1146) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u24 (line 1200) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u32 (line 1254) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u48 (line 1308) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u64 (line 1362) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_u8 (line 1093) [INFO] [stdout] src/io.rs - io::WriteBytesExt::write_uint (line 1439) [INFO] [stdout] src/lib.rs - (line 22) [INFO] [stdout] src/lib.rs - (line 35) [INFO] [stdout] src/lib.rs - BigEndian (line 1834) [INFO] [stdout] src/lib.rs - ByteOrder (line 203) [INFO] [stdout] src/lib.rs - ByteOrder (line 213) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_i128 (line 1794) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_i16 (line 1719) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_i32 (line 1744) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_i64 (line 1769) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_u128 (line 1699) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_u16 (line 1642) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_u32 (line 1661) [INFO] [stdout] src/lib.rs - ByteOrder::from_slice_u64 (line 1680) [INFO] [stdout] src/lib.rs - ByteOrder::read_f32 (line 733) [INFO] [stdout] src/lib.rs - ByteOrder::read_f32_into (line 1218) [INFO] [stdout] src/lib.rs - ByteOrder::read_f32_into_unchecked (line 1251) [INFO] [stdout] src/lib.rs - ByteOrder::read_f64 (line 756) [INFO] [stdout] src/lib.rs - ByteOrder::read_f64_into (line 1279) [INFO] [stdout] src/lib.rs - ByteOrder::read_f64_into_unchecked (line 1313) [INFO] [stdout] src/lib.rs - ByteOrder::read_i128 (line 663) [INFO] [stdout] src/lib.rs - ByteOrder::read_i128_into (line 1187) [INFO] [stdout] src/lib.rs - ByteOrder::read_i16 (line 553) [INFO] [stdout] src/lib.rs - ByteOrder::read_i16_into (line 1100) [INFO] [stdout] src/lib.rs - ByteOrder::read_i24 (line 575) [INFO] [stdout] src/lib.rs - ByteOrder::read_i32 (line 597) [INFO] [stdout] src/lib.rs - ByteOrder::read_i32_into (line 1129) [INFO] [stdout] src/lib.rs - ByteOrder::read_i48 (line 619) [INFO] [stdout] src/lib.rs - ByteOrder::read_i64 (line 641) [INFO] [stdout] src/lib.rs - ByteOrder::read_i64_into (line 1158) [INFO] [stdout] src/lib.rs - ByteOrder::read_int (line 687) [INFO] [stdout] src/lib.rs - ByteOrder::read_int128 (line 710) [INFO] [stdout] src/lib.rs - ByteOrder::read_u128 (line 332) [INFO] [stdout] src/lib.rs - ByteOrder::read_u128_into (line 1076) [INFO] [stdout] src/lib.rs - ByteOrder::read_u16_into (line 1007) [INFO] [stdout] src/lib.rs - ByteOrder::read_u24 (line 252) [INFO] [stdout] src/lib.rs - ByteOrder::read_u32 (line 273) [INFO] [stdout] src/lib.rs - ByteOrder::read_u32_into (line 1030) [INFO] [stdout] src/lib.rs - ByteOrder::read_u48 (line 292) [INFO] [stdout] src/lib.rs - ByteOrder::read_u64 (line 313) [INFO] [stdout] src/lib.rs - ByteOrder::read_u64_into (line 1053) [INFO] [stdout] src/lib.rs - ByteOrder::read_uint (line 353) [INFO] [stdout] src/lib.rs - ByteOrder::read_uint128 (line 373) [INFO] [stdout] src/lib.rs - ByteOrder::write_f32 (line 959) [INFO] [stdout] src/lib.rs - ByteOrder::write_f32_into (line 1581) [INFO] [stdout] src/lib.rs - ByteOrder::write_f64 (line 983) [INFO] [stdout] src/lib.rs - ByteOrder::write_f64_into (line 1612) [INFO] [stdout] src/lib.rs - ByteOrder::write_i128 (line 889) [INFO] [stdout] src/lib.rs - ByteOrder::write_i128_into (line 1551) [INFO] [stdout] src/lib.rs - ByteOrder::write_i16 (line 779) [INFO] [stdout] src/lib.rs - ByteOrder::write_i16_into (line 1467) [INFO] [stdout] src/lib.rs - ByteOrder::write_i24 (line 801) [INFO] [stdout] src/lib.rs - ByteOrder::write_i32 (line 823) [INFO] [stdout] src/lib.rs - ByteOrder::write_i32_into (line 1495) [INFO] [stdout] src/lib.rs - ByteOrder::write_i48 (line 845) [INFO] [stdout] src/lib.rs - ByteOrder::write_i64 (line 867) [INFO] [stdout] src/lib.rs - ByteOrder::write_i64_into (line 1523) [INFO] [stdout] src/lib.rs - ByteOrder::write_i8_into (line 1439) [INFO] [stdout] src/lib.rs - ByteOrder::write_int (line 913) [INFO] [stdout] src/lib.rs - ByteOrder::write_int128 (line 936) [INFO] [stdout] src/lib.rs - ByteOrder::write_u128 (line 492) [INFO] [stdout] src/lib.rs - ByteOrder::write_u128_into (line 1409) [INFO] [stdout] src/lib.rs - ByteOrder::write_u16 (line 393) [INFO] [stdout] src/lib.rs - ByteOrder::write_u16_into (line 1340) [INFO] [stdout] src/lib.rs - ByteOrder::write_u24 (line 412) [INFO] [stdout] src/lib.rs - ByteOrder::write_u32 (line 433) [INFO] [stdout] src/lib.rs - ByteOrder::write_u32_into (line 1363) [INFO] [stdout] src/lib.rs - ByteOrder::write_u48 (line 452) [INFO] [stdout] src/lib.rs - ByteOrder::write_u64 (line 473) [INFO] [stdout] src/lib.rs - ByteOrder::write_u64_into (line 1386) [INFO] [stdout] src/lib.rs - ByteOrder::write_uint (line 513) [INFO] [stdout] src/lib.rs - ByteOrder::write_uint128 (line 533) [INFO] [stdout] src/lib.rs - LittleEndian (line 1864) [INFO] [stdout] src/lib.rs - NetworkEndian (line 1900) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 122 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.45s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "df95471d1817147e5e6ce0494d685f70cc2936b082a399a26f11d078b94a860b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df95471d1817147e5e6ce0494d685f70cc2936b082a399a26f11d078b94a860b", kill_on_drop: false }` [INFO] [stdout] df95471d1817147e5e6ce0494d685f70cc2936b082a399a26f11d078b94a860b