[INFO] cloning repository https://github.com/ChristopherLR/gl-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChristopherLR/gl-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristopherLR%2Fgl-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristopherLR%2Fgl-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f6233c6c851c67738e0f5a95f49d98777679aa23 [INFO] checking ChristopherLR/gl-playground against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChristopherLR%2Fgl-playground" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ChristopherLR/gl-playground on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ChristopherLR/gl-playground [INFO] finished tweaking git repo https://github.com/ChristopherLR/gl-playground [INFO] tweaked toml for git repo https://github.com/ChristopherLR/gl-playground written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/ChristopherLR/gl-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7779a69303ab003558f69d6bb32ccec7e9acdb7c1c46d197a2aaa84d75cea75a [INFO] running `Command { std: "docker" "start" "-a" "7779a69303ab003558f69d6bb32ccec7e9acdb7c1c46d197a2aaa84d75cea75a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7779a69303ab003558f69d6bb32ccec7e9acdb7c1c46d197a2aaa84d75cea75a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7779a69303ab003558f69d6bb32ccec7e9acdb7c1c46d197a2aaa84d75cea75a", kill_on_drop: false }` [INFO] [stdout] 7779a69303ab003558f69d6bb32ccec7e9acdb7c1c46d197a2aaa84d75cea75a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 604f08a4e0ee6e4589e9e095193d8964f2dd8338d341d6b396b9c81e1ebae131 [INFO] running `Command { std: "docker" "start" "-a" "604f08a4e0ee6e4589e9e095193d8964f2dd8338d341d6b396b9c81e1ebae131", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling nom v6.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling wayland-scanner v0.28.3 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling wayland-sys v0.28.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling wayland-client v0.28.3 [INFO] [stderr] Compiling wayland-protocols v0.28.3 [INFO] [stderr] Checking nix v0.18.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking memmap2 v0.1.0 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking wayland-commons v0.28.3 [INFO] [stderr] Checking calloop v0.6.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Checking wayland-cursor v0.28.3 [INFO] [stderr] Checking wayland-egl v0.28.3 [INFO] [stderr] Checking smithay-client-toolkit v0.12.2 [INFO] [stderr] Checking winit v0.24.0 [INFO] [stderr] Checking glutin v0.26.0 [INFO] [stderr] Checking gl_playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/shader.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn set_uniform(name: &str){ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/shader.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 60 | ShaderLocation::FILE(file) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/shader.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | fn get_uniform_location(name: &str){ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_uniform_location` [INFO] [stdout] --> src/shader.rs:106:8 [INFO] [stdout] | [INFO] [stdout] 106 | fn get_uniform_location(name: &str){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/shader.rs:33:24 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn set_uniform(name: &str){ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `file` [INFO] [stdout] --> src/shader.rs:60:34 [INFO] [stdout] | [INFO] [stdout] 60 | ShaderLocation::FILE(file) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/shader.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | fn get_uniform_location(name: &str){ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_uniform_location` [INFO] [stdout] --> src/shader.rs:106:8 [INFO] [stdout] | [INFO] [stdout] 106 | fn get_uniform_location(name: &str){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glfw` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glfw::{Action, Context, Key}; [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glfw` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use glfw::{Action, Context, Key}; [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | let mut glfw = glfw::init(glfw::FAIL_ON_ERRORS).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | let mut glfw = glfw::init(glfw::FAIL_ON_ERRORS).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | glfw.window_hint(glfw::WindowHint::ContextVersion(3, 3)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | glfw.window_hint(glfw::WindowHint::OpenGlProfile(glfw::OpenGlProfileHint::Core)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:40:54 [INFO] [stdout] | [INFO] [stdout] 40 | glfw.window_hint(glfw::WindowHint::OpenGlProfile(glfw::OpenGlProfileHint::Core)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | let mut glfw = glfw::init(glfw::FAIL_ON_ERRORS).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | let mut glfw = glfw::init(glfw::FAIL_ON_ERRORS).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | glfw.window_hint(glfw::WindowHint::ContextVersion(3, 3)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | glfw.window_hint(glfw::WindowHint::OpenGlProfile(glfw::OpenGlProfileHint::Core)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:40:54 [INFO] [stdout] | [INFO] [stdout] 40 | glfw.window_hint(glfw::WindowHint::OpenGlProfile(glfw::OpenGlProfileHint::Core)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | glfw.window_hint(glfw::WindowHint::OpenGlForwardCompat(true)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | glfw::WindowMode::Windowed [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | glfw.set_swap_interval(glfw::SwapInterval::Sync(1)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | fn process_events(window: &mut glfw::Window, events: &Receiver<(f64, glfw::WindowEvent)>) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:138:70 [INFO] [stdout] | [INFO] [stdout] 138 | fn process_events(window: &mut glfw::Window, events: &Receiver<(f64, glfw::WindowEvent)>) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | for (_, event) in glfw::flush_messages(events) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | glfw::WindowEvent::FramebufferSize(width, height) => { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | glfw::WindowEvent::Key(Key::Escape, _, Action::Press, _) => window.set_should_close(true), [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | glfw.window_hint(glfw::WindowHint::OpenGlForwardCompat(true)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | glfw::WindowMode::Windowed [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | glfw.set_swap_interval(glfw::SwapInterval::Sync(1)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | fn process_events(window: &mut glfw::Window, events: &Receiver<(f64, glfw::WindowEvent)>) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:138:70 [INFO] [stdout] | [INFO] [stdout] 138 | fn process_events(window: &mut glfw::Window, events: &Receiver<(f64, glfw::WindowEvent)>) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:139:23 [INFO] [stdout] | [INFO] [stdout] 139 | for (_, event) in glfw::flush_messages(events) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | glfw::WindowEvent::FramebufferSize(width, height) => { [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `glfw` [INFO] [stdout] --> src/main.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | glfw::WindowEvent::Key(Key::Escape, _, Action::Press, _) => window.set_should_close(true), [INFO] [stdout] | ^^^^ use of undeclared crate or module `glfw` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 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] [stderr] error: could not compile `gl_playground` due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 14 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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "604f08a4e0ee6e4589e9e095193d8964f2dd8338d341d6b396b9c81e1ebae131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "604f08a4e0ee6e4589e9e095193d8964f2dd8338d341d6b396b9c81e1ebae131", kill_on_drop: false }` [INFO] [stdout] 604f08a4e0ee6e4589e9e095193d8964f2dd8338d341d6b396b9c81e1ebae131