[INFO] updating cached repository https://github.com/coros-os/bootloader-coreboot [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2052b8c83d79bcabf308f419ab6e8962631c8c26 [INFO] checking coros-os/bootloader-coreboot against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoros-os%2Fbootloader-coreboot" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coros-os/bootloader-coreboot on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-0/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] bfe511d654d77bce939cf4a3ed8622c7f650de4f19fd1ea32eeedac46806a863 [INFO] running `"docker" "start" "-a" "bfe511d654d77bce939cf4a3ed8622c7f650de4f19fd1ea32eeedac46806a863"` [INFO] [stderr] Checking redox_syscall v0.1.51 [INFO] [stderr] Checking coreboot-table v0.1.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] 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] 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 [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 [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" "bfe511d654d77bce939cf4a3ed8622c7f650de4f19fd1ea32eeedac46806a863"` [INFO] running `"docker" "rm" "-f" "bfe511d654d77bce939cf4a3ed8622c7f650de4f19fd1ea32eeedac46806a863"` [INFO] [stdout] bfe511d654d77bce939cf4a3ed8622c7f650de4f19fd1ea32eeedac46806a863