[INFO] fetching crate qemu-fw-cfg 0.1.0... [INFO] checking qemu-fw-cfg-0.1.0 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate qemu-fw-cfg 0.1.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate qemu-fw-cfg 0.1.0 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-14/source/.cargo/config [INFO] started tweaking crates.io crate qemu-fw-cfg 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate qemu-fw-cfg 0.1.0 [INFO] tweaked toml for crates.io crate qemu-fw-cfg 0.1.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc35b1c63466fc6556f8f1f4a488d1e7b5f0f6ae82d0c4d9f444fc20244ced64 [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" "dc35b1c63466fc6556f8f1f4a488d1e7b5f0f6ae82d0c4d9f444fc20244ced64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc35b1c63466fc6556f8f1f4a488d1e7b5f0f6ae82d0c4d9f444fc20244ced64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc35b1c63466fc6556f8f1f4a488d1e7b5f0f6ae82d0c4d9f444fc20244ced64", kill_on_drop: false }` [INFO] [stdout] dc35b1c63466fc6556f8f1f4a488d1e7b5f0f6ae82d0c4d9f444fc20244ced64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a66408859bd4a57af4fea3638243fcef6db7964ca2395d654c80a5f92364e0c [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" "9a66408859bd4a57af4fea3638243fcef6db7964ca2395d654c80a5f92364e0c", kill_on_drop: false }` [INFO] [stderr] Checking qemu-fw-cfg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `arch` [INFO] [stdout] --> tests/shared/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub use arch::*; [INFO] [stdout] | ^^^^ help: a similar path exists: `core::arch` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Writer` in module `$crate::shared` [INFO] [stdout] --> tests/shared/mod.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | $crate::shared::Writer.write_fmt(format_args!($($arg)*)).unwrap() [INFO] [stdout] | ^^^^^^ not found in `$crate::shared` [INFO] [stdout] ... [INFO] [stdout] 27 | println!("{}", info); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `$crate::print` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exit` in this scope [INFO] [stdout] --> tests/shared/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | exit(1) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `qemu-fw-cfg` due to 5 previous errors; 1 warning emitted [INFO] [stdout] warning: unused import: `core::fmt::Write` [INFO] [stdout] --> tests/shared/mod.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use core::fmt::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | println!("{}", info); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::print` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9a66408859bd4a57af4fea3638243fcef6db7964ca2395d654c80a5f92364e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a66408859bd4a57af4fea3638243fcef6db7964ca2395d654c80a5f92364e0c", kill_on_drop: false }` [INFO] [stdout] 9a66408859bd4a57af4fea3638243fcef6db7964ca2395d654c80a5f92364e0c