[INFO] cloning repository https://github.com/artronics/visper-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/artronics/visper-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartronics%2Fvisper-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartronics%2Fvisper-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b2d0a3e6ca61ad1428ba7405ec0f091c96af6650 [INFO] testing artronics/visper-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartronics%2Fvisper-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/artronics/visper-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/artronics/visper-rust [INFO] finished tweaking git repo https://github.com/artronics/visper-rust [INFO] tweaked toml for git repo https://github.com/artronics/visper-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/artronics/visper-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zerocopy v0.2.8 [INFO] [stderr] Downloaded gfx-backend-vulkan v0.4.1 [INFO] [stderr] Downloaded zerocopy-derive v0.1.4 [INFO] [stderr] Downloaded indextree v4.0.0 [INFO] [stderr] Downloaded wgpu-native v0.4.3 [INFO] [stderr] Downloaded gfx-backend-dx11 v0.4.5 [INFO] [stderr] Downloaded metal v0.17.1 [INFO] [stderr] Downloaded memchr v2.3.2 [INFO] [stderr] Downloaded d3d12 v0.3.0 [INFO] [stderr] Downloaded winit v0.20.0 [INFO] [stderr] Downloaded gfx-backend-metal v0.4.2 [INFO] [stderr] Downloaded gfx-backend-dx12 v0.4.3 [INFO] [stderr] Downloaded rendy-descriptor v0.5.1 [INFO] [stderr] Downloaded gfx-auxil v0.1.0 [INFO] [stderr] Downloaded gfx-backend-empty v0.4.0 [INFO] [stderr] Downloaded rendy-memory v0.5.2 [INFO] [stderr] Downloaded gfx-hal v0.4.1 [INFO] [stderr] Downloaded glam v0.8.5 [INFO] [stderr] Downloaded wgpu v0.4.0 [INFO] [stderr] Downloaded spirv_cross v0.16.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 828040e8610982f6367aa136785d1a24d7049811ea19ac134e0a0bafbac49293 [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" "828040e8610982f6367aa136785d1a24d7049811ea19ac134e0a0bafbac49293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "828040e8610982f6367aa136785d1a24d7049811ea19ac134e0a0bafbac49293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "828040e8610982f6367aa136785d1a24d7049811ea19ac134e0a0bafbac49293", kill_on_drop: false }` [INFO] [stdout] 828040e8610982f6367aa136785d1a24d7049811ea19ac134e0a0bafbac49293 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--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] 095c5f8caf843cb6447f2f42343ad6758bce4acc8f9e7ab1a4e9dd6f3b0dd432 [INFO] running `Command { std: "docker" "start" "-a" "095c5f8caf843cb6447f2f42343ad6758bce4acc8f9e7ab1a4e9dd6f3b0dd432", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling colorful v0.2.1 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling glam v0.8.5 [INFO] [stderr] Compiling indextree v4.0.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling hibitset v0.6.2 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling relevant v0.4.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling gfx-hal v0.4.1 [INFO] [stderr] Compiling ash v0.29.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling zerocopy v0.2.8 [INFO] [stderr] Compiling gfx-backend-empty v0.4.0 [INFO] [stderr] Compiling rendy-descriptor v0.5.1 [INFO] [stderr] Compiling rendy-memory v0.5.2 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling gfx-backend-vulkan v0.4.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling wgpu-native v0.4.3 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling wgpu v0.4.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.20.0 [INFO] [stderr] Compiling visper-graphics v0.1.0 (/opt/rustwide/workdir/visper-graphics) [INFO] [stdout] warning: unused import: `winit::window::Window` [INFO] [stdout] --> visper-graphics/src/renderer/target.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winit::window::Window; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `width` [INFO] [stdout] --> visper-graphics/src/renderer.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | let (width, height) = target.dimensions(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_width` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> visper-graphics/src/renderer.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | let (width, height) = target.dimensions(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bounds` [INFO] [stdout] --> visper-graphics/src/primitive/quad.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | bounds: Rectangle, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_bounds` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling visper-gui v0.1.0 (/opt/rustwide/workdir/visper-gui) [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `winit::window::CursorIcon::NoDrop` [INFO] [stdout] --> visper-gui/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winit::window::CursorIcon::NoDrop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling visper v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `visper_gui::foo` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use visper_gui::foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `foo` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `visper` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "095c5f8caf843cb6447f2f42343ad6758bce4acc8f9e7ab1a4e9dd6f3b0dd432", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "095c5f8caf843cb6447f2f42343ad6758bce4acc8f9e7ab1a4e9dd6f3b0dd432", kill_on_drop: false }` [INFO] [stdout] 095c5f8caf843cb6447f2f42343ad6758bce4acc8f9e7ab1a4e9dd6f3b0dd432