[INFO] fetching crate sgx_libc 1.1.1...
[INFO] testing sgx_libc-1.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate sgx_libc 1.1.1 into /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sgx_libc 1.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b1da7a217c93a68b644e8d0a617b2bc50d7a444f80d91cbb9fca1f3e1d18ed2
[INFO] running `Command { std: "docker" "start" "-a" "8b1da7a217c93a68b644e8d0a617b2bc50d7a444f80d91cbb9fca1f3e1d18ed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b1da7a217c93a68b644e8d0a617b2bc50d7a444f80d91cbb9fca1f3e1d18ed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b1da7a217c93a68b644e8d0a617b2bc50d7a444f80d91cbb9fca1f3e1d18ed2", kill_on_drop: false }`
[INFO] [stdout] 8b1da7a217c93a68b644e8d0a617b2bc50d7a444f80d91cbb9fca1f3e1d18ed2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42cf8f9487f41899bc0654602284c92206aaca14e70fd8550d03609c3aee6976
[INFO] running `Command { std: "docker" "start" "-a" "42cf8f9487f41899bc0654602284c92206aaca14e70fd8550d03609c3aee6976", 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 0.91s
[INFO] running `Command { std: "docker" "inspect" "42cf8f9487f41899bc0654602284c92206aaca14e70fd8550d03609c3aee6976", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42cf8f9487f41899bc0654602284c92206aaca14e70fd8550d03609c3aee6976", kill_on_drop: false }`
[INFO] [stdout] 42cf8f9487f41899bc0654602284c92206aaca14e70fd8550d03609c3aee6976
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7575b51b6d963930dfe537d5cab7c3a52a35c4cbe8065b37d33e10c307423ca9
[INFO] running `Command { std: "docker" "start" "-a" "7575b51b6d963930dfe537d5cab7c3a52a35c4cbe8065b37d33e10c307423ca9", 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] [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] [stderr]    Compiling sgx_libc v1.1.1 (/opt/rustwide/workdir)
[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" "/opt/rustwide/target/debug/deps/rustc8PqdrN/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-1d77afe482156173.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" "/opt/rustwide/target/debug/deps/rustc8PqdrN/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-cf27c2048a2fa065" "-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" "7575b51b6d963930dfe537d5cab7c3a52a35c4cbe8065b37d33e10c307423ca9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7575b51b6d963930dfe537d5cab7c3a52a35c4cbe8065b37d33e10c307423ca9", kill_on_drop: false }`
[INFO] [stdout] 7575b51b6d963930dfe537d5cab7c3a52a35c4cbe8065b37d33e10c307423ca9
