[INFO] updating cached repository https://github.com/echelon/etherdream-emulator [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] 656568a599c357495d725b20e93b6fadda29ac26 [INFO] checking echelon/etherdream-emulator against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fechelon%2Fetherdream-emulator" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/echelon/etherdream-emulator on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/echelon/etherdream-emulator [INFO] finished tweaking git repo https://github.com/echelon/etherdream-emulator [INFO] tweaked toml for git repo https://github.com/echelon/etherdream-emulator written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/echelon/etherdream-emulator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=allow" "-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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] 467582c3c3885f8328ce370e068a170010ae4cba05eccae7591be5e5de538fb3 [INFO] running `"docker" "start" "-a" "467582c3c3885f8328ce370e068a170010ae4cba05eccae7591be5e5de538fb3"` [INFO] [stderr] Compiling serde v0.8.19 [INFO] [stderr] Checking shader_version v0.2.1 [INFO] [stderr] Checking piston-texture v0.4.0 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Compiling libz-sys v1.0.7 [INFO] [stderr] Compiling x11-dl v2.11.0 [INFO] [stderr] Compiling miniz-sys v0.1.7 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling freetype-sys v0.4.0 [INFO] [stderr] Checking deque v0.3.1 [INFO] [stderr] Checking ilda v0.0.2 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Checking num-bigint v0.1.35 [INFO] [stderr] Checking pistoncore-input v0.12.0 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.5.2 [INFO] [stderr] Compiling gl v0.6.1 [INFO] [stderr] Compiling glium v0.14.0 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Checking enum_primitive v0.1.0 [INFO] [stderr] Checking clap v2.19.2 [INFO] [stderr] Checking tempfile v2.1.4 [INFO] [stderr] Checking piston2d-graphics v0.16.0 [INFO] [stderr] Checking rayon v0.5.0 [INFO] [stderr] Checking num-rational v0.1.35 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Checking backtrace v0.1.8 [INFO] [stderr] Checking jpeg-decoder v0.1.8 [INFO] [stderr] Checking pistoncore-window v0.20.0 [INFO] [stderr] Checking flate2 v0.2.14 [INFO] [stderr] Checking freetype-rs v0.9.0 [INFO] [stderr] Checking pistoncore-event_loop v0.23.0 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Checking piston v0.23.0 [INFO] [stderr] Checking image v0.10.4 [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-window v0.2.3 [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking pistoncore-glutin_window v0.27.0 [INFO] [stderr] Checking piston2d-glium_graphics v0.26.0 [INFO] [stderr] Checking etherdream-emulator v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0063]: missing field `point_size` in initializer of `RuntimeOpts` [INFO] [stderr] --> src/dac.rs:299:16 [INFO] [stderr] | [INFO] [stderr] 299 | let opts = RuntimeOpts { debug_protocol: false, headless: true }; [INFO] [stderr] | ^^^^^^^^^^^ missing `point_size` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0063`. [INFO] [stderr] error: could not compile `etherdream-emulator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "467582c3c3885f8328ce370e068a170010ae4cba05eccae7591be5e5de538fb3"` [INFO] running `"docker" "rm" "-f" "467582c3c3885f8328ce370e068a170010ae4cba05eccae7591be5e5de538fb3"` [INFO] [stdout] 467582c3c3885f8328ce370e068a170010ae4cba05eccae7591be5e5de538fb3