[INFO] fetching crate psp 0.3.12...
[INFO] testing psp-0.3.12 against 1.90.0 for beta-1.91-3
[INFO] extracting crate psp 0.3.12 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate psp 0.3.12
[INFO] finished tweaking crates.io crate psp 0.3.12
[INFO] tweaked toml for crates.io crate psp 0.3.12 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate psp 0.3.12 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate psp 0.3.12 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unstringify v0.1.4
[INFO] [stderr]   Downloaded embedded-graphics-core v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94c2e5cffa50965ee390388177d4c52683993bff747ca773b4b03ca42c2317ec
[INFO] running `Command { std: "docker" "start" "-a" "94c2e5cffa50965ee390388177d4c52683993bff747ca773b4b03ca42c2317ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94c2e5cffa50965ee390388177d4c52683993bff747ca773b4b03ca42c2317ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94c2e5cffa50965ee390388177d4c52683993bff747ca773b4b03ca42c2317ec", kill_on_drop: false }`
[INFO] [stdout] 94c2e5cffa50965ee390388177d4c52683993bff747ca773b4b03ca42c2317ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2570681d461d48be3d3babd96e2abaa15a788ce957c730dad19379217b39730
[INFO] running `Command { std: "docker" "start" "-a" "a2570681d461d48be3d3babd96e2abaa15a788ce957c730dad19379217b39730", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling psp v0.3.12 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling unstringify v0.1.4
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / #![feature(
[INFO] [stdout]  8 | |     asm_experimental_arch,
[INFO] [stdout]  9 | |     alloc_error_handler,
[INFO] [stdout] 10 | |     global_asm,
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     rustc_attrs
[INFO] [stdout] 17 | | )]
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `const_if_match` has been stable since `1.46.0` and no longer requires an attribute to enable
[INFO] [stdout]    = help: the feature `const_if_match` has been stable since `1.46.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #![feature(std_internals, panic_info_message, panic_internals, c_unwind)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `c_unwind` has been stable since `1.81.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]   --> src/lib.rs:20:41
[INFO] [stdout]    |
[INFO] [stdout] 20 | #![cfg_attr(not(feature = "stub-only"), feature(panic_unwind))]
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bootstrap`
[INFO] [stdout]   --> src/lib.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)]
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bootstrap)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/ctrl.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | / psp_extern! {
[INFO] [stdout]  93 | |     #![name = "sceCtrl"]
[INFO] [stdout]  94 | |     #![flags = 0x4001]
[INFO] [stdout]  95 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |     pub fn sceCtrlGetIdleCancelThreshold(idlereset: *mut i32, idleback: *mut i32) -> i32;
[INFO] [stdout] 203 | | }
[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 `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/display.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | / psp_extern! {
[INFO] [stdout]  38 | |     #![name = "sceDisplay"]
[INFO] [stdout]  39 | |     #![flags = 0x4001]
[INFO] [stdout]  40 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 144 | |     pub fn sceDisplayIsVblank() -> i32;
[INFO] [stdout] 145 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/ge.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | / psp_extern! {
[INFO] [stdout] 347 | |     #![name = "sceGe_user"]
[INFO] [stdout] 348 | |     #![flags = 0x4001]
[INFO] [stdout] 349 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 573 | |     pub fn sceGeUnsetCallback(cbid: i32) -> i32;
[INFO] [stdout] 574 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/kernel/thread.rs:439:1
[INFO] [stdout]      |
[INFO] [stdout]  439 | / psp_extern! {
[INFO] [stdout]  440 | |     #![name = "ThreadManForUser"]
[INFO] [stdout]  441 | |     #![flags = 0x4001]
[INFO] [stdout]  442 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 2377 | |     pub fn sceKernelReferGlobalProfiler() -> *mut DebugProfilerRegs;
[INFO] [stdout] 2378 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | / psp_extern! {
[INFO] [stdout]  22 | |     #![name = "LoadExecForUser"]
[INFO] [stdout]  23 | |     #![flags = 0x4001]
[INFO] [stdout]  24 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout]  63 | |     ) -> i32;
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / psp_extern! {
[INFO] [stdout] 115 | |     #![name = "SysMemUserForUser"]
[INFO] [stdout] 116 | |     #![flags = 0x4000]
[INFO] [stdout] 117 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 221 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 268 | / psp_extern! {
[INFO] [stdout] 269 | |     #![name = "UtilsForUser"]
[INFO] [stdout] 270 | |     #![flags = 0x4001]
[INFO] [stdout] 271 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 480 | |     ) -> i32;
[INFO] [stdout] 481 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:581:1
[INFO] [stdout]     |
[INFO] [stdout] 581 | / psp_extern! {
[INFO] [stdout] 582 | |     #![name = "InterruptManager"]
[INFO] [stdout] 583 | |     #![flags = 0x4000]
[INFO] [stdout] 584 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 659 | |     ) -> i32;
[INFO] [stdout] 660 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:662:1
[INFO] [stdout]     |
[INFO] [stdout] 662 | / psp_extern! {
[INFO] [stdout] 663 | |     #![name = "Kernel_Library"]
[INFO] [stdout] 664 | |     #![flags = 0x0001]
[INFO] [stdout] 665 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 709 | |     pub fn sceKernelIsCpuIntrEnable() -> i32;
[INFO] [stdout] 710 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/kernel/mod.rs:755:1
[INFO] [stdout]     |
[INFO] [stdout] 755 | / psp_extern! {
[INFO] [stdout] 756 | |     #![name = "ModuleMgrForUser"]
[INFO] [stdout] 757 | |     #![flags = 0x4001]
[INFO] [stdout] 758 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 978 | |     ) -> i32;
[INFO] [stdout] 979 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/kernel/mod.rs:981:1
[INFO] [stdout]      |
[INFO] [stdout]  981 | / psp_extern! {
[INFO] [stdout]  982 | |     #![name = "sceSuspendForUser"]
[INFO] [stdout]  983 | |     #![flags = 0x4000]
[INFO] [stdout]  984 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1033 | |     pub fn sceKernelVolatileMemUnlock(unk: i32) -> i32;
[INFO] [stdout] 1034 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/kernel/mod.rs:1036:1
[INFO] [stdout]      |
[INFO] [stdout] 1036 | / psp_extern! {
[INFO] [stdout] 1037 | |     #![name = "StdioForUser"]
[INFO] [stdout] 1038 | |     #![flags = 0x4001]
[INFO] [stdout] 1039 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1063 | |     pub fn sceKernelStderr() -> SceUid;
[INFO] [stdout] 1064 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/usb.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | / psp_extern! {
[INFO] [stdout]  22 | |     #![name = "sceUsb"]
[INFO] [stdout]  23 | |     #![flags = 0x4001]
[INFO] [stdout]  24 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 107 | |     pub fn sceUsbGetDrvState(driver_name: *const u8) -> i32;
[INFO] [stdout] 108 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/usb.rs:378:1
[INFO] [stdout]     |
[INFO] [stdout] 378 | / psp_extern! {
[INFO] [stdout] 379 | |     #![name = "sceUsbCam"]
[INFO] [stdout] 380 | |     #![flags = 0x4009]
[INFO] [stdout] 381 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 799 | |     pub fn sceUsbCamGetLensDirection() -> i32;
[INFO] [stdout] 800 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/usb.rs:802:1
[INFO] [stdout]     |
[INFO] [stdout] 802 | / psp_extern! {
[INFO] [stdout] 803 | |     #![name = "sceUsbstorBoot"]
[INFO] [stdout] 804 | |     #![flags = 0x4009]
[INFO] [stdout] 805 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 846 | |     pub fn sceUsbstorBootSetCapacity(size: u32) -> i32;
[INFO] [stdout] 847 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/power.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | / psp_extern! {
[INFO] [stdout]  53 | |     #![name = "scePower"]
[INFO] [stdout]  54 | |     #![flags = 0x4001]
[INFO] [stdout]  55 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |     pub fn scePowerRequestSuspend() -> i32;
[INFO] [stdout] 309 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/wlan.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / psp_extern! {
[INFO] [stdout]   2 | |     #![name = "sceWlanDrv"]
[INFO] [stdout]   3 | |     #![flags = 0x4001]
[INFO] [stdout]   4 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout]  33 | |     pub fn sceWlanGetEtherAddr(ether_addr: *mut u8) -> i32;
[INFO] [stdout]  34 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/wlan.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | / psp_extern! {
[INFO] [stdout]  37 | |     #![name = "sceWlanDrv_lib"]
[INFO] [stdout]  38 | |     #![flags = 0x4001]
[INFO] [stdout]  39 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout]  55 | |     pub fn sceWlanDevDetach() -> i32;
[INFO] [stdout]  56 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/rtc.rs:29:1
[INFO] [stdout]     |
[INFO] [stdout]  29 | / psp_extern! {
[INFO] [stdout]  30 | |     #![name = "sceRtc"]
[INFO] [stdout]  31 | |     #![flags = 0x4001]
[INFO] [stdout]  32 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 425 | |     ) -> i32;
[INFO] [stdout] 426 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/io.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | / psp_extern! {
[INFO] [stdout] 128 | |     #![name = "IoFileMgrForUser"]
[INFO] [stdout] 129 | |     #![flags = 0x4001]
[INFO] [stdout] 130 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 666 | |     ) -> i32;
[INFO] [stdout] 667 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/audio.rs:57:1
[INFO] [stdout]     |
[INFO] [stdout]  57 | / psp_extern! {
[INFO] [stdout]  58 | |     #![name = "sceAudio"]
[INFO] [stdout]  59 | |     #![flags = 0x4001]
[INFO] [stdout]  60 | |     #![version = (0, 0)]
[INFO] [stdout] ...   |
[INFO] [stdout] 380 | |     pub fn sceAudioPollInputEnd() -> i32;
[INFO] [stdout] 381 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/atrac.rs:17:1
[INFO] [stdout]     |
[INFO] [stdout]  17 | / psp_extern! {
[INFO] [stdout]  18 | |     #![name = "sceAtrac3plus"]
[INFO] [stdout]  19 | |     #![flags = 0x0009]
[INFO] [stdout]  20 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |     ) -> i32;
[INFO] [stdout] 275 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/jpeg.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / psp_extern! {
[INFO] [stdout]   4 | |     #![name = "sceJpeg"]
[INFO] [stdout]   5 | |     #![flags = 0x0009]
[INFO] [stdout]   6 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout]  64 | |     ) -> i32;
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/umd.rs:35:1
[INFO] [stdout]     |
[INFO] [stdout]  35 | / psp_extern! {
[INFO] [stdout]  36 | |     #![name = "sceUmdUser"]
[INFO] [stdout]  37 | |     #![flags = 0x4001]
[INFO] [stdout]  38 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...   |
[INFO] [stdout] 199 | |     pub fn sceUmdReplaceProhibit() -> i32;
[INFO] [stdout] 200 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/mpeg.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | / psp_extern! {
[INFO] [stdout]  85 | |     #![name = "sceMpeg"]
[INFO] [stdout]  86 | |     #![flags = 0x0009]
[INFO] [stdout]  87 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 396 | |     ) -> i32;
[INFO] [stdout] 397 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/mpeg.rs:439:1
[INFO] [stdout]     |
[INFO] [stdout] 439 | / psp_extern! {
[INFO] [stdout] 440 | |     #![name = "sceMpegbase"]
[INFO] [stdout] 441 | |     #![flags = 0x0009]
[INFO] [stdout] 442 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 464 | |     pub fn sceMpegbase_BEA18F91(lli: *mut SceMpegLLI) -> i32;
[INFO] [stdout] 465 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/hprm.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 | / psp_extern! {
[INFO] [stdout]  16 | |     #![name = "sceHprm"]
[INFO] [stdout]  17 | |     #![flags = 0x4001]
[INFO] [stdout]  18 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout]  78 | |     pub fn sceHprmIsMicrophoneExist() -> i32;
[INFO] [stdout]  79 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/mp3.rs:29:1
[INFO] [stdout]     |
[INFO] [stdout]  29 | / psp_extern! {
[INFO] [stdout]  30 | |     #![name = "sceMp3"]
[INFO] [stdout]  31 | |     #![flags = 0x0009]
[INFO] [stdout]  32 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...   |
[INFO] [stdout] 207 | |     pub fn sceMp3ResetPlayPosition(handle: Mp3Handle) -> i32;
[INFO] [stdout] 208 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/registry.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / psp_extern! {
[INFO] [stdout]  40 | |     #![name = "sceReg"]
[INFO] [stdout]  41 | |     #![flags = 0x4001]
[INFO] [stdout]  42 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 312 | |     pub fn sceRegRemoveRegistry(key: *mut RegistryKey) -> i32;
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/openpsid.rs:7:1
[INFO] [stdout]     |
[INFO] [stdout]   7 | / psp_extern! {
[INFO] [stdout]   8 | |     #![name = "sceOpenPSID"]
[INFO] [stdout]   9 | |     #![flags = 0x4001]
[INFO] [stdout]  10 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...   |
[INFO] [stdout]  13 | |     pub fn sceOpenPSIDGetOpenPSID(openpsid: *mut OpenPSID) -> i32;
[INFO] [stdout]  14 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/utility.rs:723:1
[INFO] [stdout]      |
[INFO] [stdout]  723 | / psp_extern! {
[INFO] [stdout]  724 | |     #![name = "sceUtility"]
[INFO] [stdout]  725 | |     #![flags = 0x4001]
[INFO] [stdout]  726 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1173 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/utility.rs:1175:1
[INFO] [stdout]      |
[INFO] [stdout] 1175 | / psp_extern! {
[INFO] [stdout] 1176 | |     #![name = "sceUtility_netparam_internal"]
[INFO] [stdout] 1177 | |     #![flags = 0x4001]
[INFO] [stdout] 1178 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1242 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/net.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / psp_extern! {
[INFO] [stdout]  13 | |     #![name = "sceNet"]
[INFO] [stdout]  14 | |     #![flags = 0x0009]
[INFO] [stdout]  15 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/net.rs:180:1
[INFO] [stdout]     |
[INFO] [stdout] 180 | / psp_extern! {
[INFO] [stdout] 181 | |     #![name = "sceNetAdhocctl"]
[INFO] [stdout] 182 | |     #![flags = 0x0009]
[INFO] [stdout] 183 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 477 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/net.rs:529:1
[INFO] [stdout]     |
[INFO] [stdout] 529 | / psp_extern! {
[INFO] [stdout] 530 | |     #![name = "sceNetAdhoc"]
[INFO] [stdout] 531 | |     #![flags = 0x0009]
[INFO] [stdout] 532 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 920 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:953:1
[INFO] [stdout]      |
[INFO] [stdout]  953 | / psp_extern! {
[INFO] [stdout]  954 | |     #![name = "sceNetAdhocMatching"]
[INFO] [stdout]  955 | |     #![flags = 0x0009]
[INFO] [stdout]  956 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1225 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:1315:1
[INFO] [stdout]      |
[INFO] [stdout] 1315 | / psp_extern! {
[INFO] [stdout] 1316 | |     #![name = "sceNetApctl"]
[INFO] [stdout] 1317 | |     #![flags = 0x0009]
[INFO] [stdout] 1318 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1429 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:1445:1
[INFO] [stdout]      |
[INFO] [stdout] 1445 | / psp_extern! {
[INFO] [stdout] 1446 | |     #![name = "sceNetInet"]
[INFO] [stdout] 1447 | |     #![flags = 0x0009]
[INFO] [stdout] 1448 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1606 | |     ) -> i32;
[INFO] [stdout] 1607 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:1609:1
[INFO] [stdout]      |
[INFO] [stdout] 1609 | / psp_extern! {
[INFO] [stdout] 1610 | |     #![name = "sceSsl"]
[INFO] [stdout] 1611 | |     #![flags = 0x0009]
[INFO] [stdout] 1612 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...    |
[INFO] [stdout] 1659 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:1694:1
[INFO] [stdout]      |
[INFO] [stdout] 1694 | / psp_extern! {
[INFO] [stdout] 1695 | |     #![name = "sceHttp"]
[INFO] [stdout] 1696 | |     #![flags = 0x0009]
[INFO] [stdout] 1697 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...    |
[INFO] [stdout] 2224 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]      |
[INFO] [stdout]  189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]      |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/sys/net.rs:2229:1
[INFO] [stdout]      |
[INFO] [stdout] 2229 | / psp_extern! {
[INFO] [stdout] 2230 | |     #![name = "sceNetResolver"]
[INFO] [stdout] 2231 | |     #![flags = 0x0009]
[INFO] [stdout] 2232 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...    |
[INFO] [stdout] 2338 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/font.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | / psp_extern! {
[INFO] [stdout] 223 | |     #![name = "sceLibFont"]
[INFO] [stdout] 224 | |     #![flags = 0x0009]
[INFO] [stdout] 225 | |     #![version = (0x00, 0x11)]
[INFO] [stdout] ...   |
[INFO] [stdout] 309 | |     pub fn sceFontGetShadowGlyphImage_Clip(handle: u32, char_code: u32, glyph: &mut SceFontGlyphImage, clip_x_pos: i32, clip_y_pos: i32) ...
[INFO] [stdout] 310 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/psmf.rs:206:1
[INFO] [stdout]     |
[INFO] [stdout] 206 | / psp_extern! {
[INFO] [stdout] 207 | |     #![name = "scePsmf"]
[INFO] [stdout] 208 | |     #![flags = 0x4001]
[INFO] [stdout] 209 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 274 | |     pub fn scePsmfGetEPidWithTimestamp(psmf_struct: &ScePsmf, ts: u32) -> u32;
[INFO] [stdout] 275 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (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/sys/macros.rs:189:32
[INFO] [stdout]     |
[INFO] [stdout] 189 |                       pub unsafe extern fn $name($($arg : $arg_ty),*) $(-> $ret)? {
[INFO] [stdout]     |                                  ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/sys/psmf.rs:277:1
[INFO] [stdout]     |
[INFO] [stdout] 277 | / psp_extern! {
[INFO] [stdout] 278 | |     #![name = "scePsmfPlayer"]
[INFO] [stdout] 279 | |     #![flags = 0x4001]
[INFO] [stdout] 280 | |     #![version = (0x00, 0x00)]
[INFO] [stdout] ...   |
[INFO] [stdout] 361 | |     pub fn scePsmfPlayerConfigPlayer(psmf_player: &mut PsmfPlayer, config_mode: PsmfConfigMode, config_attr: i32) -> u32;
[INFO] [stdout] 362 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `psp_extern` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bootstrap`
[INFO] [stdout]    --> src/panic.rs:163:16
[INFO] [stdout]     |
[INFO] [stdout] 163 | #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)]
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bootstrap)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bootstrap`
[INFO] [stdout]    --> src/panic.rs:140:20
[INFO] [stdout]     |
[INFO] [stdout] 140 |     #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)]
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bootstrap)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bootstrap`
[INFO] [stdout]    --> src/panic.rs:146:20
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[cfg_attr(not(bootstrap), rustc_std_internal_symbol)]
[INFO] [stdout]     |                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bootstrap)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `psp` (lib) due to 3 previous errors; 48 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a2570681d461d48be3d3babd96e2abaa15a788ce957c730dad19379217b39730", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2570681d461d48be3d3babd96e2abaa15a788ce957c730dad19379217b39730", kill_on_drop: false }`
[INFO] [stdout] a2570681d461d48be3d3babd96e2abaa15a788ce957c730dad19379217b39730
