[INFO] crate doryen-fov 0.1.1 is already in cache [INFO] checking doryen-fov-0.1.1 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate doryen-fov 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate doryen-fov 0.1.1 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate doryen-fov 0.1.1 [INFO] finished tweaking crates.io crate doryen-fov 0.1.1 [INFO] tweaked toml for crates.io crate doryen-fov 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded doryen-rs v1.2.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 3fbb2072a9964004a1be81c62c9814f2575c6c83ef871d026ae7daafa5460ff9 [INFO] running `"docker" "start" "-a" "3fbb2072a9964004a1be81c62c9814f2575c6c83ef871d026ae7daafa5460ff9"` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Checking doryen-fov v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking wayland-sys v0.20.12 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking uni-gl v0.1.2 [INFO] [stderr] Checking wayland-commons v0.20.12 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Checking smithay-client-toolkit v0.2.6 [INFO] [stderr] Checking winit v0.16.2 [INFO] [stderr] Checking uni-app v0.1.3 [INFO] [stderr] Checking doryen-rs v1.2.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | fov: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FovAlgorithm` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:28:36 [INFO] [stderr] | [INFO] [stderr] 28 | fn update(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:60:36 [INFO] [stderr] | [INFO] [stderr] 60 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:110:37 [INFO] [stderr] | [INFO] [stderr] 110 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fov.rs:121:30 [INFO] [stderr] | [INFO] [stderr] 121 | let mut fov: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn FovAlgorithm` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `update` has an incompatible type for trait [INFO] [stderr] --> examples/fov.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | fn update(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::option::Option`, found `()` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&mut MyRoguelike, &mut dyn doryen_rs::DoryenApi) -> std::option::Option` [INFO] [stderr] found fn pointer `fn(&mut MyRoguelike, &mut dyn doryen_rs::DoryenApi)` [INFO] [stderr] [INFO] [stderr] error[E0063]: missing field `intercept_close_request` in initializer of `doryen_rs::AppOptions` [INFO] [stderr] --> examples/fov.rs:143:28 [INFO] [stderr] | [INFO] [stderr] 143 | let mut app = App::new(AppOptions { [INFO] [stderr] | ^^^^^^^^^^ missing `intercept_close_request` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0063. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `doryen-fov`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3fbb2072a9964004a1be81c62c9814f2575c6c83ef871d026ae7daafa5460ff9"` [INFO] running `"docker" "rm" "-f" "3fbb2072a9964004a1be81c62c9814f2575c6c83ef871d026ae7daafa5460ff9"` [INFO] [stdout] 3fbb2072a9964004a1be81c62c9814f2575c6c83ef871d026ae7daafa5460ff9