[INFO] fetching crate fuser 0.9.1... [INFO] testing fuser-0.9.1 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate fuser 0.9.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate fuser 0.9.1 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fuser 0.9.1 [INFO] finished tweaking crates.io crate fuser 0.9.1 [INFO] tweaked toml for crates.io crate fuser 0.9.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate fuser 0.9.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f2c97d9cdcaed37607b526eb0b8ae5eda1024afabd32660fb046715d998872f9 [INFO] running `Command { std: "docker" "start" "-a" "f2c97d9cdcaed37607b526eb0b8ae5eda1024afabd32660fb046715d998872f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2c97d9cdcaed37607b526eb0b8ae5eda1024afabd32660fb046715d998872f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2c97d9cdcaed37607b526eb0b8ae5eda1024afabd32660fb046715d998872f9", kill_on_drop: false }` [INFO] [stdout] f2c97d9cdcaed37607b526eb0b8ae5eda1024afabd32660fb046715d998872f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 225402c0dc46ca3bed5489afa279e94524cbbf72b41879dc26f0df92c69a5473 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "225402c0dc46ca3bed5489afa279e94524cbbf72b41879dc26f0df92c69a5473", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fuser v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling page_size v0.4.2 [INFO] [stderr] Compiling users v0.11.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling zerocopy-derive v0.3.0 [INFO] [stderr] Compiling zerocopy v0.5.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub const EPERM: Errno = errno!(libc::EPERM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub const ENOENT: Errno = errno!(libc::ENOENT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub const ESRCH: Errno = errno!(libc::ESRCH); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub const EINTR: Errno = errno!(libc::EINTR); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub const EIO: Errno = errno!(libc::EIO); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub const ENXIO: Errno = errno!(libc::ENXIO); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub const E2BIG: Errno = errno!(libc::E2BIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub const ENOEXEC: Errno = errno!(libc::ENOEXEC); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub const EBADF: Errno = errno!(libc::EBADF); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub const ECHILD: Errno = errno!(libc::ECHILD); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub const EAGAIN: Errno = errno!(libc::EAGAIN); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub const ENOMEM: Errno = errno!(libc::ENOMEM); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub const EACCES: Errno = errno!(libc::EACCES); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub const EFAULT: Errno = errno!(libc::EFAULT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub const ENOTBLK: Errno = errno!(libc::ENOTBLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub const EBUSY: Errno = errno!(libc::EBUSY); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | pub const EEXIST: Errno = errno!(libc::EEXIST); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | pub const EXDEV: Errno = errno!(libc::EXDEV); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub const ENODEV: Errno = errno!(libc::ENODEV); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub const ENOTDIR: Errno = errno!(libc::ENOTDIR); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub const EISDIR: Errno = errno!(libc::EISDIR); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub const EINVAL: Errno = errno!(libc::EINVAL); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub const ENFILE: Errno = errno!(libc::ENFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub const EMFILE: Errno = errno!(libc::EMFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub const ENOTTY: Errno = errno!(libc::ENOTTY); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub const ETXTBSY: Errno = errno!(libc::ETXTBSY); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub const EFBIG: Errno = errno!(libc::EFBIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | pub const ENOSPC: Errno = errno!(libc::ENOSPC); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub const ESPIPE: Errno = errno!(libc::ESPIPE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const EROFS: Errno = errno!(libc::EROFS); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub const EMLINK: Errno = errno!(libc::EMLINK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | pub const EPIPE: Errno = errno!(libc::EPIPE); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub const EDOM: Errno = errno!(libc::EDOM); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | pub const ERANGE: Errno = errno!(libc::ERANGE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub const EDEADLK: Errno = errno!(libc::EDEADLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub const ENAMETOOLONG: Errno = errno!(libc::ENAMETOOLONG); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub const ENOLCK: Errno = errno!(libc::ENOLCK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub const ENOSYS: Errno = errno!(libc::ENOSYS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const ENOTEMPTY: Errno = errno!(libc::ENOTEMPTY); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub const ELOOP: Errno = errno!(libc::ELOOP); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub const EWOULDBLOCK: Errno = errno!(libc::EWOULDBLOCK); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | pub const ENOMSG: Errno = errno!(libc::ENOMSG); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub const EIDRM: Errno = errno!(libc::EIDRM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | pub const EREMOTE: Errno = errno!(libc::EREMOTE); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub const ENOLINK: Errno = errno!(libc::ENOLINK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | pub const EPROTO: Errno = errno!(libc::EPROTO); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | pub const EMULTIHOP: Errno = errno!(libc::EMULTIHOP); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub const EBADMSG: Errno = errno!(libc::EBADMSG); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub const EOVERFLOW: Errno = errno!(libc::EOVERFLOW); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | pub const EILSEQ: Errno = errno!(libc::EILSEQ); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | pub const EUSERS: Errno = errno!(libc::EUSERS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | pub const ENOTSOCK: Errno = errno!(libc::ENOTSOCK); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | pub const EDESTADDRREQ: Errno = errno!(libc::EDESTADDRREQ); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | pub const EMSGSIZE: Errno = errno!(libc::EMSGSIZE); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | pub const EPROTOTYPE: Errno = errno!(libc::EPROTOTYPE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | pub const ENOPROTOOPT: Errno = errno!(libc::ENOPROTOOPT); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | pub const EPROTONOSUPPORT: Errno = errno!(libc::EPROTONOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | pub const ESOCKTNOSUPPORT: Errno = errno!(libc::ESOCKTNOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | pub const EOPNOTSUPP: Errno = errno!(libc::EOPNOTSUPP); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | pub const EPFNOSUPPORT: Errno = errno!(libc::EPFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 164 | pub const EAFNOSUPPORT: Errno = errno!(libc::EAFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | pub const EADDRINUSE: Errno = errno!(libc::EADDRINUSE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub const EADDRNOTAVAIL: Errno = errno!(libc::EADDRNOTAVAIL); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 170 | pub const ENETDOWN: Errno = errno!(libc::ENETDOWN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | pub const ENETUNREACH: Errno = errno!(libc::ENETUNREACH); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 174 | pub const ENETRESET: Errno = errno!(libc::ENETRESET); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | pub const ECONNABORTED: Errno = errno!(libc::ECONNABORTED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 178 | pub const ECONNRESET: Errno = errno!(libc::ECONNRESET); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | pub const ENOBUFS: Errno = errno!(libc::ENOBUFS); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 182 | pub const EISCONN: Errno = errno!(libc::EISCONN); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | pub const ENOTCONN: Errno = errno!(libc::ENOTCONN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | pub const ESHUTDOWN: Errno = errno!(libc::ESHUTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | pub const ETOOMANYREFS: Errno = errno!(libc::ETOOMANYREFS); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | pub const ETIMEDOUT: Errno = errno!(libc::ETIMEDOUT); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | pub const ECONNREFUSED: Errno = errno!(libc::ECONNREFUSED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | pub const EHOSTDOWN: Errno = errno!(libc::EHOSTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub const EHOSTUNREACH: Errno = errno!(libc::EHOSTUNREACH); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | pub const EALREADY: Errno = errno!(libc::EALREADY); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 200 | pub const EINPROGRESS: Errno = errno!(libc::EINPROGRESS); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | pub const ESTALE: Errno = errno!(libc::ESTALE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | pub const EDQUOT: Errno = errno!(libc::EDQUOT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub const ECANCELED: Errno = errno!(libc::ECANCELED); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 208 | pub const EOWNERDEAD: Errno = errno!(libc::EOWNERDEAD); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 210 | pub const ENOTRECOVERABLE: Errno = errno!(libc::ENOTRECOVERABLE); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub const ENOTSUP: Errno = errno!(libc::ENOTSUP); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | pub const ENODATA: Errno = errno!(libc::ENODATA); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ino` [INFO] [stdout] --> src/ll/reply.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | ino: INodeNo, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/request.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | data: &'a [u8], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 88 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.35s [INFO] running `Command { std: "docker" "inspect" "225402c0dc46ca3bed5489afa279e94524cbbf72b41879dc26f0df92c69a5473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "225402c0dc46ca3bed5489afa279e94524cbbf72b41879dc26f0df92c69a5473", kill_on_drop: false }` [INFO] [stdout] 225402c0dc46ca3bed5489afa279e94524cbbf72b41879dc26f0df92c69a5473 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7904f6fa9c0f2db6537a9d5e5374c7d6a2ecf193c0df47a20f5b2e84a91d134a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7904f6fa9c0f2db6537a9d5e5374c7d6a2ecf193c0df47a20f5b2e84a91d134a", kill_on_drop: false }` [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub const EPERM: Errno = errno!(libc::EPERM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub const ENOENT: Errno = errno!(libc::ENOENT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub const ESRCH: Errno = errno!(libc::ESRCH); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub const EINTR: Errno = errno!(libc::EINTR); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub const EIO: Errno = errno!(libc::EIO); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub const ENXIO: Errno = errno!(libc::ENXIO); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub const E2BIG: Errno = errno!(libc::E2BIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub const ENOEXEC: Errno = errno!(libc::ENOEXEC); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub const EBADF: Errno = errno!(libc::EBADF); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub const ECHILD: Errno = errno!(libc::ECHILD); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub const EAGAIN: Errno = errno!(libc::EAGAIN); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub const ENOMEM: Errno = errno!(libc::ENOMEM); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub const EACCES: Errno = errno!(libc::EACCES); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub const EFAULT: Errno = errno!(libc::EFAULT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub const ENOTBLK: Errno = errno!(libc::ENOTBLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub const EBUSY: Errno = errno!(libc::EBUSY); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | pub const EEXIST: Errno = errno!(libc::EEXIST); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | pub const EXDEV: Errno = errno!(libc::EXDEV); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub const ENODEV: Errno = errno!(libc::ENODEV); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub const ENOTDIR: Errno = errno!(libc::ENOTDIR); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub const EISDIR: Errno = errno!(libc::EISDIR); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub const EINVAL: Errno = errno!(libc::EINVAL); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub const ENFILE: Errno = errno!(libc::ENFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub const EMFILE: Errno = errno!(libc::EMFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub const ENOTTY: Errno = errno!(libc::ENOTTY); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub const ETXTBSY: Errno = errno!(libc::ETXTBSY); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub const EFBIG: Errno = errno!(libc::EFBIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | pub const ENOSPC: Errno = errno!(libc::ENOSPC); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub const ESPIPE: Errno = errno!(libc::ESPIPE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const EROFS: Errno = errno!(libc::EROFS); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub const EMLINK: Errno = errno!(libc::EMLINK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | pub const EPIPE: Errno = errno!(libc::EPIPE); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub const EDOM: Errno = errno!(libc::EDOM); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | pub const ERANGE: Errno = errno!(libc::ERANGE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub const EDEADLK: Errno = errno!(libc::EDEADLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub const ENAMETOOLONG: Errno = errno!(libc::ENAMETOOLONG); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub const ENOLCK: Errno = errno!(libc::ENOLCK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub const ENOSYS: Errno = errno!(libc::ENOSYS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const ENOTEMPTY: Errno = errno!(libc::ENOTEMPTY); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub const ELOOP: Errno = errno!(libc::ELOOP); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub const EWOULDBLOCK: Errno = errno!(libc::EWOULDBLOCK); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | pub const ENOMSG: Errno = errno!(libc::ENOMSG); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub const EIDRM: Errno = errno!(libc::EIDRM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | pub const EREMOTE: Errno = errno!(libc::EREMOTE); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub const ENOLINK: Errno = errno!(libc::ENOLINK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | pub const EPROTO: Errno = errno!(libc::EPROTO); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | pub const EMULTIHOP: Errno = errno!(libc::EMULTIHOP); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub const EBADMSG: Errno = errno!(libc::EBADMSG); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub const EOVERFLOW: Errno = errno!(libc::EOVERFLOW); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | pub const EILSEQ: Errno = errno!(libc::EILSEQ); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | pub const EUSERS: Errno = errno!(libc::EUSERS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | pub const ENOTSOCK: Errno = errno!(libc::ENOTSOCK); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | pub const EDESTADDRREQ: Errno = errno!(libc::EDESTADDRREQ); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | pub const EMSGSIZE: Errno = errno!(libc::EMSGSIZE); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | pub const EPROTOTYPE: Errno = errno!(libc::EPROTOTYPE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | pub const ENOPROTOOPT: Errno = errno!(libc::ENOPROTOOPT); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | pub const EPROTONOSUPPORT: Errno = errno!(libc::EPROTONOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | pub const ESOCKTNOSUPPORT: Errno = errno!(libc::ESOCKTNOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | pub const EOPNOTSUPP: Errno = errno!(libc::EOPNOTSUPP); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | pub const EPFNOSUPPORT: Errno = errno!(libc::EPFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 164 | pub const EAFNOSUPPORT: Errno = errno!(libc::EAFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | pub const EADDRINUSE: Errno = errno!(libc::EADDRINUSE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub const EADDRNOTAVAIL: Errno = errno!(libc::EADDRNOTAVAIL); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 170 | pub const ENETDOWN: Errno = errno!(libc::ENETDOWN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | pub const ENETUNREACH: Errno = errno!(libc::ENETUNREACH); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 174 | pub const ENETRESET: Errno = errno!(libc::ENETRESET); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | pub const ECONNABORTED: Errno = errno!(libc::ECONNABORTED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 178 | pub const ECONNRESET: Errno = errno!(libc::ECONNRESET); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | pub const ENOBUFS: Errno = errno!(libc::ENOBUFS); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 182 | pub const EISCONN: Errno = errno!(libc::EISCONN); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | pub const ENOTCONN: Errno = errno!(libc::ENOTCONN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | pub const ESHUTDOWN: Errno = errno!(libc::ESHUTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | pub const ETOOMANYREFS: Errno = errno!(libc::ETOOMANYREFS); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | pub const ETIMEDOUT: Errno = errno!(libc::ETIMEDOUT); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | pub const ECONNREFUSED: Errno = errno!(libc::ECONNREFUSED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | pub const EHOSTDOWN: Errno = errno!(libc::EHOSTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub const EHOSTUNREACH: Errno = errno!(libc::EHOSTUNREACH); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | pub const EALREADY: Errno = errno!(libc::EALREADY); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 200 | pub const EINPROGRESS: Errno = errno!(libc::EINPROGRESS); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | pub const ESTALE: Errno = errno!(libc::ESTALE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | pub const EDQUOT: Errno = errno!(libc::EDQUOT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub const ECANCELED: Errno = errno!(libc::ECANCELED); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 208 | pub const EOWNERDEAD: Errno = errno!(libc::EOWNERDEAD); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 210 | pub const ENOTRECOVERABLE: Errno = errno!(libc::ENOTRECOVERABLE); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub const ENOTSUP: Errno = errno!(libc::ENOTSUP); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | pub const ENODATA: Errno = errno!(libc::ENODATA); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ino` [INFO] [stdout] --> src/ll/reply.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | ino: INodeNo, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/request.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | data: &'a [u8], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 88 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling fuser v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub const EPERM: Errno = errno!(libc::EPERM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub const ENOENT: Errno = errno!(libc::ENOENT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub const ESRCH: Errno = errno!(libc::ESRCH); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | pub const EINTR: Errno = errno!(libc::EINTR); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub const EIO: Errno = errno!(libc::EIO); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub const ENXIO: Errno = errno!(libc::ENXIO); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub const E2BIG: Errno = errno!(libc::E2BIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub const ENOEXEC: Errno = errno!(libc::ENOEXEC); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub const EBADF: Errno = errno!(libc::EBADF); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub const ECHILD: Errno = errno!(libc::ECHILD); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub const EAGAIN: Errno = errno!(libc::EAGAIN); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub const ENOMEM: Errno = errno!(libc::ENOMEM); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub const EACCES: Errno = errno!(libc::EACCES); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub const EFAULT: Errno = errno!(libc::EFAULT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | pub const ENOTBLK: Errno = errno!(libc::ENOTBLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub const EBUSY: Errno = errno!(libc::EBUSY); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | pub const EEXIST: Errno = errno!(libc::EEXIST); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | pub const EXDEV: Errno = errno!(libc::EXDEV); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub const ENODEV: Errno = errno!(libc::ENODEV); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub const ENOTDIR: Errno = errno!(libc::ENOTDIR); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub const EISDIR: Errno = errno!(libc::EISDIR); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub const EINVAL: Errno = errno!(libc::EINVAL); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | pub const ENFILE: Errno = errno!(libc::ENFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub const EMFILE: Errno = errno!(libc::EMFILE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub const ENOTTY: Errno = errno!(libc::ENOTTY); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub const ETXTBSY: Errno = errno!(libc::ETXTBSY); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub const EFBIG: Errno = errno!(libc::EFBIG); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | pub const ENOSPC: Errno = errno!(libc::ENOSPC); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | pub const ESPIPE: Errno = errno!(libc::ESPIPE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | pub const EROFS: Errno = errno!(libc::EROFS); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub const EMLINK: Errno = errno!(libc::EMLINK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | pub const EPIPE: Errno = errno!(libc::EPIPE); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub const EDOM: Errno = errno!(libc::EDOM); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | pub const ERANGE: Errno = errno!(libc::ERANGE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 112 | pub const EDEADLK: Errno = errno!(libc::EDEADLK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub const ENAMETOOLONG: Errno = errno!(libc::ENAMETOOLONG); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 116 | pub const ENOLCK: Errno = errno!(libc::ENOLCK); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub const ENOSYS: Errno = errno!(libc::ENOSYS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | pub const ENOTEMPTY: Errno = errno!(libc::ENOTEMPTY); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub const ELOOP: Errno = errno!(libc::ELOOP); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub const EWOULDBLOCK: Errno = errno!(libc::EWOULDBLOCK); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 126 | pub const ENOMSG: Errno = errno!(libc::ENOMSG); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub const EIDRM: Errno = errno!(libc::EIDRM); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 130 | pub const EREMOTE: Errno = errno!(libc::EREMOTE); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | pub const ENOLINK: Errno = errno!(libc::ENOLINK); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 134 | pub const EPROTO: Errno = errno!(libc::EPROTO); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | pub const EMULTIHOP: Errno = errno!(libc::EMULTIHOP); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 138 | pub const EBADMSG: Errno = errno!(libc::EBADMSG); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub const EOVERFLOW: Errno = errno!(libc::EOVERFLOW); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | pub const EILSEQ: Errno = errno!(libc::EILSEQ); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | pub const EUSERS: Errno = errno!(libc::EUSERS); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 146 | pub const ENOTSOCK: Errno = errno!(libc::ENOTSOCK); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | pub const EDESTADDRREQ: Errno = errno!(libc::EDESTADDRREQ); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | pub const EMSGSIZE: Errno = errno!(libc::EMSGSIZE); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 152 | pub const EPROTOTYPE: Errno = errno!(libc::EPROTOTYPE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 154 | pub const ENOPROTOOPT: Errno = errno!(libc::ENOPROTOOPT); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | pub const EPROTONOSUPPORT: Errno = errno!(libc::EPROTONOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | pub const ESOCKTNOSUPPORT: Errno = errno!(libc::ESOCKTNOSUPPORT); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | pub const EOPNOTSUPP: Errno = errno!(libc::EOPNOTSUPP); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | pub const EPFNOSUPPORT: Errno = errno!(libc::EPFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 164 | pub const EAFNOSUPPORT: Errno = errno!(libc::EAFNOSUPPORT); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 166 | pub const EADDRINUSE: Errno = errno!(libc::EADDRINUSE); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 168 | pub const EADDRNOTAVAIL: Errno = errno!(libc::EADDRNOTAVAIL); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 170 | pub const ENETDOWN: Errno = errno!(libc::ENETDOWN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | pub const ENETUNREACH: Errno = errno!(libc::ENETUNREACH); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 174 | pub const ENETRESET: Errno = errno!(libc::ENETRESET); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | pub const ECONNABORTED: Errno = errno!(libc::ECONNABORTED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 178 | pub const ECONNRESET: Errno = errno!(libc::ECONNRESET); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | pub const ENOBUFS: Errno = errno!(libc::ENOBUFS); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 182 | pub const EISCONN: Errno = errno!(libc::EISCONN); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | pub const ENOTCONN: Errno = errno!(libc::ENOTCONN); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | pub const ESHUTDOWN: Errno = errno!(libc::ESHUTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | pub const ETOOMANYREFS: Errno = errno!(libc::ETOOMANYREFS); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | pub const ETIMEDOUT: Errno = errno!(libc::ETIMEDOUT); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 192 | pub const ECONNREFUSED: Errno = errno!(libc::ECONNREFUSED); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | pub const EHOSTDOWN: Errno = errno!(libc::EHOSTDOWN); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub const EHOSTUNREACH: Errno = errno!(libc::EHOSTUNREACH); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | pub const EALREADY: Errno = errno!(libc::EALREADY); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 200 | pub const EINPROGRESS: Errno = errno!(libc::EINPROGRESS); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 202 | pub const ESTALE: Errno = errno!(libc::ESTALE); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 204 | pub const EDQUOT: Errno = errno!(libc::EDQUOT); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub const ECANCELED: Errno = errno!(libc::ECANCELED); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 208 | pub const EOWNERDEAD: Errno = errno!(libc::EOWNERDEAD); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 210 | pub const ENOTRECOVERABLE: Errno = errno!(libc::ENOTRECOVERABLE); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub const ENOTSUP: Errno = errno!(libc::ENOTSUP); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/ll/mod.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 216 | pub const ENODATA: Errno = errno!(libc::ENODATA); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ino` [INFO] [stdout] --> src/ll/reply.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | ino: INodeNo, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/request.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | data: &'a [u8], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 88 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 36.89s [INFO] running `Command { std: "docker" "inspect" "7904f6fa9c0f2db6537a9d5e5374c7d6a2ecf193c0df47a20f5b2e84a91d134a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7904f6fa9c0f2db6537a9d5e5374c7d6a2ecf193c0df47a20f5b2e84a91d134a", kill_on_drop: false }` [INFO] [stdout] 7904f6fa9c0f2db6537a9d5e5374c7d6a2ecf193c0df47a20f5b2e84a91d134a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b450edc3ee289dd5f996e577d832eda11384660fbac3ecd7f3bc6e12414306d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3b450edc3ee289dd5f996e577d832eda11384660fbac3ecd7f3bc6e12414306d", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 44 | pub const EPERM: Errno = errno!(libc::EPERM); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 46 | pub const ENOENT: Errno = errno!(libc::ENOENT); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 48 | pub const ESRCH: Errno = errno!(libc::ESRCH); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 50 | pub const EINTR: Errno = errno!(libc::EINTR); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 52 | pub const EIO: Errno = errno!(libc::EIO); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 54 | pub const ENXIO: Errno = errno!(libc::ENXIO); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 56 | pub const E2BIG: Errno = errno!(libc::E2BIG); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 58 | pub const ENOEXEC: Errno = errno!(libc::ENOEXEC); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 60 | pub const EBADF: Errno = errno!(libc::EBADF); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 62 | pub const ECHILD: Errno = errno!(libc::ECHILD); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 64 | pub const EAGAIN: Errno = errno!(libc::EAGAIN); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 66 | pub const ENOMEM: Errno = errno!(libc::ENOMEM); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 68 | pub const EACCES: Errno = errno!(libc::EACCES); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 70 | pub const EFAULT: Errno = errno!(libc::EFAULT); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 72 | pub const ENOTBLK: Errno = errno!(libc::ENOTBLK); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 74 | pub const EBUSY: Errno = errno!(libc::EBUSY); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 76 | pub const EEXIST: Errno = errno!(libc::EEXIST); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 78 | pub const EXDEV: Errno = errno!(libc::EXDEV); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 80 | pub const ENODEV: Errno = errno!(libc::ENODEV); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 82 | pub const ENOTDIR: Errno = errno!(libc::ENOTDIR); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 84 | pub const EISDIR: Errno = errno!(libc::EISDIR); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 86 | pub const EINVAL: Errno = errno!(libc::EINVAL); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 88 | pub const ENFILE: Errno = errno!(libc::ENFILE); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 90 | pub const EMFILE: Errno = errno!(libc::EMFILE); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 92 | pub const ENOTTY: Errno = errno!(libc::ENOTTY); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 94 | pub const ETXTBSY: Errno = errno!(libc::ETXTBSY); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 96 | pub const EFBIG: Errno = errno!(libc::EFBIG); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 98 | pub const ENOSPC: Errno = errno!(libc::ENOSPC); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 100 | pub const ESPIPE: Errno = errno!(libc::ESPIPE); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 102 | pub const EROFS: Errno = errno!(libc::EROFS); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 104 | pub const EMLINK: Errno = errno!(libc::EMLINK); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 106 | pub const EPIPE: Errno = errno!(libc::EPIPE); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 108 | pub const EDOM: Errno = errno!(libc::EDOM); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 110 | pub const ERANGE: Errno = errno!(libc::ERANGE); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 112 | pub const EDEADLK: Errno = errno!(libc::EDEADLK); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 114 | pub const ENAMETOOLONG: Errno = errno!(libc::ENAMETOOLONG); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 116 | pub const ENOLCK: Errno = errno!(libc::ENOLCK); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 118 | pub const ENOSYS: Errno = errno!(libc::ENOSYS); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 120 | pub const ENOTEMPTY: Errno = errno!(libc::ENOTEMPTY); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 122 | pub const ELOOP: Errno = errno!(libc::ELOOP); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 124 | pub const EWOULDBLOCK: Errno = errno!(libc::EWOULDBLOCK); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 126 | pub const ENOMSG: Errno = errno!(libc::ENOMSG); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 128 | pub const EIDRM: Errno = errno!(libc::EIDRM); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 130 | pub const EREMOTE: Errno = errno!(libc::EREMOTE); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 132 | pub const ENOLINK: Errno = errno!(libc::ENOLINK); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 134 | pub const EPROTO: Errno = errno!(libc::EPROTO); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 136 | pub const EMULTIHOP: Errno = errno!(libc::EMULTIHOP); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 138 | pub const EBADMSG: Errno = errno!(libc::EBADMSG); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 140 | pub const EOVERFLOW: Errno = errno!(libc::EOVERFLOW); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 142 | pub const EILSEQ: Errno = errno!(libc::EILSEQ); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 144 | pub const EUSERS: Errno = errno!(libc::EUSERS); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 146 | pub const ENOTSOCK: Errno = errno!(libc::ENOTSOCK); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 148 | pub const EDESTADDRREQ: Errno = errno!(libc::EDESTADDRREQ); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 150 | pub const EMSGSIZE: Errno = errno!(libc::EMSGSIZE); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 152 | pub const EPROTOTYPE: Errno = errno!(libc::EPROTOTYPE); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 154 | pub const ENOPROTOOPT: Errno = errno!(libc::ENOPROTOOPT); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 156 | pub const EPROTONOSUPPORT: Errno = errno!(libc::EPROTONOSUPPORT); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 158 | pub const ESOCKTNOSUPPORT: Errno = errno!(libc::ESOCKTNOSUPPORT); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 160 | pub const EOPNOTSUPP: Errno = errno!(libc::EOPNOTSUPP); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 162 | pub const EPFNOSUPPORT: Errno = errno!(libc::EPFNOSUPPORT); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 164 | pub const EAFNOSUPPORT: Errno = errno!(libc::EAFNOSUPPORT); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 166 | pub const EADDRINUSE: Errno = errno!(libc::EADDRINUSE); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 168 | pub const EADDRNOTAVAIL: Errno = errno!(libc::EADDRNOTAVAIL); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 170 | pub const ENETDOWN: Errno = errno!(libc::ENETDOWN); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 172 | pub const ENETUNREACH: Errno = errno!(libc::ENETUNREACH); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 174 | pub const ENETRESET: Errno = errno!(libc::ENETRESET); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 176 | pub const ECONNABORTED: Errno = errno!(libc::ECONNABORTED); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 178 | pub const ECONNRESET: Errno = errno!(libc::ECONNRESET); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 180 | pub const ENOBUFS: Errno = errno!(libc::ENOBUFS); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 182 | pub const EISCONN: Errno = errno!(libc::EISCONN); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 184 | pub const ENOTCONN: Errno = errno!(libc::ENOTCONN); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 186 | pub const ESHUTDOWN: Errno = errno!(libc::ESHUTDOWN); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 188 | pub const ETOOMANYREFS: Errno = errno!(libc::ETOOMANYREFS); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 190 | pub const ETIMEDOUT: Errno = errno!(libc::ETIMEDOUT); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 192 | pub const ECONNREFUSED: Errno = errno!(libc::ECONNREFUSED); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 194 | pub const EHOSTDOWN: Errno = errno!(libc::EHOSTDOWN); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 196 | pub const EHOSTUNREACH: Errno = errno!(libc::EHOSTUNREACH); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 198 | pub const EALREADY: Errno = errno!(libc::EALREADY); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 200 | pub const EINPROGRESS: Errno = errno!(libc::EINPROGRESS); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 202 | pub const ESTALE: Errno = errno!(libc::ESTALE); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 204 | pub const EDQUOT: Errno = errno!(libc::EDQUOT); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 206 | pub const ECANCELED: Errno = errno!(libc::ECANCELED); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 208 | pub const EOWNERDEAD: Errno = errno!(libc::EOWNERDEAD); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 210 | pub const ENOTRECOVERABLE: Errno = errno!(libc::ENOTRECOVERABLE); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 212 | pub const ENOTSUP: Errno = errno!(libc::ENOTSUP); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/ll/mod.rs:35:11 [INFO] [stderr] | [INFO] [stderr] 35 | }); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 216 | pub const ENODATA: Errno = errno!(libc::ENODATA); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `errno` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ino` [INFO] [stderr] --> src/ll/reply.rs:414:5 [INFO] [stderr] | [INFO] [stderr] 414 | ino: INodeNo, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> src/request.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | data: &'a [u8], [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `fuser` (lib) generated 88 warnings [INFO] [stderr] warning: `fuser` (lib test) generated 88 warnings (88 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fuser-af74403cb74b5c26) [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test ll::reply::test::reply_bmap ... ok [INFO] [stdout] test ll::reply::test::reply_create ... ok [INFO] [stdout] test ll::reply::test::reply_empty ... ok [INFO] [stdout] test ll::reply::test::reply_error ... ok [INFO] [stdout] test ll::reply::test::reply_lock ... ok [INFO] [stdout] test ll::reply::test::reply_open ... ok [INFO] [stdout] test ll::reply::test::reply_statfs ... ok [INFO] [stdout] test ll::reply::test::reply_write ... ok [INFO] [stdout] test ll::reply::test::reply_xattr_data ... ok [INFO] [stdout] test ll::request::tests::init ... ok [INFO] [stdout] test ll::request::tests::mknod ... ok [INFO] [stderr] fuse: device not found, try 'modprobe fuse' first [INFO] [stdout] test ll::request::tests::short_read ... ok [INFO] [stdout] test ll::request::tests::short_read_header ... ok [INFO] [stdout] test mnt::mount_options::test::option_checking ... ok [INFO] [stdout] test mnt::mount_options::test::option_round_trip ... ok [INFO] [stdout] test mnt::mount_options::test::test_parse_options ... ok [INFO] [stdout] test ll::argument::tests::all_data ... ok [INFO] [stdout] test ll::argument::tests::string_argument ... ok [INFO] [stdout] test ll::reply::test::reply_attr ... ok [INFO] [stdout] test ll::reply::test::reply_entry ... ok [INFO] [stdout] test ll::reply::test::reply_xattr_size ... ok [INFO] [stdout] test reply::test::reply_attr ... ok [INFO] [stdout] test reply::test::reply_directory ... ok [INFO] [stdout] test ll::reply::test::reply_directory ... ok [INFO] [stdout] test ll::reply::test::reply_data ... ok [INFO] [stdout] test reply::test::reply_empty ... ok [INFO] [stdout] test reply::test::reply_data ... ok [INFO] [stdout] test ll::argument::tests::mixed_arguments ... ok [INFO] [stdout] test reply::test::reply_bmap ... ok [INFO] [stdout] test mnt::test::fuse_args ... ok [INFO] [stdout] test ll::argument::tests::generic_argument ... ok [INFO] [stdout] test ll::argument::tests::out_of_data ... ok [INFO] [stdout] test reply::test::serialize_struct ... ok [INFO] [stdout] test reply::test::reply_open ... ok [INFO] [stdout] test reply::test::serialize_slice ... ok [INFO] [stdout] test reply::test::reply_create ... ok [INFO] [stdout] test reply::test::reply_entry ... ok [INFO] [stdout] test reply::test::reply_xattr_data ... ok [INFO] [stdout] test reply::test::reply_error ... ok [INFO] [stdout] test reply::test::reply_raw ... ok [INFO] [stdout] test reply::test::reply_xattr_size ... ok [INFO] [stdout] test reply::test::reply_lock ... ok [INFO] [stdout] test reply::test::reply_write ... ok [INFO] [stdout] test reply::test::serialize_empty ... ok [INFO] [stdout] test reply::test::reply_statfs ... ok [INFO] [stdout] test reply::test::async_reply ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test mnt::test::mount_unmount ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- mnt::test::mount_unmount stdout ---- [INFO] [stdout] thread 'mnt::test::mount_unmount' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/mnt/mod.rs:165:58 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bcaa6055ec - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55bcaa6055ec - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55bcaa6055ec - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55bcaa6055ec - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55bcaa62945c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55bcaa6013a5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x55bcaa607460 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55bcaa607460 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55bcaa607460 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55bcaa607046 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55bcaa607b14 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55bcaa6075f0 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55bcaa605aa4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55bcaa607559 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55bcaa507ca1 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x55bcaa507d93 - core::result::unwrap_failed::h885d3f7beb571353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/result.rs:1613:5 [INFO] [stdout] 16: 0x55bcaa55ce33 - core::result::Result::unwrap::h322b325147fc07b3 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/result.rs:1295:23 [INFO] [stdout] 17: 0x55bcaa549a6f - fuser::mnt::test::mount_unmount::hccd91ae547cacdb5 [INFO] [stdout] at /opt/rustwide/workdir/src/mnt/mod.rs:165:29 [INFO] [stdout] 18: 0x55bcaa54993a - fuser::mnt::test::mount_unmount::{{closure}}::hecfdebd1f02cae38 [INFO] [stdout] at /opt/rustwide/workdir/src/mnt/mod.rs:160:5 [INFO] [stdout] 19: 0x55bcaa54ca5e - core::ops::function::FnOnce::call_once::hca32a94dca336f54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55bcaa5df933 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55bcaa5df933 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 22: 0x55bcaa5de547 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 23: 0x55bcaa5de547 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55bcaa5de547 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x55bcaa5de547 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x55bcaa5de547 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x55bcaa5de547 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 28: 0x55bcaa5de547 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 29: 0x55bcaa5ab7ee - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 30: 0x55bcaa5ab7ee - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x55bcaa5b0548 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 32: 0x55bcaa5b0548 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55bcaa5b0548 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x55bcaa5b0548 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x55bcaa5b0548 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x55bcaa5b0548 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 37: 0x55bcaa5b0548 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55bcaa60d2b3 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 39: 0x55bcaa60d2b3 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 40: 0x55bcaa60d2b3 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7f74dbf52609 - start_thread [INFO] [stdout] 42: 0x7f74dbd22293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] mnt::test::mount_unmount [INFO] [stdout] [INFO] [stdout] test result: FAILED. 46 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b450edc3ee289dd5f996e577d832eda11384660fbac3ecd7f3bc6e12414306d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b450edc3ee289dd5f996e577d832eda11384660fbac3ecd7f3bc6e12414306d", kill_on_drop: false }` [INFO] [stdout] 3b450edc3ee289dd5f996e577d832eda11384660fbac3ecd7f3bc6e12414306d