[INFO] fetching crate iced 0.1.0-alpha... [INFO] checking iced-0.1.0-alpha against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate iced 0.1.0-alpha into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate iced 0.1.0-alpha on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate iced 0.1.0-alpha [INFO] finished tweaking crates.io crate iced 0.1.0-alpha [INFO] tweaked toml for crates.io crate iced 0.1.0-alpha written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate iced 0.1.0-alpha already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 380fdb0738fcca11376951b530aec842aab4d56be80fd21a3adb37cf3d971128 [INFO] running `"docker" "start" "-a" "380fdb0738fcca11376951b530aec842aab4d56be80fd21a3adb37cf3d971128"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking stretch v0.2.2 [INFO] [stderr] Checking getrandom v0.1.10 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking iced v0.1.0-alpha (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::graphics::{ [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::graphics::{DrawParam, Rect}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/debugger.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::graphics::{Color, DrawMode, MeshBuilder, Rect}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::graphics::{ [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/radio.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::graphics::{DrawParam, Rect}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/slider.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::graphics::{DrawParam, Rect}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/renderer/image.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::{graphics, nalgebra}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/text.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::graphics::{self, mint, Align, Color, Scale, Text, TextFragment}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/renderer/text.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use ggez::graphics::{self, mint, Align, Color, Scale, Text, TextFragment}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use ggez::graphics::{ [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/renderer.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use ggez::graphics::{ [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/renderer.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use ggez::Context; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/tour.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use ggez::graphics::{self, Color, FilterMode, BLACK}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/tour.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use ggez::graphics::{self, Color, FilterMode, BLACK}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/tour.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use ggez::Context; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/widget.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::graphics::{self, Color}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/widget.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use ggez::graphics::{self, Color}; [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `ggez` [INFO] [stderr] --> examples/tour/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use ggez; [INFO] [stderr] | ^^^^ no `ggez` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:66:19 [INFO] [stderr] | [INFO] [stderr] 66 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/button.rs:70:15 [INFO] [stderr] | [INFO] [stderr] 70 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:80:19 [INFO] [stderr] | [INFO] [stderr] 80 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:84:20 [INFO] [stderr] | [INFO] [stderr] 84 | scale: ggez::mint::Vector2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/button.rs:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/button.rs:102:15 [INFO] [stderr] | [INFO] [stderr] 102 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/tour/renderer/button.rs:105:24 [INFO] [stderr] | [INFO] [stderr] 105 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:113:13 [INFO] [stderr] | [INFO] [stderr] 113 | ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Align` [INFO] [stderr] --> examples/tour/renderer/button.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | Align::Center, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Align` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/button.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:35:19 [INFO] [stderr] | [INFO] [stderr] 35 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:50:23 [INFO] [stderr] | [INFO] [stderr] 50 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:54:19 [INFO] [stderr] | [INFO] [stderr] 54 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MeshBuilder` [INFO] [stderr] --> examples/tour/renderer/debugger.rs:11:46 [INFO] [stderr] | [INFO] [stderr] 11 | self.debug_mesh.take().unwrap_or(MeshBuilder::new()); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `MeshBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawMode` [INFO] [stderr] --> examples/tour/renderer/debugger.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | DrawMode::stroke(1.0), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `DrawMode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/radio.rs:34:19 [INFO] [stderr] | [INFO] [stderr] 34 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/radio.rs:38:15 [INFO] [stderr] | [INFO] [stderr] 38 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/radio.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/radio.rs:53:19 [INFO] [stderr] | [INFO] [stderr] 53 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/slider.rs:40:19 [INFO] [stderr] | [INFO] [stderr] 40 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/slider.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | scale: ggez::mint::Vector2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/slider.rs:48:15 [INFO] [stderr] | [INFO] [stderr] 48 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ggez` [INFO] [stderr] --> examples/tour/renderer/slider.rs:67:19 [INFO] [stderr] | [INFO] [stderr] 67 | dest: ggez::mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `ggez` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DrawParam` [INFO] [stderr] --> examples/tour/renderer/slider.rs:71:15 [INFO] [stderr] | [INFO] [stderr] 71 | ..DrawParam::default() [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `DrawParam` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/tour/renderer/text.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mint` [INFO] [stderr] --> examples/tour/renderer/text.rs:51:21 [INFO] [stderr] | [INFO] [stderr] 51 | mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `mint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Align` [INFO] [stderr] --> examples/tour/renderer/text.rs:55:21 [INFO] [stderr] | [INFO] [stderr] 55 | Align::Left, [INFO] [stderr] | ^^^^^ use of undeclared type or module `Align` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text` [INFO] [stderr] --> examples/tour/renderer/text.rs:89:24 [INFO] [stderr] | [INFO] [stderr] 89 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^ use of undeclared type or module `Text` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mint` [INFO] [stderr] --> examples/tour/renderer/text.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `mint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mint` [INFO] [stderr] --> examples/tour/renderer/text.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | mint::Point2 { [INFO] [stderr] | ^^^^ use of undeclared type or module `mint` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SpriteBatch` [INFO] [stderr] --> examples/tour/renderer.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | sprites: SpriteBatch::new(spritesheet.clone()), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SpriteBatch` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FilterMode` [INFO] [stderr] --> examples/tour/tour.rs:121:42 [INFO] [stderr] | [INFO] [stderr] 121 | image.set_filter(FilterMode::Linear); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `FilterMode` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `filesystem` [INFO] [stderr] --> examples/tour/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | filesystem::mount( [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `filesystem` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `event` [INFO] [stderr] --> examples/tour/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | event::run(context, event_loop, state) [INFO] [stderr] | ^^^^^ use of undeclared type or module `event` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | spritesheet: graphics::Image, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:42:11 [INFO] [stderr] | [INFO] [stderr] 42 | font: graphics::Font, [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | graphics::set_default_filter(context, graphics::FilterMode::Nearest); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:51:47 [INFO] [stderr] | [INFO] [stderr] 51 | graphics::set_default_filter(context, graphics::FilterMode::Nearest); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:54:26 [INFO] [stderr] | [INFO] [stderr] 54 | spritesheet: graphics::Image::new(context, "/ui.png").unwrap(), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:55:19 [INFO] [stderr] | [INFO] [stderr] 55 | font: graphics::Font::new(context, "/Roboto-Regular.ttf").unwrap(), [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `event` [INFO] [stderr] --> examples/tour/main.rs:64:6 [INFO] [stderr] | [INFO] [stderr] 64 | impl event::EventHandler for Game { [INFO] [stderr] | ^^^^^ use of undeclared type or module `event` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:72:18 [INFO] [stderr] | [INFO] [stderr] 72 | _button: mouse::MouseButton, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:87:18 [INFO] [stderr] | [INFO] [stderr] 87 | _button: mouse::MouseButton, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 118 | graphics::set_screen_coordinates( [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:120:13 [INFO] [stderr] | [INFO] [stderr] 120 | graphics::Rect { [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | graphics::clear(context, graphics::WHITE); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:131:34 [INFO] [stderr] | [INFO] [stderr] 131 | graphics::clear(context, graphics::WHITE); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:133:22 [INFO] [stderr] | [INFO] [stderr] 133 | let screen = graphics::screen_coordinates(context); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 171 | mouse::set_cursor_type(context, into_cursor_type(cursor)); [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `graphics` [INFO] [stderr] --> examples/tour/main.rs:173:9 [INFO] [stderr] | [INFO] [stderr] 173 | graphics::present(context)?; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `graphics` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:178:51 [INFO] [stderr] | [INFO] [stderr] 178 | fn into_cursor_type(cursor: iced::MouseCursor) -> mouse::MouseCursor { [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:180:43 [INFO] [stderr] | [INFO] [stderr] 180 | iced::MouseCursor::OutOfBounds => mouse::MouseCursor::Default, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:181:36 [INFO] [stderr] | [INFO] [stderr] 181 | iced::MouseCursor::Idle => mouse::MouseCursor::Default, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:182:39 [INFO] [stderr] | [INFO] [stderr] 182 | iced::MouseCursor::Pointer => mouse::MouseCursor::Hand, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:183:39 [INFO] [stderr] | [INFO] [stderr] 183 | iced::MouseCursor::Working => mouse::MouseCursor::Progress, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:184:36 [INFO] [stderr] | [INFO] [stderr] 184 | iced::MouseCursor::Grab => mouse::MouseCursor::Grab, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `mouse` [INFO] [stderr] --> examples/tour/main.rs:185:40 [INFO] [stderr] | [INFO] [stderr] 185 | iced::MouseCursor::Grabbing => mouse::MouseCursor::Grabbing, [INFO] [stderr] | ^^^^^ use of undeclared type or module `mouse` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | const LEFT: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:7:20 [INFO] [stderr] | [INFO] [stderr] 7 | const LEFT: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:14:19 [INFO] [stderr] | [INFO] [stderr] 14 | const BACKGROUND: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | const BACKGROUND: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:21:14 [INFO] [stderr] | [INFO] [stderr] 21 | const RIGHT: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | const RIGHT: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:60:18 [INFO] [stderr] | [INFO] [stderr] 60 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:73:26 [INFO] [stderr] | [INFO] [stderr] 73 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:74:18 [INFO] [stderr] | [INFO] [stderr] 74 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:92:18 [INFO] [stderr] | [INFO] [stderr] 92 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `TextFragment` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Scale` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:108:25 [INFO] [stderr] | [INFO] [stderr] 108 | scale: Some(Scale { x: 20.0, y: 20.0 }), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:128:17 [INFO] [stderr] | [INFO] [stderr] 128 | WHITE [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stderr] --> examples/tour/renderer/button.rs:130:17 [INFO] [stderr] | [INFO] [stderr] 130 | Color { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | const SPRITE: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | const SPRITE: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:27:26 [INFO] [stderr] | [INFO] [stderr] 27 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:43:30 [INFO] [stderr] | [INFO] [stderr] 43 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/checkbox.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/renderer/debugger.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | type Color = Color; [INFO] [stderr] | ^^^^^ help: try: `Self::Color` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/renderer/debugger.rs:7:61 [INFO] [stderr] | [INFO] [stderr] 7 | fn explain(&mut self, layout: &iced::Layout<'_>, color: Color) { [INFO] [stderr] | ^^^^^ help: try: `Self::Color` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/debugger.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | const SPRITE: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | const SPRITE: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:42:30 [INFO] [stderr] | [INFO] [stderr] 42 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/radio.rs:43:22 [INFO] [stderr] | [INFO] [stderr] 43 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | const RAIL: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:7:20 [INFO] [stderr] | [INFO] [stderr] 7 | const RAIL: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | const MARKER: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:14:22 [INFO] [stderr] | [INFO] [stderr] 14 | const MARKER: Rect = Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:33:26 [INFO] [stderr] | [INFO] [stderr] 33 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DrawParam` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:59:26 [INFO] [stderr] | [INFO] [stderr] 59 | self.sprites.add(DrawParam { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Rect` in this scope [INFO] [stderr] --> examples/tour/renderer/slider.rs:60:18 [INFO] [stderr] | [INFO] [stderr] 60 | src: Rect { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use stretch::geometry::Rect; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | impl text::Renderer for Renderer<'_> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `TextFragment` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:43:42 [INFO] [stderr] | [INFO] [stderr] 43 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Scale` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:46:33 [INFO] [stderr] | [INFO] [stderr] 46 | scale: Some(Scale { x: size, y: size }), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:83:23 [INFO] [stderr] | [INFO] [stderr] 83 | color: Option, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `TextFragment` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:89:34 [INFO] [stderr] | [INFO] [stderr] 89 | let mut text = Text::new(TextFragment { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Scale` in this scope [INFO] [stderr] --> examples/tour/renderer/text.rs:92:25 [INFO] [stderr] | [INFO] [stderr] 92 | scale: Some(Scale { x: size, y: size }), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SpriteBatch` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | pub sprites: SpriteBatch, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub spritesheet: Image, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::widget::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::image::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::widget::Image; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Font` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | pub font: Font, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MeshBuilder` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | debug_mesh: Option, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | spritesheet: Image, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 9 | use crate::widget::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::image::Image; [INFO] [stderr] | [INFO] [stderr] 9 | use iced::widget::Image; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Font` in this scope [INFO] [stderr] --> examples/tour/renderer.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | font: Font, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> examples/tour/tour.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | element.explain(BLACK) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> examples/tour/tour.rs:112:28 [INFO] [stderr] | [INFO] [stderr] 112 | color: BLACK, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:180:16 [INFO] [stderr] | [INFO] [stderr] 180 | color: Color, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:200:22 [INFO] [stderr] | [INFO] [stderr] 200 | TextColorChanged(Color), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:416:16 [INFO] [stderr] | [INFO] [stderr] 416 | color: Color, [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:442:55 [INFO] [stderr] | [INFO] [stderr] 442 | StepMessage::TextColorChanged(Color { r, ..color }) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:445:55 [INFO] [stderr] | [INFO] [stderr] 445 | StepMessage::TextColorChanged(Color { g, ..color }) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Color` in this scope [INFO] [stderr] --> examples/tour/tour.rs:448:55 [INFO] [stderr] | [INFO] [stderr] 448 | StepMessage::TextColorChanged(Color { b, ..color }) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/widget.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | pub type Text = iced::Text; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/widget.rs:8:45 [INFO] [stderr] | [INFO] [stderr] 8 | pub type Checkbox = iced::Checkbox; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Color` in this scope [INFO] [stderr] --> examples/tour/widget.rs:9:39 [INFO] [stderr] | [INFO] [stderr] 9 | pub type Radio = iced::Radio; [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 139 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `iced`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "380fdb0738fcca11376951b530aec842aab4d56be80fd21a3adb37cf3d971128"` [INFO] running `"docker" "rm" "-f" "380fdb0738fcca11376951b530aec842aab4d56be80fd21a3adb37cf3d971128"` [INFO] [stdout] 380fdb0738fcca11376951b530aec842aab4d56be80fd21a3adb37cf3d971128