[INFO] fetching crate sgx_libc 1.1.1... [INFO] checking sgx_libc-1.1.1 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate sgx_libc 1.1.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate sgx_libc 1.1.1 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sgx_libc 1.1.1 [INFO] finished tweaking crates.io crate sgx_libc 1.1.1 [INFO] tweaked toml for crates.io crate sgx_libc 1.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding sgx_types v1.1.1 (available: v1.1.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 194b4a5200348ad7623f84efcad20fe0078ee3a73a8a6650edaa5ef0871a2418 [INFO] running `Command { std: "docker" "start" "-a" "194b4a5200348ad7623f84efcad20fe0078ee3a73a8a6650edaa5ef0871a2418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "194b4a5200348ad7623f84efcad20fe0078ee3a73a8a6650edaa5ef0871a2418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "194b4a5200348ad7623f84efcad20fe0078ee3a73a8a6650edaa5ef0871a2418", kill_on_drop: false }` [INFO] [stdout] 194b4a5200348ad7623f84efcad20fe0078ee3a73a8a6650edaa5ef0871a2418 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba6bb9d42f4024ae651bb3912935abdd41b1ce455736b8fbaaa927b9c5d08e43 [INFO] running `Command { std: "docker" "start" "-a" "ba6bb9d42f4024ae651bb3912935abdd41b1ce455736b8fbaaa927b9c5d08e43", kill_on_drop: false }` [INFO] [stderr] Checking sgx_types v1.1.1 [INFO] [stderr] Checking sgx_libc v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | f: extern fn(*mut c_void) -> *mut c_void, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:54:74 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn pthread_once(once_control: *mut pthread_once_t, init_routine: extern fn()) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:57:51 [INFO] [stdout] | [INFO] [stdout] 57 | ... dtor: Option) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `extra_traits` [INFO] [stdout] --> src/macros.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg_attr(feature = "extra_traits", derive(Debug, Eq, Hash, PartialEq))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/linux/x86_64/mod.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | / s! { [INFO] [stdout] 201 | | pub struct stat { [INFO] [stdout] 202 | | pub st_dev: dev_t, [INFO] [stdout] 203 | | pub st_ino: ino_t, [INFO] [stdout] ... | [INFO] [stdout] 476 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `align` and `default` [INFO] [stdout] = help: consider adding `extra_traits` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | f: extern fn(*mut c_void) -> *mut c_void, [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:54:74 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn pthread_once(once_control: *mut pthread_once_t, init_routine: extern fn()) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:57:51 [INFO] [stdout] | [INFO] [stdout] 57 | ... dtor: Option) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/linux/x86_64/mod.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/linux/x86_64/ocall.rs:673:17 [INFO] [stdout] | [INFO] [stdout] 673 | let mut temp_pwd = &mut *pwd; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/linux/x86_64/ocall.rs:673:17 [INFO] [stdout] | [INFO] [stdout] 673 | let mut temp_pwd = &mut *pwd; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "ba6bb9d42f4024ae651bb3912935abdd41b1ce455736b8fbaaa927b9c5d08e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba6bb9d42f4024ae651bb3912935abdd41b1ce455736b8fbaaa927b9c5d08e43", kill_on_drop: false }` [INFO] [stdout] ba6bb9d42f4024ae651bb3912935abdd41b1ce455736b8fbaaa927b9c5d08e43