[INFO] cloning repository https://github.com/F3kilo/circles [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/F3kilo/circles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF3kilo%2Fcircles", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF3kilo%2Fcircles'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 641385a796f834e2745924aa3ac30aa02da5b19d [INFO] testing F3kilo/circles against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FF3kilo%2Fcircles" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/F3kilo/circles on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/F3kilo/circles [INFO] finished tweaking git repo https://github.com/F3kilo/circles [INFO] tweaked toml for git repo https://github.com/F3kilo/circles written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/F3kilo/circles already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5931ddc1e64188d8809f957f11f28fd59e0478c20328b91e4313e92446a533d3 [INFO] running `Command { std: "docker" "start" "-a" "5931ddc1e64188d8809f957f11f28fd59e0478c20328b91e4313e92446a533d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5931ddc1e64188d8809f957f11f28fd59e0478c20328b91e4313e92446a533d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5931ddc1e64188d8809f957f11f28fd59e0478c20328b91e4313e92446a533d3", kill_on_drop: false }` [INFO] [stdout] 5931ddc1e64188d8809f957f11f28fd59e0478c20328b91e4313e92446a533d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e6f0376239fb26ea0e20c2d57e99ec0f7ba7150efed9346b494129a74af327d [INFO] running `Command { std: "docker" "start" "-a" "5e6f0376239fb26ea0e20c2d57e99ec0f7ba7150efed9346b494129a74af327d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling instant v0.1.3 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling settings_path v0.1.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling glam v0.8.6 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling tinyfiledialogs v3.3.9 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling ash v0.30.0 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [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 num-complex v0.1.43 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling slog-async v2.5.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling slog-term v2.5.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling primapalooza v0.3.4 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.1 [INFO] [stderr] Compiling circles v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: constant is never used: `DENSITY` [INFO] [stdout] --> src/circles_app/circle.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | const DENSITY: f32 = 1f32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/circles_app/circle.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(center: Vec2, radius: f32, speed: Vec2) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mass` [INFO] [stdout] --> src/circles_app/circle.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn mass(&self) -> f32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `center` [INFO] [stdout] --> src/circles_app/circle.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn center(&self) -> Vec2 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `radius` [INFO] [stdout] --> src/circles_app/circle.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn radius(&self) -> f32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `speed` [INFO] [stdout] --> src/circles_app/circle.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn speed(&self) -> Vec2 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_intersect` [INFO] [stdout] --> src/circles_app/circle.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn is_intersect(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `collide` [INFO] [stdout] --> src/circles_app/circle.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn collide(&mut self, other: &mut Self) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `v_dv_cos` [INFO] [stdout] --> src/circles_app/circle.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | fn v_dv_cos(v: Vec2, dv: Vec2) -> f32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `images` [INFO] [stdout] --> src/vulkan/present/swapchain.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | images: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.77s [INFO] running `Command { std: "docker" "inspect" "5e6f0376239fb26ea0e20c2d57e99ec0f7ba7150efed9346b494129a74af327d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e6f0376239fb26ea0e20c2d57e99ec0f7ba7150efed9346b494129a74af327d", kill_on_drop: false }` [INFO] [stdout] 5e6f0376239fb26ea0e20c2d57e99ec0f7ba7150efed9346b494129a74af327d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87ccf68bd397d66ae8600997bb1405b0b68b3a0a3913c246d98c67f4828d0773 [INFO] running `Command { std: "docker" "start" "-a" "87ccf68bd397d66ae8600997bb1405b0b68b3a0a3913c246d98c67f4828d0773", 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] Compiling circles v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `assert_approx_eq` [INFO] [stdout] --> src/circles_app/circle.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | use assert_approx_eq; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no external crate `assert_approx_eq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_approx_eq::assert_approx_eq` [INFO] [stdout] --> src/circles_app/circle.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | assert_approx_eq::assert_approx_eq!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_approx_eq::assert_approx_eq` [INFO] [stdout] --> src/circles_app/circle.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | assert_approx_eq::assert_approx_eq!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_approx_eq::assert_approx_eq` [INFO] [stdout] --> src/circles_app/circle.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | assert_approx_eq::assert_approx_eq!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_approx_eq::assert_approx_eq` [INFO] [stdout] --> src/circles_app/circle.rs:166:9 [INFO] [stdout] | [INFO] [stdout] 166 | assert_approx_eq::assert_approx_eq!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `circles` due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "87ccf68bd397d66ae8600997bb1405b0b68b3a0a3913c246d98c67f4828d0773", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87ccf68bd397d66ae8600997bb1405b0b68b3a0a3913c246d98c67f4828d0773", kill_on_drop: false }` [INFO] [stdout] 87ccf68bd397d66ae8600997bb1405b0b68b3a0a3913c246d98c67f4828d0773