[INFO] updating cached repository https://github.com/nreihidd/ds [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 51ef068243cd78451dcc268228567d7ee4bf1e39 [INFO] testing nreihidd/ds against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnreihidd%2Fds" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nreihidd/ds on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nreihidd/ds [INFO] finished tweaking git repo https://github.com/nreihidd/ds [INFO] tweaked toml for git repo https://github.com/nreihidd/ds written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/nreihidd/ds already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 3d7a748375683b1b20c5eb539e993b7d6beddcc4323669783f5443bdb7ceb5f7 [INFO] running `"docker" "start" "-a" "3d7a748375683b1b20c5eb539e993b7d6beddcc4323669783f5443bdb7ceb5f7"` [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling ds v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `na::Diagonal`, `na::ToHomogeneous` [INFO] [stderr] --> src/render.rs:1:37 [INFO] [stderr] | [INFO] [stderr] 1 | use na::{Matrix4, Vector2, Vector4, Diagonal, Isometry3, Vector3, ToHomogeneous}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^^^ no `ToHomogeneous` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Diagonal` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> src/render.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use rusttype::gpu_cache::{Cache}; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `na::Inverse` [INFO] [stderr] --> src/main.rs:522:9 [INFO] [stderr] | [INFO] [stderr] 522 | use na::Inverse; [INFO] [stderr] | ^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `inverse` [INFO] [stderr] | no `Inverse` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:552:9 [INFO] [stderr] | [INFO] [stderr] 552 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/render.rs:124:48 [INFO] [stderr] | [INFO] [stderr] 124 | let mut batch = self.batch(frame, &na::Eye::new_identity(4)); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:611:49 [INFO] [stderr] | [INFO] [stderr] 611 | let mut world_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Eye` in `na` [INFO] [stderr] --> src/main.rs:612:50 [INFO] [stderr] | [INFO] [stderr] 612 | let mut window_to_gl: na::Matrix4 = na::Eye::new_identity(4); [INFO] [stderr] | ^^^ could not find `Eye` in `na` [INFO] [stderr] [INFO] [stderr] warning: the item `na` is imported redundantly [INFO] [stderr] --> src/render.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | use na; [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate nalgebra as na; [INFO] [stderr] | ---------------------------- the item `na` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/serialize.rs:457:23 [INFO] [stderr] | [INFO] [stderr] 457 | Some(n@'0'...'9') => acc = acc * 10 + (n as i64 - '0' as i64), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/serialize.rs:494:16 [INFO] [stderr] | [INFO] [stderr] 494 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' | '-' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/serialize.rs:494:28 [INFO] [stderr] | [INFO] [stderr] 494 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' | '-' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/serialize.rs:494:40 [INFO] [stderr] | [INFO] [stderr] 494 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' | '-' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/serialize.rs:523:12 [INFO] [stderr] | [INFO] [stderr] 523 | '0'...'9' | '-' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `layout::LayoutPath::*` [INFO] [stderr] --> src/main.rs:249:9 [INFO] [stderr] | [INFO] [stderr] 249 | use layout::LayoutPath::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / lazy_static!{static ref FONT: Font<'static> = { [INFO] [stderr] 98 | | use std::io::Read; [INFO] [stderr] 99 | | let mut font_file = std::fs::File::open("Arial Unicode.ttf").unwrap(); [INFO] [stderr] 100 | | let mut font_data = Vec::new(); [INFO] [stderr] ... | [INFO] [stderr] 104 | | // RefCell::new(Font::) [INFO] [stderr] 105 | | };} [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `inverse` found for type `na::Matrix>` in the current scope [INFO] [stderr] --> src/main.rs:523:17 [INFO] [stderr] | [INFO] [stderr] 523 | world_to_gl.inverse().unwrap() * window_to_gl [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:558:10 [INFO] [stderr] | [INFO] [stderr] 558 | .with_dimensions(1024, 768) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_glium` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:560:10 [INFO] [stderr] | [INFO] [stderr] 560 | .build_glium() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:650:27 [INFO] [stderr] | [INFO] [stderr] 650 | glium::glutin::Event::Closed => break 'outer, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:651:39 [INFO] [stderr] | [INFO] [stderr] 651 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Released, _, Some(key)) => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:657:39 [INFO] [stderr] | [INFO] [stderr] 657 | glium::glutin::Event::ReceivedCharacter(c) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `ReceivedCharacter` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:672:39 [INFO] [stderr] | [INFO] [stderr] 672 | glium::glutin::Event::ReceivedCharacter(c) if !text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:684:39 [INFO] [stderr] | [INFO] [stderr] 684 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(VK::Escape)) if text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `KeyboardInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:687:39 [INFO] [stderr] | [INFO] [stderr] 687 | glium::glutin::Event::KeyboardInput(glium::glutin::ElementState::Pressed, _, Some(key)) if !text_entry => { [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseMoved` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:889:39 [INFO] [stderr] | [INFO] [stderr] 889 | glium::glutin::Event::MouseMoved(x, y) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:893:39 [INFO] [stderr] | [INFO] [stderr] 893 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Right) if keys_held.contains(&VK::LControl) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:927:39 [INFO] [stderr] | [INFO] [stderr] 927 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) if grab.is_some() => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:934:39 [INFO] [stderr] | [INFO] [stderr] 934 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Right) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:946:39 [INFO] [stderr] | [INFO] [stderr] 946 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:988:39 [INFO] [stderr] | [INFO] [stderr] 988 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Pressed, glium::glutin::MouseButton::Middle) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseInput` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:992:39 [INFO] [stderr] | [INFO] [stderr] 992 | glium::glutin::Event::MouseInput(glium::glutin::ElementState::Released, glium::glutin::MouseButton::Middle) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `MouseWheel` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:995:39 [INFO] [stderr] | [INFO] [stderr] 995 | glium::glutin::Event::MouseWheel(delta, _) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/main.rs:997:77 [INFO] [stderr] | [INFO] [stderr] 997 | glium::glutin::MouseScrollDelta::LineDelta(_x, y) | glium::glutin::MouseScrollDelta::PixelDelta(_x, y) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/render.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | glium::texture::RawImage2d::from_raw_rgba_reversed(i.into_raw(), d) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &[u8], found struct `std::vec::Vec` [INFO] [stderr] | help: consider borrowing here: `&i.into_raw()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[u8]` [INFO] [stderr] found type `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rusttype::SharedBytes<'_>: std::convert::From>>` is not satisfied [INFO] [stderr] --> src/main.rs:102:16 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From>>` is not implemented for `rusttype::SharedBytes<'_>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as std::convert::From<&'a T>> [INFO] [stderr] as std::convert::From<&'a [u8]>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] as std::convert::From>> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>` for `std::sync::Arc>` [INFO] [stderr] = note: required by `rusttype::FontCollection::<'a>::from_bytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for type `std::result::Result, rusttype::Error>` in the current scope [INFO] [stderr] --> src/main.rs:102:94 [INFO] [stderr] | [INFO] [stderr] 102 | let font = FontCollection::from_bytes(std::sync::Arc::new(font_data.into_boxed_slice())).into_font().unwrap(); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::Surface` [INFO] [stderr] --> src/main.rs:553:9 [INFO] [stderr] | [INFO] [stderr] 553 | use glium::Surface; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::backend::Facade` [INFO] [stderr] --> src/main.rs:554:9 [INFO] [stderr] | [INFO] [stderr] 554 | use glium::backend::Facade; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0061, E0277, E0308, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `ds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d7a748375683b1b20c5eb539e993b7d6beddcc4323669783f5443bdb7ceb5f7"` [INFO] running `"docker" "rm" "-f" "3d7a748375683b1b20c5eb539e993b7d6beddcc4323669783f5443bdb7ceb5f7"` [INFO] [stdout] 3d7a748375683b1b20c5eb539e993b7d6beddcc4323669783f5443bdb7ceb5f7