[INFO] cloning repository https://github.com/Kimundi/rust_cube_fun_1 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kimundi/rust_cube_fun_1" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKimundi%2Frust_cube_fun_1"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKimundi%2Frust_cube_fun_1'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 02c81d14d762755bc2e6fd127ef40d5564dd56b0 [INFO] checking Kimundi/rust_cube_fun_1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKimundi%2Frust_cube_fun_1" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kimundi/rust_cube_fun_1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Kimundi/rust_cube_fun_1 [INFO] finished tweaking git repo https://github.com/Kimundi/rust_cube_fun_1 [INFO] tweaked toml for git repo https://github.com/Kimundi/rust_cube_fun_1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Kimundi/rust_cube_fun_1 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] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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] 2637fe77eaca25d88be8774dfbdcb47fcf1ebf886e69bebaf430a255d2c50b2f [INFO] running `"docker" "start" "-a" "2637fe77eaca25d88be8774dfbdcb47fcf1ebf886e69bebaf430a255d2c50b2f"` [INFO] [stderr] Compiling hashbrown v0.6.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Checking hibitset v0.6.2 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking ahash v0.2.16 [INFO] [stderr] Checking shred v0.9.3 [INFO] [stderr] Checking gfx_window_glutin v0.31.0 [INFO] [stderr] Checking specs v0.15.1 [INFO] [stderr] Checking fun1 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `cgmath::AffineMatrix3` [INFO] [stderr] --> src/prelude.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | pub use cgmath::{Transform, AffineMatrix3}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `AffineMatrix3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `specs::RunArg` [INFO] [stderr] --> src/prelude.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub use specs::RunArg; [INFO] [stderr] | ^^^^^^^^^^^^^ no `RunArg` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:153:14 [INFO] [stderr] | [INFO] [stderr] 153 | gfx::tex::Kind::D2(1, 1, gfx::tex::AaMode::Single), &[&texels] [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:153:39 [INFO] [stderr] | [INFO] [stderr] 153 | gfx::tex::Kind::D2(1, 1, gfx::tex::AaMode::Single), &[&texels] [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:156:22 [INFO] [stderr] | [INFO] [stderr] 156 | let sinfo = gfx::tex::SamplerInfo::new( [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:157:14 [INFO] [stderr] | [INFO] [stderr] 157 | gfx::tex::FilterMethod::Bilinear, [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:158:14 [INFO] [stderr] | [INFO] [stderr] 158 | gfx::tex::WrapMode::Clamp); [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cgmath::AffineMatrix3` [INFO] [stderr] --> src/prelude.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | pub use cgmath::{Transform, AffineMatrix3}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `AffineMatrix3` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `specs::RunArg` [INFO] [stderr] --> src/prelude.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub use specs::RunArg; [INFO] [stderr] | ^^^^^^^^^^^^^ no `RunArg` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:153:14 [INFO] [stderr] | [INFO] [stderr] 153 | gfx::tex::Kind::D2(1, 1, gfx::tex::AaMode::Single), &[&texels] [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:153:39 [INFO] [stderr] | [INFO] [stderr] 153 | gfx::tex::Kind::D2(1, 1, gfx::tex::AaMode::Single), &[&texels] [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:156:22 [INFO] [stderr] | [INFO] [stderr] 156 | let sinfo = gfx::tex::SamplerInfo::new( [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:157:14 [INFO] [stderr] | [INFO] [stderr] 157 | gfx::tex::FilterMethod::Bilinear, [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `tex` in `gfx` [INFO] [stderr] --> src/render.rs:158:14 [INFO] [stderr] | [INFO] [stderr] 158 | gfx::tex::WrapMode::Clamp); [INFO] [stderr] | ^^^ could not find `tex` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BufferRole` in `gfx` [INFO] [stderr] --> src/render.rs:173:59 [INFO] [stderr] | [INFO] [stderr] 173 | ... gfx::BufferRole::Vertex, [INFO] [stderr] | ^^^^^^^^^^ could not find `BufferRole` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Bind` in `gfx` [INFO] [stderr] --> src/render.rs:174:59 [INFO] [stderr] | [INFO] [stderr] 174 | ... gfx::Bind::empty()).unwrap(); [INFO] [stderr] | ^^^^ could not find `Bind` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Planner` in `specs` [INFO] [stderr] --> src/render.rs:210:16 [INFO] [stderr] | [INFO] [stderr] 210 | specs::Planner::new(w, 4) [INFO] [stderr] | ^^^^^^^ could not find `Planner` in `specs` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `deg` in crate `cgmath` [INFO] [stderr] --> src/render.rs:166:44 [INFO] [stderr] | [INFO] [stderr] 166 | let proj = cgmath::perspective(cgmath::deg(45.0f32), 4.0/3.0, 1.0, 1000.0); [INFO] [stderr] | ^^^ help: a tuple struct with a similar name exists: `Deg` [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> src/systems.rs:9:6 [INFO] [stderr] | [INFO] [stderr] 9 | impl specs::System for ::render::Render { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `specs::System<'_, Context>` [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> src/systems.rs:48:6 [INFO] [stderr] | [INFO] [stderr] 48 | impl specs::System for Mover { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `specs::System<'_, Context>` [INFO] [stderr] [INFO] [stderr] warning: the item `InnerSpace` is imported redundantly [INFO] [stderr] --> src/systems.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 1 | use prelude::*; [INFO] [stderr] | ---------- the item `InnerSpace` is already imported here [INFO] [stderr] ... [INFO] [stderr] 55 | use cgmath::InnerSpace; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BufferRole` in `gfx` [INFO] [stderr] --> src/render.rs:173:59 [INFO] [stderr] | [INFO] [stderr] 173 | ... gfx::BufferRole::Vertex, [INFO] [stderr] | ^^^^^^^^^^ could not find `BufferRole` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Bind` in `gfx` [INFO] [stderr] --> src/render.rs:174:59 [INFO] [stderr] | [INFO] [stderr] 174 | ... gfx::Bind::empty()).unwrap(); [INFO] [stderr] | ^^^^ could not find `Bind` in `gfx` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Planner` in `specs` [INFO] [stderr] --> src/render.rs:210:16 [INFO] [stderr] | [INFO] [stderr] 210 | specs::Planner::new(w, 4) [INFO] [stderr] | ^^^^^^^ could not find `Planner` in `specs` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `deg` in crate `cgmath` [INFO] [stderr] --> src/render.rs:166:44 [INFO] [stderr] | [INFO] [stderr] 166 | let proj = cgmath::perspective(cgmath::deg(45.0f32), 4.0/3.0, 1.0, 1000.0); [INFO] [stderr] | ^^^ help: a tuple struct with a similar name exists: `Deg` [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> src/systems.rs:9:6 [INFO] [stderr] | [INFO] [stderr] 9 | impl specs::System for ::render::Render { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `specs::System<'_, Context>` [INFO] [stderr] [INFO] [stderr] error[E0726]: implicit elided lifetime not allowed here [INFO] [stderr] --> src/systems.rs:48:6 [INFO] [stderr] | [INFO] [stderr] 48 | impl specs::System for Mover { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: indicate the anonymous lifetime: `specs::System<'_, Context>` [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/systems.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | impl specs::System for ::render::Render { [INFO] [stderr] | ^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/systems.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | impl specs::System for Mover { [INFO] [stderr] | ^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] warning: the item `InnerSpace` is imported redundantly [INFO] [stderr] --> src/systems.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 1 | use prelude::*; [INFO] [stderr] | ---------- the item `InnerSpace` is already imported here [INFO] [stderr] ... [INFO] [stderr] 55 | use cgmath::InnerSpace; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `fun1`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/systems.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | impl specs::System for ::render::Render { [INFO] [stderr] | ^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/systems.rs:48:20 [INFO] [stderr] | [INFO] [stderr] 48 | impl specs::System for Mover { [INFO] [stderr] | ^^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `fun1`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2637fe77eaca25d88be8774dfbdcb47fcf1ebf886e69bebaf430a255d2c50b2f"` [INFO] running `"docker" "rm" "-f" "2637fe77eaca25d88be8774dfbdcb47fcf1ebf886e69bebaf430a255d2c50b2f"` [INFO] [stdout] 2637fe77eaca25d88be8774dfbdcb47fcf1ebf886e69bebaf430a255d2c50b2f