[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] checking hosaka-corp/starlet-rs against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhosaka-corp%2Fstarlet-rs" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hosaka-corp/starlet-rs on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-10/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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 28cb1be4178a4d8f6b5f16f75911853a9803539f3d354c2b78c7ccc49d950200 [INFO] running `Command { std: "docker" "start" "-a" "28cb1be4178a4d8f6b5f16f75911853a9803539f3d354c2b78c7ccc49d950200", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28cb1be4178a4d8f6b5f16f75911853a9803539f3d354c2b78c7ccc49d950200", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28cb1be4178a4d8f6b5f16f75911853a9803539f3d354c2b78c7ccc49d950200", kill_on_drop: false }` [INFO] [stdout] 28cb1be4178a4d8f6b5f16f75911853a9803539f3d354c2b78c7ccc49d950200 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5f2a31cd82660d64b78125d6de07bd82ba0953e862c09f326ece9b93f9a9f44a [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" "5f2a31cd82660d64b78125d6de07bd82ba0953e862c09f326ece9b93f9a9f44a", 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] [stderr] Checking 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: 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 beta 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 beta 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[E0554]: `#![feature]` may not be used on the beta 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 beta 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[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> src/exception.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn panic(_info: &PanicInfo) -> ! { loop {} } [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/beta-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-3532beb752f910d7.rlib [INFO] [stdout] = note: second definition in the local crate (`starlet_rs`) [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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0152, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5f2a31cd82660d64b78125d6de07bd82ba0953e862c09f326ece9b93f9a9f44a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f2a31cd82660d64b78125d6de07bd82ba0953e862c09f326ece9b93f9a9f44a", kill_on_drop: false }` [INFO] [stdout] 5f2a31cd82660d64b78125d6de07bd82ba0953e862c09f326ece9b93f9a9f44a