[INFO] cloning repository https://github.com/hosaka-corp/starlet-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hosaka-corp/starlet-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhosaka-corp%2Fstarlet-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhosaka-corp%2Fstarlet-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62d004aa47d8aade341711e5275d4b1cfb6699f6 [INFO] testing hosaka-corp/starlet-rs against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhosaka-corp%2Fstarlet-rs" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hosaka-corp/starlet-rs on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hosaka-corp/starlet-rs [INFO] finished tweaking git repo https://github.com/hosaka-corp/starlet-rs [INFO] tweaked toml for git repo https://github.com/hosaka-corp/starlet-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/hosaka-corp/starlet-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91f8fc3d679184405de4cd263e50dbedf25db87f73cbf58c13e2c203077c078c [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" "91f8fc3d679184405de4cd263e50dbedf25db87f73cbf58c13e2c203077c078c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91f8fc3d679184405de4cd263e50dbedf25db87f73cbf58c13e2c203077c078c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91f8fc3d679184405de4cd263e50dbedf25db87f73cbf58c13e2c203077c078c", kill_on_drop: false }` [INFO] [stdout] 91f8fc3d679184405de4cd263e50dbedf25db87f73cbf58c13e2c203077c078c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42832d8f61f8c4f1278b6e65747ea28bb836beeb7347ec42dbdc2727efffc87e [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" "42832d8f61f8c4f1278b6e65747ea28bb836beeb7347ec42dbdc2727efffc87e", kill_on_drop: false }` [INFO] [stderr] Compiling starlet-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected identifier, found `"r"` [INFO] [stdout] --> src/sys.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | ::"r"($val)::"volatile" [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn invalidate_icache() { mcr!(0, cr7, cr5, 0x0); } [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found `"r"` [INFO] [stdout] --> src/sys.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | ::"r"($val)::"volatile" [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn invalidate_dcache() { mcr!(0, cr7, cr6, 0x0); } [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found `"r"` [INFO] [stdout] --> src/sys.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | ::"r"($val)::"volatile" [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] ... [INFO] [stdout] 33 | pub fn drain_write_buffer() { mcr!(0, c7, c10, 0x4); } [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sys.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | asm!("mrs r1, cpsr [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 38 | | and r0, r1, #0xc0 [INFO] [stdout] 39 | | and r1, r1, #0xc0 [INFO] [stdout] 40 | | msr cpsr_c, r1":::"r1","r0":); [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sys.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | asm!("mrs r1, cpsr [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 46 | | bic r1, r1, #0xc0 [INFO] [stdout] 47 | | orr r1, r1, r0 [INFO] [stdout] 48 | | msr cpsr_c, r1":::"r1","r0":); [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"=r"` [INFO] [stdout] --> src/sys.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | :"=r"(x):::"volatile" [INFO] [stdout] | -^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | let new_cr = mrc!(cr1, cr0, 0x0) | 0x00001002; [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found `"r"` [INFO] [stdout] --> src/sys.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | ::"r"($val)::"volatile" [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] | [INFO] [stdout] ::: src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | mcr!(new_cr, cr1, cr0, 0x0); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/main.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | while (msg != 0xdeadc0de) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `starlet-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "42832d8f61f8c4f1278b6e65747ea28bb836beeb7347ec42dbdc2727efffc87e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42832d8f61f8c4f1278b6e65747ea28bb836beeb7347ec42dbdc2727efffc87e", kill_on_drop: false }` [INFO] [stdout] 42832d8f61f8c4f1278b6e65747ea28bb836beeb7347ec42dbdc2727efffc87e