[INFO] fetching crate sgx_libc 1.1.1...
[INFO] testing sgx_libc-1.1.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate sgx_libc 1.1.1 into /workspace/builds/worker-6-tc2/source
[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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sgx_libc 1.1.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02079e2c074b66a4d74658f4e0e48b856a089d994bc813892833f4491f56f286
[INFO] running `Command { std: "docker" "start" "-a" "02079e2c074b66a4d74658f4e0e48b856a089d994bc813892833f4491f56f286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02079e2c074b66a4d74658f4e0e48b856a089d994bc813892833f4491f56f286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02079e2c074b66a4d74658f4e0e48b856a089d994bc813892833f4491f56f286", kill_on_drop: false }`
[INFO] [stdout] 02079e2c074b66a4d74658f4e0e48b856a089d994bc813892833f4491f56f286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f817ea11e6957fcef0df05d2141d1d935b0ccda7f0e057f79b25c7dab3ae3c8
[INFO] running `Command { std: "docker" "start" "-a" "2f817ea11e6957fcef0df05d2141d1d935b0ccda7f0e057f79b25c7dab3ae3c8", kill_on_drop: false }`
[INFO] [stderr]    Compiling sgx_types v1.1.1
[INFO] [stderr]    Compiling 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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<unsafe extern fn(*mut c_void)>) -> 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "2f817ea11e6957fcef0df05d2141d1d935b0ccda7f0e057f79b25c7dab3ae3c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f817ea11e6957fcef0df05d2141d1d935b0ccda7f0e057f79b25c7dab3ae3c8", kill_on_drop: false }`
[INFO] [stdout] 2f817ea11e6957fcef0df05d2141d1d935b0ccda7f0e057f79b25c7dab3ae3c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f81facf25d32a0c559646238ae237977a20914c332bcc79d40f7738c76dd1f2
[INFO] running `Command { std: "docker" "start" "-a" "3f81facf25d32a0c559646238ae237977a20914c332bcc79d40f7738c76dd1f2", kill_on_drop: false }`
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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] [stderr]    Compiling 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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<unsafe extern fn(*mut c_void)>) -> 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)]` (part of `#[warn(unused)]`) on by default
[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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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<unsafe extern fn(*mut c_void)>) -> 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)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcv9kYXi/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lsgx_pthread" "-lsgx_trts" "-lsgx_tstdc" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*}.rlib" "/opt/rustwide/target/debug/deps/libsgx_types-d709db8cc83c4014.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcv9kYXi/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sgx_libc-17b2b2d2f6a0a190" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lsgx_pthread
[INFO] [stdout]           rust-lld: error: unable to find library -lsgx_trts
[INFO] [stdout]           rust-lld: error: unable to find library -lsgx_tstdc
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sgx_libc` (lib test) due to 1 previous error; 42 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3f81facf25d32a0c559646238ae237977a20914c332bcc79d40f7738c76dd1f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f81facf25d32a0c559646238ae237977a20914c332bcc79d40f7738c76dd1f2", kill_on_drop: false }`
[INFO] [stdout] 3f81facf25d32a0c559646238ae237977a20914c332bcc79d40f7738c76dd1f2
