[INFO] cloning repository https://github.com/wusyong/corgo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wusyong/corgo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fcorgo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fcorgo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f849ca9f36ddf104d7c7e8edb8a72a7c8df2acaf [INFO] checking wusyong/corgo against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fcorgo" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wusyong/corgo on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/wusyong/corgo [INFO] finished tweaking git repo https://github.com/wusyong/corgo [INFO] tweaked toml for git repo https://github.com/wusyong/corgo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wusyong/corgo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d0f6c55db10abedcee29e174a6ad584f5011b3f126e2e733920d3e116fbde88 [INFO] running `Command { std: "docker" "start" "-a" "6d0f6c55db10abedcee29e174a6ad584f5011b3f126e2e733920d3e116fbde88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d0f6c55db10abedcee29e174a6ad584f5011b3f126e2e733920d3e116fbde88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d0f6c55db10abedcee29e174a6ad584f5011b3f126e2e733920d3e116fbde88", kill_on_drop: false }` [INFO] [stdout] 6d0f6c55db10abedcee29e174a6ad584f5011b3f126e2e733920d3e116fbde88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dc0f22725534a386ebb3339b34ffcaf40749f28558e6420f88b8a444616f571 [INFO] running `Command { std: "docker" "start" "-a" "9dc0f22725534a386ebb3339b34ffcaf40749f28558e6420f88b8a444616f571", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking corgo v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | llvm_asm!("wfi"::::"volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | llvm_asm!("csrw pmpaddr0, $0" ::"r"(0x003f_ffff_ffff_ffffi64)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | llvm_asm!("csrw pmpcfg0, $0" ::"r"(0b11111)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | llvm_asm!("csrr $0, mhartid" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | llvm_asm!("csrw mstatus, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | llvm_asm!("csrr $0, mstatus":"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | llvm_asm!("csrw stvec, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | llvm_asm!("csrr $0, stvec" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | llvm_asm!("csrw mscratch, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | llvm_asm!("csrr $0, mscratch" : "=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | llvm_asm!("csrrw $0, mscratch, $1" : "=r"(from) : "r"(to)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | llvm_asm!("csrw sscratch, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | llvm_asm!("csrr $0, sscratch" : "=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | llvm_asm!("csrrw $0, sscratch, $1" : "=r"(from) : "r"(to)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | llvm_asm!("csrw sepc, $0" :: "r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | llvm_asm!("csrr $0, sepc" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | llvm_asm!("csrw satp, $0" :: "r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | llvm_asm!("csrr $0, satp" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | llvm_asm!("sfence.vma $0, $1" :: "r"(vaddr), "r"(asid)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | llvm_asm!("sfence.vma zero, $0" :: "r"(asid)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> src/lib.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | fn panic(info: &core::panic::PanicInfo) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/a7a572ce3edd6d476191fbfe92c9c1986e009b34/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dd6c19f0820d51d.rlib [INFO] [stdout] = note: second definition in the local crate (`corgo`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `oom` [INFO] [stdout] --> src/kmem.rs:252:1 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn alloc_error(l: Layout) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/a7a572ce3edd6d476191fbfe92c9c1986e009b34/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dd6c19f0820d51d.rlib [INFO] [stdout] = note: second definition in the local crate (`corgo`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `corgo` due to 3 previous errors; 20 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | llvm_asm!("wfi"::::"volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | llvm_asm!("csrw pmpaddr0, $0" ::"r"(0x003f_ffff_ffff_ffffi64)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/lib.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | llvm_asm!("csrw pmpcfg0, $0" ::"r"(0b11111)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | llvm_asm!("csrr $0, mhartid" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | llvm_asm!("csrw mstatus, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | llvm_asm!("csrr $0, mstatus":"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | llvm_asm!("csrw stvec, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | llvm_asm!("csrr $0, stvec" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | llvm_asm!("csrw mscratch, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | llvm_asm!("csrr $0, mscratch" : "=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | llvm_asm!("csrrw $0, mscratch, $1" : "=r"(from) : "r"(to)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | llvm_asm!("csrw sscratch, $0" ::"r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | llvm_asm!("csrr $0, sscratch" : "=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | llvm_asm!("csrrw $0, sscratch, $1" : "=r"(from) : "r"(to)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | llvm_asm!("csrw sepc, $0" :: "r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | llvm_asm!("csrr $0, sepc" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | llvm_asm!("csrw satp, $0" :: "r"(val)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | llvm_asm!("csrr $0, satp" :"=r"(rval)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | llvm_asm!("sfence.vma $0, $1" :: "r"(vaddr), "r"(asid)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/cpu.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | llvm_asm!("sfence.vma zero, $0" :: "r"(asid)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "9dc0f22725534a386ebb3339b34ffcaf40749f28558e6420f88b8a444616f571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc0f22725534a386ebb3339b34ffcaf40749f28558e6420f88b8a444616f571", kill_on_drop: false }` [INFO] [stdout] 9dc0f22725534a386ebb3339b34ffcaf40749f28558e6420f88b8a444616f571