[INFO] cloning repository https://github.com/coros-os/bootloader-coreboot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coros-os/bootloader-coreboot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoros-os%2Fbootloader-coreboot"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoros-os%2Fbootloader-coreboot'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2052b8c83d79bcabf308f419ab6e8962631c8c26 [INFO] checking coros-os/bootloader-coreboot against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoros-os%2Fbootloader-coreboot" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coros-os/bootloader-coreboot on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/coros-os/bootloader-coreboot [INFO] finished tweaking git repo https://github.com/coros-os/bootloader-coreboot [INFO] tweaked toml for git repo https://github.com/coros-os/bootloader-coreboot written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/coros-os/bootloader-coreboot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded coreboot-table v0.1.4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7e387c2091c819d7ba98c48a3112fa3dd4101c35c545dd6c57c67c6c10dfeda4 [INFO] running `"docker" "start" "-a" "7e387c2091c819d7ba98c48a3112fa3dd4101c35c545dd6c57c67c6c10dfeda4"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Checking redox_syscall v0.1.51 [INFO] [stderr] Checking coreboot-table v0.1.4 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking bootloader-coreboot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | println!("{:?}", framebuffer); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | println!("{:?}", memory.ranges()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:43:36 [INFO] [stderr] | [INFO] [stderr] 43 | Table::Other(other) => println!("{:?}", other), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | println!("Framebuffer of resolution {}x{}", framebuffer.x_resolution, framebuffer.y_resolution); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | println!("Unsupported framebuffer bits per pixel {}", framebuffer.bits_per_pixel); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | println!("No framebuffer found"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | println!("Paging"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | println!("Startup"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/panic.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | println!("BOOTLOADER PANIC: {}", info); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | println!("Loader"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/lib.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | println!("Halt"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/panic.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | asm!("hlt" : : : : "intel", "volatile"); [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/panic.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | asm!("hlt" : : : : "intel", "volatile"); [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | asm!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | println!("{:?}", framebuffer); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:40:17 [INFO] [stderr] | [INFO] [stderr] 40 | println!("{:?}", memory.ranges()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:43:36 [INFO] [stderr] | [INFO] [stderr] 43 | Table::Other(other) => println!("{:?}", other), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | println!("Framebuffer of resolution {}x{}", framebuffer.x_resolution, framebuffer.y_resolution); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | println!("Unsupported framebuffer bits per pixel {}", framebuffer.bits_per_pixel); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | println!("No framebuffer found"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | println!("Paging"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/loader/mod.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | println!("Startup"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/panic.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | println!("BOOTLOADER PANIC: {}", info); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | println!("Loader"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `println` in this scope [INFO] [stderr] --> src/lib.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | println!("Halt"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/panic.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | asm!("hlt" : : : : "intel", "volatile"); [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/panic.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | asm!("hlt" : : : : "intel", "volatile"); [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/lib.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | asm!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stderr] --> src/panic.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub extern "C" fn rust_eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stderr] --> src/panic.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / pub extern "C" fn rust_begin_unwind(info: &PanicInfo) -> ! { [INFO] [stderr] 14 | | println!("BOOTLOADER PANIC: {}", info); [INFO] [stderr] 15 | | loop { [INFO] [stderr] 16 | | unsafe { [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `oom` [INFO] [stderr] --> src/panic.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / pub extern fn rust_oom(_layout: Layout) -> ! { [INFO] [stderr] 25 | | panic!("kernel memory allocation failed"); [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `bootloader-coreboot`. [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] [stderr] error: aborting due to 14 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `bootloader-coreboot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7e387c2091c819d7ba98c48a3112fa3dd4101c35c545dd6c57c67c6c10dfeda4"` [INFO] running `"docker" "rm" "-f" "7e387c2091c819d7ba98c48a3112fa3dd4101c35c545dd6c57c67c6c10dfeda4"` [INFO] [stdout] 7e387c2091c819d7ba98c48a3112fa3dd4101c35c545dd6c57c67c6c10dfeda4