[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] testing coros-os/bootloader-coreboot against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoros-os%2Fbootloader-coreboot" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coros-os/bootloader-coreboot on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-3/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8e7d6663576e99cd985d9abe5bb60fdebab9907adafdc90545dec81a675491d5 [INFO] running `"docker" "start" "-a" "8e7d6663576e99cd985d9abe5bb60fdebab9907adafdc90545dec81a675491d5"` [INFO] [stderr] Compiling redox_syscall v0.1.51 [INFO] [stderr] Compiling coreboot-table v0.1.4 [INFO] [stderr] Compiling 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: 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] running `"docker" "inspect" "8e7d6663576e99cd985d9abe5bb60fdebab9907adafdc90545dec81a675491d5"` [INFO] running `"docker" "rm" "-f" "8e7d6663576e99cd985d9abe5bb60fdebab9907adafdc90545dec81a675491d5"` [INFO] [stdout] 8e7d6663576e99cd985d9abe5bb60fdebab9907adafdc90545dec81a675491d5