[INFO] updating cached repository https://github.com/mrDIMAS/rg3d [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] [stderr] From https://github.com/mrDIMAS/rg3d [INFO] [stderr] 356c011..fff0f76 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fff0f767834bf4dc31a63f0b3d9c1f0d517107a8 [INFO] checking mrDIMAS/rg3d against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrDIMAS%2Frg3d" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrDIMAS/rg3d on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mrDIMAS/rg3d [INFO] finished tweaking git repo https://github.com/mrDIMAS/rg3d [INFO] tweaked toml for git repo https://github.com/mrDIMAS/rg3d written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 4ee3a9b830006847d6120f784ed56c7e5cf78238160b7a9156ba1ba1791e4d27 [INFO] running `"docker" "start" "-a" "4ee3a9b830006847d6120f784ed56c7e5cf78238160b7a9156ba1ba1791e4d27"` [INFO] [stderr] Compiling alsa-sys v0.2.0 [INFO] [stderr] Compiling stackvector v1.0.8 [INFO] [stderr] Compiling lexical-core v0.5.0 [INFO] [stderr] Compiling lexical v3.0.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rg3d-core v0.4.0 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking rg3d-physics v0.2.1 [INFO] [stderr] Checking rg3d-sound v0.11.0 [INFO] [stderr] Checking image v0.22.4 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0 [INFO] [stderr] Checking glutin v0.22.0 [INFO] [stderr] Checking rg3d v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `a` [INFO] [stderr] --> src/scene/graph.rs:497:13 [INFO] [stderr] | [INFO] [stderr] 497 | let a = graph.add_node(Node::Base(Base::default())); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/scene/graph.rs:498:13 [INFO] [stderr] | [INFO] [stderr] 498 | let b = graph.add_node(Node::Base(Base::default())); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/scene/graph.rs:499:13 [INFO] [stderr] | [INFO] [stderr] 499 | let c = graph.add_node(Node::Base(Base::default())); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `EventsCleared` found for enum `rg3d::event::Event<'_, _>` in the current scope [INFO] [stderr] --> examples/window.rs:28:20 [INFO] [stderr] | [INFO] [stderr] 28 | Event::EventsCleared => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `rg3d::event::Event<'_, _>` [INFO] [stderr] | help: there is a variant with a similar name: `MainEventsCleared` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `RedrawRequested` found for enum `rg3d::event::WindowEvent<'_>` in the current scope [INFO] [stderr] --> examples/window.rs:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | WindowEvent::RedrawRequested => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ variant or associated item not found in `rg3d::event::WindowEvent<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `rg3d`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ee3a9b830006847d6120f784ed56c7e5cf78238160b7a9156ba1ba1791e4d27"` [INFO] running `"docker" "rm" "-f" "4ee3a9b830006847d6120f784ed56c7e5cf78238160b7a9156ba1ba1791e4d27"` [INFO] [stdout] 4ee3a9b830006847d6120f784ed56c7e5cf78238160b7a9156ba1ba1791e4d27