[INFO] fetching crate macroquad 0.3.0-alpha.9... [INFO] checking macroquad-0.3.0-alpha.9 against beta for pr-78714 [INFO] extracting crate macroquad 0.3.0-alpha.9 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate macroquad 0.3.0-alpha.9 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate macroquad 0.3.0-alpha.9 [INFO] finished tweaking crates.io crate macroquad 0.3.0-alpha.9 [INFO] tweaked toml for crates.io crate macroquad 0.3.0-alpha.9 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate macroquad 0.3.0-alpha.9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e45d30b851b8ce6f901b7086e19a2c05ea4f4bc49ea27556fd7e8a14df3d7c10 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e45d30b851b8ce6f901b7086e19a2c05ea4f4bc49ea27556fd7e8a14df3d7c10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e45d30b851b8ce6f901b7086e19a2c05ea4f4bc49ea27556fd7e8a14df3d7c10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e45d30b851b8ce6f901b7086e19a2c05ea4f4bc49ea27556fd7e8a14df3d7c10", kill_on_drop: false }` [INFO] [stdout] e45d30b851b8ce6f901b7086e19a2c05ea4f4bc49ea27556fd7e8a14df3d7c10 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 455b7482ffbae663efe7ef563df9af40eeac4d2c74fe09f4310fca206dc26179 [INFO] running `Command { std: "docker" "start" "-a" "455b7482ffbae663efe7ef563df9af40eeac4d2c74fe09f4310fca206dc26179", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sapp-linux v0.1.9 [INFO] [stderr] Compiling glam v0.9.5 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking ttf-parser v0.8.2 [INFO] [stderr] Checking quad-rand v0.1.1 [INFO] [stderr] Compiling macroquad_macro v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Checking miniquad v0.3.0-alpha.22 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking fontdue v0.3.2 [INFO] [stderr] Checking quad-gl v0.2.10 [INFO] [stderr] Checking macroquad v0.3.0-alpha.9 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] --> examples/test_window.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{draw_megaui, draw_window, megaui::hash}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `megaui_macroquad` [INFO] [stdout] --> examples/test_window.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{draw_megaui, draw_window, megaui::hash}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/test_window.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/test_window.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | ui.tree_node(hash!(i), &format!("Node {}", i), |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/test_window.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `macroquad` [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] --> examples/ui.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `megaui_macroquad` [INFO] [stdout] --> examples/ui.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:40:49 [INFO] [stdout] | [INFO] [stdout] 40 | ("Left Mouse Button", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:41:50 [INFO] [stdout] | [INFO] [stdout] 41 | ("Right Mouse Button", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:42:51 [INFO] [stdout] | [INFO] [stdout] 42 | ("Middle Mouse Button", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 43 | ("Space", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | ("\"1\"", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | ("\"2\"", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:46:37 [INFO] [stdout] | [INFO] [stdout] 46 | ("\"3\"", Slot::new(hash!())), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | Group::new(hash!("grp", slot.id, &label), Vector2::new(210., 55.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | let drag = Group::new(hash!("inventory", n), Vector2::new(50., 50.)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | Group::new(hash!("shop", i), Vector2::new(300., 80.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 174 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:183:28 [INFO] [stdout] | [INFO] [stdout] 183 | Group::new(hash!(), Vector2::new(220., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:186:28 [INFO] [stdout] | [INFO] [stdout] 186 | Group::new(hash!(), Vector2::new(280., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] --> examples/shadertoy.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `megaui_macroquad` [INFO] [stdout] --> examples/shadertoy.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use megaui_macroquad::{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `megaui_macroquad` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:157:62 [INFO] [stdout] | [INFO] [stdout] 157 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:167:62 [INFO] [stdout] | [INFO] [stdout] 167 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:174:62 [INFO] [stdout] | [INFO] [stdout] 174 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:184:62 [INFO] [stdout] | [INFO] [stdout] 184 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:191:62 [INFO] [stdout] | [INFO] [stdout] 191 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:198:62 [INFO] [stdout] | [INFO] [stdout] 198 | ... megaui::widgets::InputField::new(hash!(hash!(), i)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:233:31 [INFO] [stdout] | [INFO] [stdout] 233 | TreeNode::new(hash!(), "Fragment shader") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:237:29 [INFO] [stdout] | [INFO] [stdout] 237 | ... hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 244 | ui.tree_node(hash!(), "Vertex shader", |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:246:25 [INFO] [stdout] | [INFO] [stdout] 246 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:201:30 [INFO] [stdout] | [INFO] [stdout] 201 | ui.tree_node(hash!(), "input", |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:216:36 [INFO] [stdout] | [INFO] [stdout] 216 | ui.input_field(hash!(), "<- input text 1", &mut data0); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:217:36 [INFO] [stdout] | [INFO] [stdout] 217 | ui.input_field(hash!(), "<- input text 2", &mut data1); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:225:30 [INFO] [stdout] | [INFO] [stdout] 225 | ui.tree_node(hash!(), "sliders", |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:226:31 [INFO] [stdout] | [INFO] [stdout] 226 | ui.slider(hash!(), "[-10 .. 10]", -10f32..10f32, &mut number0); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | ui.slider(hash!(), "[0 .. 100]", 0f32..100f32, &mut number1); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:229:30 [INFO] [stdout] | [INFO] [stdout] 229 | ui.tree_node(hash!(), "editbox 1", |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:231:32 [INFO] [stdout] | [INFO] [stdout] 231 | ui.editbox(hash!(), megaui::Vector2::new(285., 165.), &mut text0); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | ui.tree_node(hash!(), "editbox 2", |ui| { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:235:32 [INFO] [stdout] | [INFO] [stdout] 235 | ui.editbox(hash!(), megaui::Vector2::new(285., 165.), &mut text1); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/ui.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:274:36 [INFO] [stdout] | [INFO] [stdout] 274 | ui.input_field(hash!(), "Name", &mut new_uniform_name); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:276:38 [INFO] [stdout] | [INFO] [stdout] 276 | ui.combo_box(hash!(), "Type", &["Float1", "Float2", "Float3", "Color"]); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `hash` in this scope [INFO] [stdout] --> examples/shadertoy.rs:308:17 [INFO] [stdout] | [INFO] [stdout] 308 | hash!(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TreeNode` [INFO] [stdout] --> examples/shadertoy.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | TreeNode::new(hash!(), "Fragment shader") [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TreeNode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Label` [INFO] [stdout] --> examples/shadertoy.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | Label::new(error).multiline(14.0).ui(ui); [INFO] [stdout] | ^^^^^ use of undeclared type `Label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | Group::new(hash!("grp", slot.id, &label), Vector2::new(210., 55.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:57:55 [INFO] [stdout] | [INFO] [stdout] 57 | Group::new(hash!("grp", slot.id, &label), Vector2::new(210., 55.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | let drag = Group::new(slot.id, Vector2::new(50., 50.)) [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:58:48 [INFO] [stdout] | [INFO] [stdout] 58 | let drag = Group::new(slot.id, Vector2::new(50., 50.)) [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:67:38 [INFO] [stdout] | [INFO] [stdout] 67 | ... ui.label(Vector2::new(5., 10.), &item); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | Drag::Dropped(_, Some(id)) if slot.item.is_some() => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | Drag::Dropped(_, None) if slot.item.is_some() => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | Drag::Dropped(_, _) => unreachable!(), [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | Drag::Dragging(pos, id) => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | Drag::No => {} [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | ui.label(Vector2::new(60., 20.), label); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | let drag = Group::new(hash!("inventory", n), Vector2::new(50., 50.)) [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:102:58 [INFO] [stdout] | [INFO] [stdout] 102 | let drag = Group::new(hash!("inventory", n), Vector2::new(50., 50.)) [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | ui.label(Vector2::new(5., 10.), &item); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | Drag::Dropped(_, Some(id)) => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | Drag::Dropped(_, _) => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Drag` [INFO] [stdout] --> examples/ui.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | Drag::Dragging(pos, id) => { [INFO] [stdout] | ^^^^ use of undeclared type `Drag` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | Group::new(hash!("shop", i), Vector2::new(300., 80.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:161:50 [INFO] [stdout] | [INFO] [stdout] 161 | Group::new(hash!("shop", i), Vector2::new(300., 80.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | ui.label(Vector2::new(10., 10.), &format!("Item N {}", i)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:163:34 [INFO] [stdout] | [INFO] [stdout] 163 | ui.label(Vector2::new(260., 40.), "10/10"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:164:34 [INFO] [stdout] | [INFO] [stdout] 164 | ui.label(Vector2::new(200., 58.), &format!("{} kr", 800)); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:165:38 [INFO] [stdout] | [INFO] [stdout] 165 | if ui.button(Vector2::new(260., 55.), "buy") { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | Group::new(hash!(), Vector2::new(220., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:183:37 [INFO] [stdout] | [INFO] [stdout] 183 | Group::new(hash!(), Vector2::new(220., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Group` [INFO] [stdout] --> examples/ui.rs:186:17 [INFO] [stdout] | [INFO] [stdout] 186 | Group::new(hash!(), Vector2::new(280., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^ use of undeclared type `Group` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector2` [INFO] [stdout] --> examples/ui.rs:186:37 [INFO] [stdout] | [INFO] [stdout] 186 | Group::new(hash!(), Vector2::new(280., 400.)).ui(ui, |ui| { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Vector2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ui` in this scope [INFO] [stdout] --> examples/ui.rs:52:34 [INFO] [stdout] | [INFO] [stdout] 52 | fn slots(&mut self, ui: &mut Ui) { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ui` in this scope [INFO] [stdout] --> examples/ui.rs:99:38 [INFO] [stdout] | [INFO] [stdout] 99 | fn inventory(&mut self, ui: &mut Ui) { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stdout] --> examples/ui.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | let mut number0 = 0.; [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async fn` body because of this `await` [INFO] [stdout] --> examples/ui.rs:281:9 [INFO] [stdout] | [INFO] [stdout] 281 | next_frame().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0698]: type inside `async fn` body must be known in this context [INFO] [stdout] --> examples/ui.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | let mut number1 = 0.; [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | [INFO] [stdout] note: the type is part of the `async fn` body because of this `await` [INFO] [stdout] --> examples/ui.rs:281:9 [INFO] [stdout] | [INFO] [stdout] 281 | next_frame().await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0698. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "455b7482ffbae663efe7ef563df9af40eeac4d2c74fe09f4310fca206dc26179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "455b7482ffbae663efe7ef563df9af40eeac4d2c74fe09f4310fca206dc26179", kill_on_drop: false }` [INFO] [stdout] 455b7482ffbae663efe7ef563df9af40eeac4d2c74fe09f4310fca206dc26179