[INFO] fetching crate libc 0.2.169... [INFO] building libc-0.2.169 against master#f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9 for pr-137044 [INFO] extracting crate libc 0.2.169 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate libc 0.2.169 on toolchain f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libc 0.2.169 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate libc 0.2.169 [INFO] tweaked toml for crates.io crate libc 0.2.169 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5bee45a834efb9e6ba4d5c087b9242e5113fe631b140d7a97386db33356fb7b4 [INFO] running `Command { std: "docker" "start" "-a" "5bee45a834efb9e6ba4d5c087b9242e5113fe631b140d7a97386db33356fb7b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5bee45a834efb9e6ba4d5c087b9242e5113fe631b140d7a97386db33356fb7b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bee45a834efb9e6ba4d5c087b9242e5113fe631b140d7a97386db33356fb7b4", kill_on_drop: false }` [INFO] [stdout] 5bee45a834efb9e6ba4d5c087b9242e5113fe631b140d7a97386db33356fb7b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acad361ef9ab3ca8be97a06c642e884d8a31fe7f6e8f89dca92aac1dab3e165b [INFO] running `Command { std: "docker" "start" "-a" "acad361ef9ab3ca8be97a06c642e884d8a31fe7f6e8f89dca92aac1dab3e165b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 (/opt/rustwide/workdir) [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/mod.rs:1506:1 [INFO] [stdout] | [INFO] [stdout] 1506 | / safe_f! { [INFO] [stdout] 1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's [INFO] [stdout] 1508 | | // reimplement them for all UNIX platforms [INFO] [stdout] 1509 | | pub {const} fn htonl(hostlong: u32) -> u32 { [INFO] [stdout] ... | [INFO] [stdout] 1521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1614:1 [INFO] [stdout] | [INFO] [stdout] 1614 | / f! { [INFO] [stdout] 1615 | | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { [INFO] [stdout] 1616 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() { [INFO] [stdout] 1617 | | (*mhdr).msg_control as *mut cmsghdr [INFO] [stdout] ... | [INFO] [stdout] 1660 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1662:1 [INFO] [stdout] | [INFO] [stdout] 1662 | / safe_f! { [INFO] [stdout] 1663 | | pub fn SIGRTMAX() -> c_int { [INFO] [stdout] 1664 | | unsafe { __libc_current_sigrtmax() } [INFO] [stdout] ... | [INFO] [stdout] 1739 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5804:1 [INFO] [stdout] | [INFO] [stdout] 5804 | / f! { [INFO] [stdout] 5805 | | pub fn NLA_ALIGN(len: c_int) -> c_int { [INFO] [stdout] 5806 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1); [INFO] [stdout] ... | [INFO] [stdout] 5978 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5980:1 [INFO] [stdout] | [INFO] [stdout] 5980 | / safe_f! { [INFO] [stdout] 5981 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t { [INFO] [stdout] 5982 | | let major = major as crate::dev_t; [INFO] [stdout] 5983 | | let minor = minor as crate::dev_t; [INFO] [stdout] ... | [INFO] [stdout] 6003 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "acad361ef9ab3ca8be97a06c642e884d8a31fe7f6e8f89dca92aac1dab3e165b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acad361ef9ab3ca8be97a06c642e884d8a31fe7f6e8f89dca92aac1dab3e165b", kill_on_drop: false }` [INFO] [stdout] acad361ef9ab3ca8be97a06c642e884d8a31fe7f6e8f89dca92aac1dab3e165b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f77247ac59b29ce927f4d2cd1c26a4b2d1d358c9" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 052b9184a6b92d297471534665a177c63856d632cbbe877cad5d37436d9a6a57 [INFO] running `Command { std: "docker" "start" "-a" "052b9184a6b92d297471534665a177c63856d632cbbe877cad5d37436d9a6a57", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 (/opt/rustwide/workdir) [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/mod.rs:1506:1 [INFO] [stdout] | [INFO] [stdout] 1506 | / safe_f! { [INFO] [stdout] 1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's [INFO] [stdout] 1508 | | // reimplement them for all UNIX platforms [INFO] [stdout] 1509 | | pub {const} fn htonl(hostlong: u32) -> u32 { [INFO] [stdout] ... | [INFO] [stdout] 1521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1614:1 [INFO] [stdout] | [INFO] [stdout] 1614 | / f! { [INFO] [stdout] 1615 | | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { [INFO] [stdout] 1616 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() { [INFO] [stdout] 1617 | | (*mhdr).msg_control as *mut cmsghdr [INFO] [stdout] ... | [INFO] [stdout] 1660 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1662:1 [INFO] [stdout] | [INFO] [stdout] 1662 | / safe_f! { [INFO] [stdout] 1663 | | pub fn SIGRTMAX() -> c_int { [INFO] [stdout] 1664 | | unsafe { __libc_current_sigrtmax() } [INFO] [stdout] ... | [INFO] [stdout] 1739 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5804:1 [INFO] [stdout] | [INFO] [stdout] 5804 | / f! { [INFO] [stdout] 5805 | | pub fn NLA_ALIGN(len: c_int) -> c_int { [INFO] [stdout] 5806 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1); [INFO] [stdout] ... | [INFO] [stdout] 5978 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5980:1 [INFO] [stdout] | [INFO] [stdout] 5980 | / safe_f! { [INFO] [stdout] 5981 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t { [INFO] [stdout] 5982 | | let major = major as crate::dev_t; [INFO] [stdout] 5983 | | let minor = minor as crate::dev_t; [INFO] [stdout] ... | [INFO] [stdout] 6003 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/mod.rs:1506:1 [INFO] [stdout] | [INFO] [stdout] 1506 | / safe_f! { [INFO] [stdout] 1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's [INFO] [stdout] 1508 | | // reimplement them for all UNIX platforms [INFO] [stdout] 1509 | | pub {const} fn htonl(hostlong: u32) -> u32 { [INFO] [stdout] ... | [INFO] [stdout] 1521 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1614:1 [INFO] [stdout] | [INFO] [stdout] 1614 | / f! { [INFO] [stdout] 1615 | | pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { [INFO] [stdout] 1616 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() { [INFO] [stdout] 1617 | | (*mhdr).msg_control as *mut cmsghdr [INFO] [stdout] ... | [INFO] [stdout] 1660 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/mod.rs:1662:1 [INFO] [stdout] | [INFO] [stdout] 1662 | / safe_f! { [INFO] [stdout] 1663 | | pub fn SIGRTMAX() -> c_int { [INFO] [stdout] 1664 | | unsafe { __libc_current_sigrtmax() } [INFO] [stdout] ... | [INFO] [stdout] 1739 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5804:1 [INFO] [stdout] | [INFO] [stdout] 5804 | / f! { [INFO] [stdout] 5805 | | pub fn NLA_ALIGN(len: c_int) -> c_int { [INFO] [stdout] 5806 | | return ((len) + NLA_ALIGNTO - 1) & !(NLA_ALIGNTO - 1); [INFO] [stdout] ... | [INFO] [stdout] 5978 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/macros.rs:260:36 [INFO] [stdout] | [INFO] [stdout] 260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] ::: src/unix/linux_like/linux/mod.rs:5980:1 [INFO] [stdout] | [INFO] [stdout] 5980 | / safe_f! { [INFO] [stdout] 5981 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t { [INFO] [stdout] 5982 | | let major = major as crate::dev_t; [INFO] [stdout] 5983 | | let minor = minor as crate::dev_t; [INFO] [stdout] ... | [INFO] [stdout] 6003 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "052b9184a6b92d297471534665a177c63856d632cbbe877cad5d37436d9a6a57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052b9184a6b92d297471534665a177c63856d632cbbe877cad5d37436d9a6a57", kill_on_drop: false }` [INFO] [stdout] 052b9184a6b92d297471534665a177c63856d632cbbe877cad5d37436d9a6a57