[INFO] fetching crate xtensa-lx6-rt 0.4.0... [INFO] checking xtensa-lx6-rt-0.4.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate xtensa-lx6-rt 0.4.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate xtensa-lx6-rt 0.4.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xtensa-lx6-rt 0.4.0 [INFO] finished tweaking crates.io crate xtensa-lx6-rt 0.4.0 [INFO] tweaked toml for crates.io crate xtensa-lx6-rt 0.4.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ea681fd8664b859a7ed97eb6cca27d94f247b4854c90b6ce6dea89d6eb71b78 [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" "4ea681fd8664b859a7ed97eb6cca27d94f247b4854c90b6ce6dea89d6eb71b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ea681fd8664b859a7ed97eb6cca27d94f247b4854c90b6ce6dea89d6eb71b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ea681fd8664b859a7ed97eb6cca27d94f247b4854c90b6ce6dea89d6eb71b78", kill_on_drop: false }` [INFO] [stdout] 4ea681fd8664b859a7ed97eb6cca27d94f247b4854c90b6ce6dea89d6eb71b78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30eb7c706bc123d1da27afa3c5894bdd2183882252c64b4f55deb8ded1c1ed51 [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" "30eb7c706bc123d1da27afa3c5894bdd2183882252c64b4f55deb8ded1c1ed51", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling xtensa-lx6-rt v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking r0 v1.0.0 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling xtensa-lx6-rt-proc-macros v0.1.0 [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / llvm_asm!( [INFO] [stdout] 241 | | " [INFO] [stdout] 242 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 243 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 248 | | " [INFO] [stdout] 249 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_naked_functions)]` 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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / llvm_asm!( [INFO] [stdout] 257 | | " [INFO] [stdout] 258 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 259 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 267 | | " [INFO] [stdout] 268 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | / llvm_asm!( [INFO] [stdout] 276 | | " [INFO] [stdout] 277 | | wsr a0, EXCSAVE1 // preserve a0 (EXCSAVE1 can be reused as long as there [INFO] [stdout] 278 | | // is no double exception in the first exception until [INFO] [stdout] ... | [INFO] [stdout] 281 | | " [INFO] [stdout] 282 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | / llvm_asm!( [INFO] [stdout] 290 | | " [INFO] [stdout] 291 | | wsr a0, EXCSAVE2 // preserve a0 [INFO] [stdout] 292 | | call0 __naked_level_2_interrupt // used as long jump [INFO] [stdout] 293 | | " [INFO] [stdout] 294 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / llvm_asm!( [INFO] [stdout] 302 | | " [INFO] [stdout] 303 | | wsr a0, EXCSAVE3 // preserve a0 [INFO] [stdout] 304 | | call0 __naked_level_3_interrupt // used as long jump [INFO] [stdout] 305 | | " [INFO] [stdout] 306 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / llvm_asm!( [INFO] [stdout] 314 | | " [INFO] [stdout] 315 | | wsr a0, EXCSAVE4 // preserve a0 [INFO] [stdout] 316 | | call0 __naked_level_4_interrupt // used as long jump [INFO] [stdout] 317 | | " [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | / llvm_asm!( [INFO] [stdout] 326 | | " [INFO] [stdout] 327 | | wsr a0, EXCSAVE5 // preserve a0 [INFO] [stdout] 328 | | call0 __naked_level_5_interrupt // used as long jump [INFO] [stdout] 329 | | " [INFO] [stdout] 330 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / llvm_asm!( [INFO] [stdout] 338 | | " [INFO] [stdout] 339 | | wsr a0, EXCSAVE6 // preserve a0 [INFO] [stdout] 340 | | call0 __naked_level_6_interrupt // used as long jump [INFO] [stdout] 341 | | " [INFO] [stdout] 342 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | / llvm_asm!( [INFO] [stdout] 350 | | " [INFO] [stdout] 351 | | wsr a0, EXCSAVE7 // preserve a0 [INFO] [stdout] 352 | | call0 __naked_level_7_interrupt // used as long jump [INFO] [stdout] 353 | | " [INFO] [stdout] 354 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | / llvm_asm!( [INFO] [stdout] 362 | | " [INFO] [stdout] 363 | | s32e a0, a5, -16 [INFO] [stdout] 364 | | s32e a1, a5, -12 [INFO] [stdout] ... | [INFO] [stdout] 368 | | " [INFO] [stdout] 369 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | / llvm_asm!( [INFO] [stdout] 377 | | " [INFO] [stdout] 378 | | l32e a1, a5, -12 [INFO] [stdout] 379 | | l32e a0, a5, -16 [INFO] [stdout] ... | [INFO] [stdout] 406 | | " [INFO] [stdout] 407 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / llvm_asm!( [INFO] [stdout] 415 | | " [INFO] [stdout] 416 | | s32e a0, a9, -16 [INFO] [stdout] 417 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 427 | | " [INFO] [stdout] 428 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / llvm_asm!( [INFO] [stdout] 436 | | " [INFO] [stdout] 437 | | l32e a0, a9, -16 [INFO] [stdout] 438 | | l32e a1, a9, -12 [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | / llvm_asm!( [INFO] [stdout] 457 | | " [INFO] [stdout] 458 | | s32e a0, a13, -16 [INFO] [stdout] 459 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 473 | | " [INFO] [stdout] 474 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | / llvm_asm!( [INFO] [stdout] 482 | | " [INFO] [stdout] 483 | | l32e a0, a13, -16 [INFO] [stdout] 484 | | l32e a1, a13, -12 [INFO] [stdout] ... | [INFO] [stdout] 498 | | " [INFO] [stdout] 499 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / llvm_asm!( [INFO] [stdout] 95 | | " [INFO] [stdout] 96 | | s32i a2, sp, +XT_STK_A2 [INFO] [stdout] 97 | | s32i a3, sp, +XT_STK_A3 [INFO] [stdout] ... | [INFO] [stdout] 191 | | " [INFO] [stdout] 192 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | / llvm_asm!( [INFO] [stdout] 282 | | " [INFO] [stdout] 283 | | l32i a3, sp, +XT_STK_SAR [INFO] [stdout] 284 | | wsr a3, SAR [INFO] [stdout] ... | [INFO] [stdout] 367 | | " [INFO] [stdout] 368 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / llvm_asm!( [INFO] [stdout] 403 | | " [INFO] [stdout] 404 | | SAVE_CONTEXT 1 [INFO] [stdout] 405 | | [INFO] [stdout] ... | [INFO] [stdout] 424 | | " [INFO] [stdout] 425 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 436 | / llvm_asm!( [INFO] [stdout] 437 | | " [INFO] [stdout] 438 | | SAVE_CONTEXT double [INFO] [stdout] 439 | | [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:478:5 [INFO] [stdout] | [INFO] [stdout] 478 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 2"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:500:5 [INFO] [stdout] | [INFO] [stdout] 500 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 4"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 5"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:522:5 [INFO] [stdout] | [INFO] [stdout] 522 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 6"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 7"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / llvm_asm!( [INFO] [stdout] 241 | | " [INFO] [stdout] 242 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 243 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 248 | | " [INFO] [stdout] 249 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_naked_functions)]` 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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / llvm_asm!( [INFO] [stdout] 257 | | " [INFO] [stdout] 258 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 259 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 267 | | " [INFO] [stdout] 268 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | / llvm_asm!( [INFO] [stdout] 276 | | " [INFO] [stdout] 277 | | wsr a0, EXCSAVE1 // preserve a0 (EXCSAVE1 can be reused as long as there [INFO] [stdout] 278 | | // is no double exception in the first exception until [INFO] [stdout] ... | [INFO] [stdout] 281 | | " [INFO] [stdout] 282 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | / llvm_asm!( [INFO] [stdout] 290 | | " [INFO] [stdout] 291 | | wsr a0, EXCSAVE2 // preserve a0 [INFO] [stdout] 292 | | call0 __naked_level_2_interrupt // used as long jump [INFO] [stdout] 293 | | " [INFO] [stdout] 294 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / llvm_asm!( [INFO] [stdout] 302 | | " [INFO] [stdout] 303 | | wsr a0, EXCSAVE3 // preserve a0 [INFO] [stdout] 304 | | call0 __naked_level_3_interrupt // used as long jump [INFO] [stdout] 305 | | " [INFO] [stdout] 306 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / llvm_asm!( [INFO] [stdout] 314 | | " [INFO] [stdout] 315 | | wsr a0, EXCSAVE4 // preserve a0 [INFO] [stdout] 316 | | call0 __naked_level_4_interrupt // used as long jump [INFO] [stdout] 317 | | " [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | / llvm_asm!( [INFO] [stdout] 326 | | " [INFO] [stdout] 327 | | wsr a0, EXCSAVE5 // preserve a0 [INFO] [stdout] 328 | | call0 __naked_level_5_interrupt // used as long jump [INFO] [stdout] 329 | | " [INFO] [stdout] 330 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / llvm_asm!( [INFO] [stdout] 338 | | " [INFO] [stdout] 339 | | wsr a0, EXCSAVE6 // preserve a0 [INFO] [stdout] 340 | | call0 __naked_level_6_interrupt // used as long jump [INFO] [stdout] 341 | | " [INFO] [stdout] 342 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | / llvm_asm!( [INFO] [stdout] 350 | | " [INFO] [stdout] 351 | | wsr a0, EXCSAVE7 // preserve a0 [INFO] [stdout] 352 | | call0 __naked_level_7_interrupt // used as long jump [INFO] [stdout] 353 | | " [INFO] [stdout] 354 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | / llvm_asm!( [INFO] [stdout] 362 | | " [INFO] [stdout] 363 | | s32e a0, a5, -16 [INFO] [stdout] 364 | | s32e a1, a5, -12 [INFO] [stdout] ... | [INFO] [stdout] 368 | | " [INFO] [stdout] 369 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | / llvm_asm!( [INFO] [stdout] 377 | | " [INFO] [stdout] 378 | | l32e a1, a5, -12 [INFO] [stdout] 379 | | l32e a0, a5, -16 [INFO] [stdout] ... | [INFO] [stdout] 406 | | " [INFO] [stdout] 407 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / llvm_asm!( [INFO] [stdout] 415 | | " [INFO] [stdout] 416 | | s32e a0, a9, -16 [INFO] [stdout] 417 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 427 | | " [INFO] [stdout] 428 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / llvm_asm!( [INFO] [stdout] 436 | | " [INFO] [stdout] 437 | | l32e a0, a9, -16 [INFO] [stdout] 438 | | l32e a1, a9, -12 [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | / llvm_asm!( [INFO] [stdout] 457 | | " [INFO] [stdout] 458 | | s32e a0, a13, -16 [INFO] [stdout] 459 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 473 | | " [INFO] [stdout] 474 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | / llvm_asm!( [INFO] [stdout] 482 | | " [INFO] [stdout] 483 | | l32e a0, a13, -16 [INFO] [stdout] 484 | | l32e a1, a13, -12 [INFO] [stdout] ... | [INFO] [stdout] 498 | | " [INFO] [stdout] 499 | | ); [INFO] [stdout] | |______^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / llvm_asm!( [INFO] [stdout] 95 | | " [INFO] [stdout] 96 | | s32i a2, sp, +XT_STK_A2 [INFO] [stdout] 97 | | s32i a3, sp, +XT_STK_A3 [INFO] [stdout] ... | [INFO] [stdout] 191 | | " [INFO] [stdout] 192 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | / llvm_asm!( [INFO] [stdout] 282 | | " [INFO] [stdout] 283 | | l32i a3, sp, +XT_STK_SAR [INFO] [stdout] 284 | | wsr a3, SAR [INFO] [stdout] ... | [INFO] [stdout] 367 | | " [INFO] [stdout] 368 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / llvm_asm!( [INFO] [stdout] 403 | | " [INFO] [stdout] 404 | | SAVE_CONTEXT 1 [INFO] [stdout] 405 | | [INFO] [stdout] ... | [INFO] [stdout] 424 | | " [INFO] [stdout] 425 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 436 | / llvm_asm!( [INFO] [stdout] 437 | | " [INFO] [stdout] 438 | | SAVE_CONTEXT double [INFO] [stdout] 439 | | [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ) [INFO] [stdout] | |_____^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:478:5 [INFO] [stdout] | [INFO] [stdout] 478 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 2"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:500:5 [INFO] [stdout] | [INFO] [stdout] 500 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 4"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 5"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:522:5 [INFO] [stdout] | [INFO] [stdout] 522 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 6"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 7"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.75s [INFO] running `Command { std: "docker" "inspect" "30eb7c706bc123d1da27afa3c5894bdd2183882252c64b4f55deb8ded1c1ed51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30eb7c706bc123d1da27afa3c5894bdd2183882252c64b4f55deb8ded1c1ed51", kill_on_drop: false }` [INFO] [stdout] 30eb7c706bc123d1da27afa3c5894bdd2183882252c64b4f55deb8ded1c1ed51