[INFO] cloning repository https://github.com/TechnoCrunch/iron_oxide [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TechnoCrunch/iron_oxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechnoCrunch%2Firon_oxide"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechnoCrunch%2Firon_oxide'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 76324b5ea656a83efab81252094adb6202fb9fec [INFO] checking TechnoCrunch/iron_oxide against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechnoCrunch%2Firon_oxide" "/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/TechnoCrunch/iron_oxide on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TechnoCrunch/iron_oxide [INFO] finished tweaking git repo https://github.com/TechnoCrunch/iron_oxide [INFO] tweaked toml for git repo https://github.com/TechnoCrunch/iron_oxide written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/TechnoCrunch/iron_oxide already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a960bac7397c5dedeb01c17779283a3a144749421a345c89a2226cfc4f41b33c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a960bac7397c5dedeb01c17779283a3a144749421a345c89a2226cfc4f41b33c"` [INFO] [stderr] Compiling serde v0.8.21 [INFO] [stderr] Checking rustc-demangle v0.1.3 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Checking cgmath v0.12.0 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Checking memmap v0.2.3 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Checking backtrace v0.2.3 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.5.11 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking iron_oxide v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0063]: missing fields `clip_nodes`, `edges`, `faces` and 12 other fields in initializer of `common::bsp::BSP` [INFO] [stderr] --> src/common/bsp/mod.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | BSP { [INFO] [stderr] | ^^^ missing `clip_nodes`, `edges`, `faces` and 12 other fields [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/common/bsp/lump.rs:266:18 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn new() -> MarkSurface { [INFO] [stderr] | --- ^^^^^^^^^^^ expected struct `common::bsp::lump::MarkSurface`, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] 267 | MarkSurface(0); [INFO] [stderr] | - help: consider removing this semicolon [INFO] [stderr] | [INFO] [stderr] = note: expected type `common::bsp::lump::MarkSurface` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `iron_oxide`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0063]: missing fields `clip_nodes`, `edges`, `faces` and 12 other fields in initializer of `common::bsp::BSP` [INFO] [stderr] --> src/common/bsp/mod.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | BSP { [INFO] [stderr] | ^^^ missing `clip_nodes`, `edges`, `faces` and 12 other fields [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/common/bsp/lump.rs:266:18 [INFO] [stderr] | [INFO] [stderr] 266 | pub fn new() -> MarkSurface { [INFO] [stderr] | --- ^^^^^^^^^^^ expected struct `common::bsp::lump::MarkSurface`, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] 267 | MarkSurface(0); [INFO] [stderr] | - help: consider removing this semicolon [INFO] [stderr] | [INFO] [stderr] = note: expected type `common::bsp::lump::MarkSurface` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0063, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `iron_oxide`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a960bac7397c5dedeb01c17779283a3a144749421a345c89a2226cfc4f41b33c"` [INFO] running `"docker" "rm" "-f" "a960bac7397c5dedeb01c17779283a3a144749421a345c89a2226cfc4f41b33c"` [INFO] [stdout] a960bac7397c5dedeb01c17779283a3a144749421a345c89a2226cfc4f41b33c