[INFO] updating cached repository https://github.com/shockham/contours [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/shockham/contours [INFO] [stderr] 1286f90..ac23747 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ac237477d7a3b80e29eb2303f471c8056bac8e84 [INFO] checking shockham/contours against try#5fae8f15a4dcfce640ee800a4d495673524b0a4d for pr-71814 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshockham%2Fcontours" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shockham/contours on toolchain 5fae8f15a4dcfce640ee800a4d495673524b0a4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/shockham/contours [INFO] finished tweaking git repo https://github.com/shockham/contours [INFO] tweaked toml for git repo https://github.com/shockham/contours written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/shockham/contours already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+5fae8f15a4dcfce640ee800a4d495673524b0a4d" "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] 4b3d445e08ffba2dfc519a9dc5e4ff86f2e048c7958f17a56b90cad7f1a41eb4 [INFO] running `"docker" "start" "-a" "4b3d445e08ffba2dfc519a9dc5e4ff86f2e048c7958f17a56b90cad7f1a41eb4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking contours v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `add_render_item` found for tuple `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` in the current scope [INFO] [stderr] --> src/main.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | game.add_render_item( [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `add_render_item` found for tuple `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` in the current scope [INFO] [stderr] --> src/main.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | game.add_render_item( [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | shaders::add_custom_shaders(&mut game); [INFO] [stderr] | ^^^^^^^^^ expected struct `caper::game::Game`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut caper::game::Game` [INFO] [stderr] found mutable reference `&mut (caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `update` found for tuple `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` in the current scope [INFO] [stderr] --> src/main.rs:43:27 [INFO] [stderr] | [INFO] [stderr] 43 | let status = game.update( [INFO] [stderr] | ^^^^^^ method not found in `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Update` [INFO] [stderr] --> src/main.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | use caper::game::{Game, Update, RenderItems, UpdateStatus}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `RenderItems` [INFO] [stderr] --> src/main.rs:4:33 [INFO] [stderr] | [INFO] [stderr] 4 | use caper::game::{Game, Update, RenderItems, UpdateStatus}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `contours`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | shaders::add_custom_shaders(&mut game); [INFO] [stderr] | ^^^^^^^^^ expected struct `caper::game::Game`, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut caper::game::Game` [INFO] [stderr] found mutable reference `&mut (caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `update` found for tuple `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` in the current scope [INFO] [stderr] --> src/main.rs:43:27 [INFO] [stderr] | [INFO] [stderr] 43 | let status = game.update( [INFO] [stderr] | ^^^^^^ method not found in `(caper::game::Game, caper::glium::glutin::event_loop::EventLoop<()>)` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Update` [INFO] [stderr] --> src/main.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | use caper::game::{Game, Update, RenderItems, UpdateStatus}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `RenderItems` [INFO] [stderr] --> src/main.rs:4:33 [INFO] [stderr] | [INFO] [stderr] 4 | use caper::game::{Game, Update, RenderItems, UpdateStatus}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `contours`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4b3d445e08ffba2dfc519a9dc5e4ff86f2e048c7958f17a56b90cad7f1a41eb4"` [INFO] running `"docker" "rm" "-f" "4b3d445e08ffba2dfc519a9dc5e4ff86f2e048c7958f17a56b90cad7f1a41eb4"` [INFO] [stdout] 4b3d445e08ffba2dfc519a9dc5e4ff86f2e048c7958f17a56b90cad7f1a41eb4