[INFO] updating cached repository https://github.com/camjackson/omni [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] c187923cbac919d973e6896ef3b0757e5c334330 [INFO] testing camjackson/omni against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcamjackson%2Fomni" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/camjackson/omni 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/camjackson/omni [INFO] removed path dependency oxen from git repo https://github.com/camjackson/omni [INFO] finished tweaking git repo https://github.com/camjackson/omni [INFO] tweaked toml for git repo https://github.com/camjackson/omni written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/camjackson/omni 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] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-1/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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] ef8ced284c8d7940ac12b41916800a4484d1a9505ed5fd50e0882ab5c7f46801 [INFO] running `"docker" "start" "-a" "ef8ced284c8d7940ac12b41916800a4484d1a9505ed5fd50e0882ab5c7f46801"` [INFO] [stderr] warning: dependency (oxen) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling oxen v0.0.2 [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use glium::DisplayBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | .with_dimensions(width as u32, height as u32) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_vsync` found for type `glutin::WindowBuilder` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | .with_vsync() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `per_instance_if_supported` found for type `glium::vertex::VertexBufferAny` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:99:57 [INFO] [stderr] | [INFO] [stderr] 99 | (&render_object.vertices, instances.per_instance_if_supported().unwrap()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_events` found for type `glium::Display` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:109:39 [INFO] [stderr] | [INFO] [stderr] 109 | for event in self.display.poll_events() { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Closed` found for type `glutin::Event` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:111:36 [INFO] [stderr] | [INFO] [stderr] 111 | glutin::Event::Closed => return, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:173:42 [INFO] [stderr] | [INFO] [stderr] 173 | VertexBuffer::new(&self.display, data).into_vertex_buffer_any() [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected &[_], found struct `std::vec::Vec` [INFO] [stderr] | help: consider borrowing here: `&data` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[_]` [INFO] [stderr] found type `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_vertex_buffer_any` found for type `std::result::Result, glium::vertex::BufferCreationError>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/lib.rs:173:48 [INFO] [stderr] | [INFO] [stderr] 173 | VertexBuffer::new(&self.display, data).into_vertex_buffer_any() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/models.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | / vec![ [INFO] [stderr] 33 | | Vertex { vertex_position: [ -0.5, 0.5], vertex_color: colour }, [INFO] [stderr] 34 | | Vertex { vertex_position: [ 0.5, 0.5], vertex_color: colour }, [INFO] [stderr] 35 | | Vertex { vertex_position: [ 0.5, -0.5], vertex_color: colour }, [INFO] [stderr] 36 | | Vertex { vertex_position: [ -0.5, -0.5], vertex_color: colour }, [INFO] [stderr] 37 | | ] [INFO] [stderr] | |_________^ expected &[_], found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[_]` [INFO] [stderr] found type `std::vec::Vec` [INFO] [stderr] = note: this error 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 `into_vertex_buffer_any` found for type `std::result::Result, glium::vertex::BufferCreationError>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/models.rs:38:7 [INFO] [stderr] | [INFO] [stderr] 38 | ).into_vertex_buffer_any() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/models.rs:42:46 [INFO] [stderr] | [INFO] [stderr] 42 | IndexBuffer::new(display, TrianglesList, vec![0, 1, 2, 0, 2, 3]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&[_]` [INFO] [stderr] found type `std::vec::Vec<{integer}>` [INFO] [stderr] = note: this error 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[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/oxen-0.0.2/src/models.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 41 | fn square_indices(display: &Display) -> IndexBuffer { [INFO] [stderr] | ---------------- expected `glium::IndexBuffer` because of return type [INFO] [stderr] 42 | IndexBuffer::new(display, TrianglesList, vec![0, 1, 2, 0, 2, 3]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `glium::IndexBuffer`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `glium::IndexBuffer` [INFO] [stderr] found type `std::result::Result, glium::index::BufferCreationError>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `oxen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ef8ced284c8d7940ac12b41916800a4484d1a9505ed5fd50e0882ab5c7f46801"` [INFO] running `"docker" "rm" "-f" "ef8ced284c8d7940ac12b41916800a4484d1a9505ed5fd50e0882ab5c7f46801"` [INFO] [stdout] ef8ced284c8d7940ac12b41916800a4484d1a9505ed5fd50e0882ab5c7f46801