[INFO] cloning repository https://github.com/pengowen123/horde_survival [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pengowen123/horde_survival" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fhorde_survival", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fhorde_survival'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7ca60250964533c503c3e5da5f5d1fc0641e3e82 [INFO] checking pengowen123/horde_survival against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpengowen123%2Fhorde_survival" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pengowen123/horde_survival on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pengowen123/horde_survival [INFO] finished tweaking git repo https://github.com/pengowen123/horde_survival [INFO] tweaked toml for git repo https://github.com/pengowen123/horde_survival written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/pengowen123/horde_survival already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5338965fdde866c79b720552572600edab3e61a5d0498ad5c22318d8229ebd5 [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" "e5338965fdde866c79b720552572600edab3e61a5d0498ad5c22318d8229ebd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5338965fdde866c79b720552572600edab3e61a5d0498ad5c22318d8229ebd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5338965fdde866c79b720552572600edab3e61a5d0498ad5c22318d8229ebd5", kill_on_drop: false }` [INFO] [stdout] e5338965fdde866c79b720552572600edab3e61a5d0498ad5c22318d8229ebd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3d3090ea4d7d20bdc6927798cbbf32554e1b1a8986b51e1ee51e565ffe7916b [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" "b3d3090ea4d7d20bdc6927798cbbf32554e1b1a8986b51e1ee51e565ffe7916b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling syn v0.15.40 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Compiling slog v2.5.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking rawpointer v0.1.0 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking piston-texture v0.6.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking RustyXML v0.1.1 [INFO] [stderr] Checking tuple_utils v0.2.0 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Checking inflate v0.2.0 [INFO] [stderr] Checking mint v0.2.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling freetype-sys v0.7.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking walkdir v2.2.9 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking matrixmultiply v0.2.2 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking regex-syntax v0.6.8 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking arrayvec v0.4.11 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking quaternion v0.4.0 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking dual_quaternion v0.1.0 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking aho-corasick v0.7.4 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking collada v0.11.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking slog-async v2.3.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking daggy v0.5.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking cgmath v0.14.1 [INFO] [stderr] Checking freetype-rs v0.20.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking rusttype v0.5.2 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking png v0.8.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking genmesh v0.5.0 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking shred v0.7.2 [INFO] [stderr] Checking hibitset v0.5.4 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking obj v0.8.2 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking slog-term v2.4.1 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking image v0.14.0 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Compiling conrod_derive v0.1.2 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling shred-derive v0.5.1 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking gfx_core v0.9.1 [INFO] [stderr] Checking specs v0.14.3 [INFO] [stderr] Checking winit v0.19.1 [INFO] [stderr] Checking image v0.21.2 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx v0.18.1 [INFO] [stderr] Checking gfx_device_gl v0.16.1 [INFO] [stderr] Checking glutin v0.21.0 [INFO] [stderr] Checking gfx_text v0.24.0 [INFO] [stderr] Checking piston-gfx_texture v0.36.0 [INFO] [stderr] Checking gfx_debug_draw v0.24.0 [INFO] [stderr] Checking gfx_window_glutin v0.31.0 [INFO] [stderr] Checking skeletal_animation v0.31.0 (https://github.com/pengowen123/skeletal_animation?branch=horde#4708e1fa) [INFO] [stderr] Checking ncollide3d v0.19.2 [INFO] [stderr] Checking pistoncore-input v0.21.0 [INFO] [stderr] Checking ron v0.3.0 [INFO] [stderr] Checking conrod v0.60.0 (https://github.com/pengowen123/conrod?branch=horde#eb260c16) [INFO] [stderr] Checking nphysics3d v0.11.1 [INFO] [stderr] Checking common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> common/src/components/graphics/particles.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | pub type SpawnParticleFn = Box) -> Particle + Send + Sync>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&cgmath::Point3) -> Particle + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `common`? [INFO] [stdout] --> common/src/components/graphics/particles.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | use common::cgmath::{self, EuclideanSpace, Zero}; [INFO] [stdout] | ^^^^^^ maybe a missing crate `common`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `common` [INFO] [stdout] --> common/src/components/graphics/particles.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | use common::cgmath::{self, EuclideanSpace, Zero}; [INFO] [stdout] | ^^^^^^ maybe a missing crate `common`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> common/src/components/graphics/particles.rs:11:32 [INFO] [stdout] | [INFO] [stdout] 11 | pub type SpawnParticleFn = Box) -> Particle + Send + Sync>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&cgmath::Point3) -> Particle + Send + Sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> common/src/components/graphics/particles.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | Particle::new([1.0; 4], *pos, cgmath::Vector3::unit_z(), -1.0, 100.0) [INFO] [stdout] | ^^^^^^^^^^^^^ -------- ---- ------------------------- ---- ----- supplied 5 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 6 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> common/src/components/graphics/particles.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] 29 | alpha: f32, [INFO] [stdout] | ---------- [INFO] [stdout] 30 | alpha_falloff: f32, [INFO] [stdout] | ------------------ [INFO] [stdout] 31 | position: cgmath::Point3, [INFO] [stdout] | ----------------------------- [INFO] [stdout] 32 | velocity: cgmath::Vector3, [INFO] [stdout] | ------------------------------ [INFO] [stdout] 33 | gravity: f32, [INFO] [stdout] | ------------ [INFO] [stdout] 34 | lifetime: ::Float, [INFO] [stdout] | ----------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> common/src/components/graphics/particles.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | let mut source = ParticleSource::new(100, 2.0, Box::new(spawn_particle) as SpawnParticleFn); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- ------------------------------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> common/src/components/graphics/particles.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] 100 | max_particles: usize, [INFO] [stdout] | -------------------- [INFO] [stdout] 101 | spawn_rate: f32, [INFO] [stdout] | --------------- [INFO] [stdout] 102 | spawn_fn: F, [INFO] [stdout] | ----------- [INFO] [stdout] 103 | texture: handle::ShaderResourceView, [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `origin` found for struct `Point3<_>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:204:38 [INFO] [stdout] | [INFO] [stdout] 204 | let origin = cgmath::Point3::origin(); [INFO] [stdout] | ^^^^^^ function or associated item not found in `Point3<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use cgmath::EuclideanSpace;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 206 | source.update(0.25, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:207:27 [INFO] [stdout] | [INFO] [stdout] 207 | assert_eq!(source.particles.len(), 0); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking assets v0.1.0 (/opt/rustwide/workdir/assets) [INFO] [stderr] Checking math v0.1.0 (/opt/rustwide/workdir/math) [INFO] [stderr] Checking image_utils v0.1.0 (/opt/rustwide/workdir/image_utils) [INFO] [stderr] Checking window v0.1.0 (/opt/rustwide/workdir/window) [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:209:16 [INFO] [stdout] | [INFO] [stdout] 209 | source.update(0.25, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:210:27 [INFO] [stdout] | [INFO] [stdout] 210 | assert_eq!(source.particles.len(), 1); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:212:16 [INFO] [stdout] | [INFO] [stdout] 212 | source.update(0.25, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:213:27 [INFO] [stdout] | [INFO] [stdout] 213 | assert_eq!(source.particles.len(), 1); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking physics v0.1.0 (/opt/rustwide/workdir/physics) [INFO] [stderr] Checking control v0.1.0 (/opt/rustwide/workdir/control) [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:215:16 [INFO] [stdout] | [INFO] [stdout] 215 | source.update(0.25, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:216:27 [INFO] [stdout] | [INFO] [stdout] 216 | assert_eq!(source.particles.len(), 2); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> image_utils/src/lib.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> common/src/components/graphics/particles.rs:221:26 [INFO] [stdout] | [INFO] [stdout] 221 | let mut source = ParticleSource::new(1, 1.0, Box::new(spawn_particle) as SpawnParticleFn); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ - --- ------------------------------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> common/src/components/graphics/particles.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] 100 | max_particles: usize, [INFO] [stdout] | -------------------- [INFO] [stdout] 101 | spawn_rate: f32, [INFO] [stdout] | --------------- [INFO] [stdout] 102 | spawn_fn: F, [INFO] [stdout] | ----------- [INFO] [stdout] 103 | texture: handle::ShaderResourceView, [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `origin` found for struct `Point3<_>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:222:38 [INFO] [stdout] | [INFO] [stdout] 222 | let origin = cgmath::Point3::origin(); [INFO] [stdout] | ^^^^^^ function or associated item not found in `Point3<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use cgmath::EuclideanSpace;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> image_utils/src/lib.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rendergraph v0.1.0 (/opt/rustwide/workdir/graphics/rendergraph) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:224:16 [INFO] [stdout] | [INFO] [stdout] 224 | source.update(1.0, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:225:27 [INFO] [stdout] | [INFO] [stdout] 225 | assert_eq!(source.particles.len(), 1); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:226:27 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(source.particles[0].velocity, cgmath::Vector3::zero()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for struct `Vector3<_>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:226:67 [INFO] [stdout] | [INFO] [stdout] 226 | assert_eq!(source.particles[0].velocity, cgmath::Vector3::zero()); [INFO] [stdout] | ^^^^ function or associated item not found in `Vector3<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use cgmath::Zero;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> physics/src/scale.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | shape: &shape::Shape<::Float>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn shape::Shape<::Float>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> physics/src/scale.rs:40:13 [INFO] [stdout] | [INFO] [stdout] 40 | shape: &shape::Shape<::Float>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn shape::Shape<::Float>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:227:16 [INFO] [stdout] | [INFO] [stdout] 227 | source.update(1.0, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:229:20 [INFO] [stdout] | [INFO] [stdout] 229 | source.particles[0].position, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `origin` found for struct `Point3<_>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:238:47 [INFO] [stdout] | [INFO] [stdout] 238 | ..spawn_particle(&cgmath::Point3::origin()) [INFO] [stdout] | ^^^^^^ function or associated item not found in `Point3<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use cgmath::EuclideanSpace;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> common/src/components/graphics/particles.rs:255:26 [INFO] [stdout] | [INFO] [stdout] 255 | let mut source = ParticleSource::new(100, 2.0, Box::new(spawn_particle) as SpawnParticleFn); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ --- --- ------------------------------------------- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> common/src/components/graphics/particles.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] 100 | max_particles: usize, [INFO] [stdout] | -------------------- [INFO] [stdout] 101 | spawn_rate: f32, [INFO] [stdout] | --------------- [INFO] [stdout] 102 | spawn_fn: F, [INFO] [stdout] | ----------- [INFO] [stdout] 103 | texture: handle::ShaderResourceView, [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `origin` found for struct `Point3<_>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:256:38 [INFO] [stdout] | [INFO] [stdout] 256 | let origin = cgmath::Point3::origin(); [INFO] [stdout] | ^^^^^^ function or associated item not found in `Point3<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use cgmath::EuclideanSpace;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:58:32 [INFO] [stdout] | [INFO] [stdout] 58 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:58:32 [INFO] [stdout] | [INFO] [stdout] 58 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:75:39 [INFO] [stdout] | [INFO] [stdout] 75 | pass_outputs: HashMap>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | Custom(Box<(error::Error + 'static)>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | Custom(Box<(error::Error + 'static)>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:250:32 [INFO] [stdout] | [INFO] [stdout] 250 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/builder.rs:75:39 [INFO] [stdout] | [INFO] [stdout] 75 | pass_outputs: HashMap>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:109:17 [INFO] [stdout] | [INFO] [stdout] 109 | Custom(Box<(error::Error + 'static)>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:232:17 [INFO] [stdout] | [INFO] [stdout] 232 | Custom(Box<(error::Error + 'static)>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/error.rs:250:32 [INFO] [stdout] | [INFO] [stdout] 250 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/framebuffer.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/framebuffer.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | framebuffers: HashMap>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/lib.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pass::Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/lib.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pass::Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/framebuffer.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/framebuffer.rs:59:39 [INFO] [stdout] | [INFO] [stdout] 59 | framebuffers: HashMap>, [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/lib.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pass::Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> graphics/rendergraph/src/lib.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | passes: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pass::Pass` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `disable` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:258:16 [INFO] [stdout] | [INFO] [stdout] 258 | source.disable(); [INFO] [stdout] | ^^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ui v0.1.0 (/opt/rustwide/workdir/ui) [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:260:16 [INFO] [stdout] | [INFO] [stdout] 260 | source.update(1.0, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:261:27 [INFO] [stdout] | [INFO] [stdout] 261 | assert_eq!(source.particles.len(), 0); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `enable` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:263:16 [INFO] [stdout] | [INFO] [stdout] 263 | source.enable(); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `direction` [INFO] [stdout] --> control/src/lib.rs:126:25 [INFO] [stdout] | [INFO] [stdout] 126 | if let Some(direction) = c.direction { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for enum `Result, ParticleSourceError>` in the current scope [INFO] [stdout] --> common/src/components/graphics/particles.rs:265:16 [INFO] [stdout] | [INFO] [stdout] 265 | source.update(1.0, &origin); [INFO] [stdout] | ^^^^^^ method not found in `Result, ParticleSourceError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `horizontal_velocity` [INFO] [stdout] --> control/src/movement.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | horizontal_velocity: cgmath::Vector2<::Float>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `particles` on type `Result, ParticleSourceError>` [INFO] [stdout] --> common/src/components/graphics/particles.rs:266:27 [INFO] [stdout] | [INFO] [stdout] 266 | assert_eq!(source.particles.len(), 2); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `direction` [INFO] [stdout] --> control/src/lib.rs:126:25 [INFO] [stdout] | [INFO] [stdout] 126 | if let Some(direction) = c.direction { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `horizontal_velocity` [INFO] [stdout] --> control/src/movement.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | horizontal_velocity: cgmath::Vector2<::Float>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `physics` [INFO] [stdout] --> physics/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | physics: specs::ReadStorage<'a, physics::Physics>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `physics` [INFO] [stdout] --> physics/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | physics: specs::ReadStorage<'a, physics::Physics>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> ui/src/menus/ingame.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | ui: &mut conrod::UiCell, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui_state` [INFO] [stdout] --> ui/src/menus/ingame.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | ui_state: &mut UiState, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ui_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> ui/src/menus/ingame.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | window: &glutin::Window, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `glutin::GlContext` [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | use glutin::{EventsLoop, GlContext}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `GlContext` in `glutin` [INFO] [stdout] | help: a similar name exists in the module: `Context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0432, E0433, E0599, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `common` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> ui/src/lib.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | panic!(common::CRASH_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 90 | panic!("{}", common::CRASH_MSG); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 90 | std::panic::panic_any(common::CRASH_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui` [INFO] [stdout] --> ui/src/menus/ingame.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | ui: &mut conrod::UiCell, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ui` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ui_state` [INFO] [stdout] --> ui/src/menus/ingame.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | ui_state: &mut UiState, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ui_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> ui/src/menus/ingame.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | window: &glutin::Window, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 5 type arguments but only 2 type arguments were supplied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:93:70 [INFO] [stdout] | [INFO] [stdout] 93 | impl> rendergraph::pass::Pass [INFO] [stdout] | ^^^^ - - supplied 2 type arguments [INFO] [stdout] | | [INFO] [stdout] | expected 5 type arguments [INFO] [stdout] | [INFO] [stdout] note: trait defined here, with 5 type parameters: `R`, `C`, `F`, `CF`, `DF` [INFO] [stdout] --> /opt/rustwide/workdir/graphics/rendergraph/src/pass.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | pub trait Pass, F: gfx::Factory, CF, DF> { [INFO] [stdout] | ^^^^ - - - -- -- [INFO] [stdout] help: add missing type arguments [INFO] [stdout] | [INFO] [stdout] 93 | impl> rendergraph::pass::Pass [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> ui/src/lib.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | panic!(common::CRASH_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 90 | panic!("{}", common::CRASH_MSG); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 90 | std::panic::panic_any(common::CRASH_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `C: common::gfx::CommandBuffer` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:93:51 [INFO] [stdout] | [INFO] [stdout] 93 | impl> rendergraph::pass::Pass [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::CommandBuffer` is not implemented for `C` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/pass.rs:59:38 [INFO] [stdout] | [INFO] [stdout] 59 | pub trait Pass, F: gfx::Factory, CF, DF> { [INFO] [stdout] | --------------------- required by this bound in `Pass` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 93 | impl + common::gfx::CommandBuffer> rendergraph::pass::Pass [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `R: common::gfx::Resources` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:93:51 [INFO] [stdout] | [INFO] [stdout] 93 | impl> rendergraph::pass::Pass [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::Resources` is not implemented for `R` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/pass.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | pub trait Pass, F: gfx::Factory, CF, DF> { [INFO] [stdout] | -------------- required by this bound in `Pass` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 93 | impl> rendergraph::pass::Pass [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `R: common::gfx::Resources` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | builder: &mut rendergraph::builder::GraphBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::Resources` is not implemented for `R` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | R: gfx::Resources, [INFO] [stdout] | -------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 105 | R: gfx::Resources + common::gfx::Resources, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `C: common::gfx::CommandBuffer` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | builder: &mut rendergraph::builder::GraphBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::CommandBuffer` is not implemented for `C` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | C: gfx::CommandBuffer + 'a, [INFO] [stdout] | --------------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 106 | C: gfx::CommandBuffer + common::gfx::CommandBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `F: common::gfx::Factory` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | builder: &mut rendergraph::builder::GraphBuilder, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::Factory` is not implemented for `F` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | F: gfx::Factory + 'a, [INFO] [stdout] | --------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 107 | F: gfx::Factory + common::gfx::Factory, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `R: common::gfx::Resources` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | fn setup(builder: &mut rendergraph::builder::GraphBuilder) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::Resources` is not implemented for `R` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | R: gfx::Resources, [INFO] [stdout] | -------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 61 | impl TrianglePass { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `C: common::gfx::CommandBuffer` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | fn setup(builder: &mut rendergraph::builder::GraphBuilder) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::CommandBuffer` is not implemented for `C` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | C: gfx::CommandBuffer + 'a, [INFO] [stdout] | --------------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 64 | C: gfx::CommandBuffer + common::gfx::CommandBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `F: common::gfx::Factory` is not satisfied [INFO] [stdout] --> graphics/rendergraph/examples/triangle.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | fn setup(builder: &mut rendergraph::builder::GraphBuilder) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `common::gfx::Factory` is not implemented for `F` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/graphics/rendergraph/src/builder.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | F: gfx::Factory + 'a, [INFO] [stdout] | --------------- required by this bound in `GraphBuilder` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 65 | F: gfx::Factory + common::gfx::Factory, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b3d3090ea4d7d20bdc6927798cbbf32554e1b1a8986b51e1ee51e565ffe7916b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3d3090ea4d7d20bdc6927798cbbf32554e1b1a8986b51e1ee51e565ffe7916b", kill_on_drop: false }` [INFO] [stdout] b3d3090ea4d7d20bdc6927798cbbf32554e1b1a8986b51e1ee51e565ffe7916b