[INFO] cloning repository TechnoCrunch/iron_oxide [INFO] running `"git" "clone" "--bare" "git://github.com/TechnoCrunch/iron_oxide.git" "work/cache/sources/gh/TechnoCrunch/iron_oxide"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/TechnoCrunch/iron_oxide'... [INFO] running `"git" "clone" "work/cache/sources/gh/TechnoCrunch/iron_oxide" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/TechnoCrunch/iron_oxide"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/TechnoCrunch/iron_oxide'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/TechnoCrunch/iron_oxide" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/TechnoCrunch/iron_oxide"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/TechnoCrunch/iron_oxide'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 76324b5ea656a83efab81252094adb6202fb9fec [INFO] sha for GitHub repo TechnoCrunch/iron_oxide: 76324b5ea656a83efab81252094adb6202fb9fec [INFO] validating manifest of TechnoCrunch/iron_oxide on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of TechnoCrunch/iron_oxide on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing TechnoCrunch/iron_oxide [INFO] finished frobbing TechnoCrunch/iron_oxide [INFO] frobbed toml for TechnoCrunch/iron_oxide written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/TechnoCrunch/iron_oxide/Cargo.toml [INFO] started frobbing TechnoCrunch/iron_oxide [INFO] finished frobbing TechnoCrunch/iron_oxide [INFO] frobbed toml for TechnoCrunch/iron_oxide written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/TechnoCrunch/iron_oxide/Cargo.toml [INFO] crate TechnoCrunch/iron_oxide already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking TechnoCrunch/iron_oxide against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-5/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/TechnoCrunch/iron_oxide:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c6260cbff0706d2204e02164f610dcae5ca3f9be7519cb725696c07ae4d36ae1 [INFO] running `"docker" "start" "-a" "c6260cbff0706d2204e02164f610dcae5ca3f9be7519cb725696c07ae4d36ae1"` [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling target_build_utils v0.1.2 [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-client v0.5.12 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking glutin v0.6.2 [INFO] [stderr] Checking iron_oxide v0.0.1 (/opt/crater/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] 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] | this function's body doesn't return [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] 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] | this function's body doesn't return [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" "c6260cbff0706d2204e02164f610dcae5ca3f9be7519cb725696c07ae4d36ae1"` [INFO] running `"docker" "rm" "-f" "c6260cbff0706d2204e02164f610dcae5ca3f9be7519cb725696c07ae4d36ae1"` [INFO] [stdout] c6260cbff0706d2204e02164f610dcae5ca3f9be7519cb725696c07ae4d36ae1