[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62d004aa47d8aade341711e5275d4b1cfb6699f6 [INFO] testing hosaka-corp/starlet-rs against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhosaka-corp%2Fstarlet-rs" "/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/hosaka-corp/starlet-rs on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-5/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" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62ad2ad05e177dff020f5cd1c261da43b8f42a4c5c98870df670325cf25402c3 [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" "62ad2ad05e177dff020f5cd1c261da43b8f42a4c5c98870df670325cf25402c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62ad2ad05e177dff020f5cd1c261da43b8f42a4c5c98870df670325cf25402c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62ad2ad05e177dff020f5cd1c261da43b8f42a4c5c98870df670325cf25402c3", kill_on_drop: false }` [INFO] [stdout] 62ad2ad05e177dff020f5cd1c261da43b8f42a4c5c98870df670325cf25402c3 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f6d7d7639a03d13f03b7e362748efcf74379ddbdf9e014d53c6831d3340bde8 [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" "8f6d7d7639a03d13f03b7e362748efcf74379ddbdf9e014d53c6831d3340bde8", 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 [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: 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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [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 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [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" "8f6d7d7639a03d13f03b7e362748efcf74379ddbdf9e014d53c6831d3340bde8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f6d7d7639a03d13f03b7e362748efcf74379ddbdf9e014d53c6831d3340bde8", kill_on_drop: false }` [INFO] [stdout] 8f6d7d7639a03d13f03b7e362748efcf74379ddbdf9e014d53c6831d3340bde8