[INFO] cloning repository https://github.com/ChangeCaps/belt [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChangeCaps/belt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChangeCaps%2Fbelt"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChangeCaps%2Fbelt'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f3d817cec53b1d925a08b569aec2d290e7b1d939 [INFO] checking ChangeCaps/belt against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChangeCaps%2Fbelt" "/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/ChangeCaps/belt on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ChangeCaps/belt [INFO] finished tweaking git repo https://github.com/ChangeCaps/belt [INFO] tweaked toml for git repo https://github.com/ChangeCaps/belt written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ChangeCaps/belt already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fumarole v0.1.21 [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" "+98d5ea1855f1028095b37c493ba31093c8519d68" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c548e9e737c50952b2dbdd0948866591c16d5e4dd60682c43fcc9ef7e7fab9d0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c548e9e737c50952b2dbdd0948866591c16d5e4dd60682c43fcc9ef7e7fab9d0"` [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rusttype v0.3.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.21.0 [INFO] [stderr] Checking glutin v0.23.0 [INFO] [stderr] Checking glium v0.26.0 [INFO] [stderr] Checking fumarole v0.1.21 [INFO] [stderr] Checking belt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `node` in this scope [INFO] [stderr] --> src/states/game.rs:507:24 [INFO] [stderr] | [INFO] [stderr] 507 | if node.position == target { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `node_index` in this scope [INFO] [stderr] --> src/states/game.rs:508:57 [INFO] [stderr] | [INFO] [stderr] 508 | target_node = Some((path_index, node_index)); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: label name `'outer` shadows a label name that is already in scope [INFO] [stderr] --> src/states/game.rs:506:17 [INFO] [stderr] | [INFO] [stderr] 484 | 'outer: for path in &mut self.paths { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 506 | 'outer: for (path_index, path) in self.level.nodes.iter().enumerate() { [INFO] [stderr] | ^^^^^^ lifetime 'outer already in scope [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `spawners` on type `level::Level` [INFO] [stderr] --> src/states/game.rs:378:40 [INFO] [stderr] | [INFO] [stderr] 378 | for spawner in &mut self.level.spawners { [INFO] [stderr] | ^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `belts`, `holes`, `tiles`, `nodes` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:400:25 [INFO] [stderr] | [INFO] [stderr] 400 | if self.paths[path][0].occupant.is_none() { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:401:26 [INFO] [stderr] | [INFO] [stderr] 401 | self.paths[path][0].occupant = Some(self.next_crate); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:404:50 [INFO] [stderr] | [INFO] [stderr] 404 | position: Vec2::new(self.paths[path][0].position.x as f32, [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:405:50 [INFO] [stderr] | [INFO] [stderr] 405 | ... self.paths[path][0].position.y as f32), [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:416:31 [INFO] [stderr] | [INFO] [stderr] 416 | for path in &mut self.paths { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:484:55 [INFO] [stderr] | [INFO] [stderr] 484 | 'outer: for path in &mut self.paths { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:523:37 [INFO] [stderr] | [INFO] [stderr] 523 | ... if self.paths[path][node].occupant.is_none() { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:524:38 [INFO] [stderr] | [INFO] [stderr] 524 | ... self.paths[path][node].occupant = self.claw.grabbed; [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `belt`. [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[E0425]: cannot find value `node` in this scope [INFO] [stderr] --> src/states/game.rs:507:24 [INFO] [stderr] | [INFO] [stderr] 507 | if node.position == target { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `node_index` in this scope [INFO] [stderr] --> src/states/game.rs:508:57 [INFO] [stderr] | [INFO] [stderr] 508 | target_node = Some((path_index, node_index)); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: label name `'outer` shadows a label name that is already in scope [INFO] [stderr] --> src/states/game.rs:506:17 [INFO] [stderr] | [INFO] [stderr] 484 | 'outer: for path in &mut self.paths { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 506 | 'outer: for (path_index, path) in self.level.nodes.iter().enumerate() { [INFO] [stderr] | ^^^^^^ lifetime 'outer already in scope [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `spawners` on type `level::Level` [INFO] [stderr] --> src/states/game.rs:378:40 [INFO] [stderr] | [INFO] [stderr] 378 | for spawner in &mut self.level.spawners { [INFO] [stderr] | ^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `belts`, `holes`, `tiles`, `nodes` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:400:25 [INFO] [stderr] | [INFO] [stderr] 400 | if self.paths[path][0].occupant.is_none() { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:401:26 [INFO] [stderr] | [INFO] [stderr] 401 | self.paths[path][0].occupant = Some(self.next_crate); [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:404:50 [INFO] [stderr] | [INFO] [stderr] 404 | position: Vec2::new(self.paths[path][0].position.x as f32, [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:405:50 [INFO] [stderr] | [INFO] [stderr] 405 | ... self.paths[path][0].position.y as f32), [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:416:31 [INFO] [stderr] | [INFO] [stderr] 416 | for path in &mut self.paths { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:484:55 [INFO] [stderr] | [INFO] [stderr] 484 | 'outer: for path in &mut self.paths { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:523:37 [INFO] [stderr] | [INFO] [stderr] 523 | ... if self.paths[path][node].occupant.is_none() { [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `paths` on type `&mut states::game::Game` [INFO] [stderr] --> src/states/game.rs:524:38 [INFO] [stderr] | [INFO] [stderr] 524 | ... self.paths[path][node].occupant = self.claw.grabbed; [INFO] [stderr] | ^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `claw`, `instruction`, `next_crate`, `level`, `crates` ... and 3 others [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `belt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c548e9e737c50952b2dbdd0948866591c16d5e4dd60682c43fcc9ef7e7fab9d0"` [INFO] running `"docker" "rm" "-f" "c548e9e737c50952b2dbdd0948866591c16d5e4dd60682c43fcc9ef7e7fab9d0"` [INFO] [stdout] c548e9e737c50952b2dbdd0948866591c16d5e4dd60682c43fcc9ef7e7fab9d0