[INFO] updating cached repository thomcc/rs-stuff [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thomcc/rs-stuff [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thomcc/rs-stuff" "work/ex/beta-1.38-1/sources/1.37.0/gh/thomcc/rs-stuff"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/thomcc/rs-stuff'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thomcc/rs-stuff" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thomcc/rs-stuff"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thomcc/rs-stuff'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 94340101ec23e86d58d831ed0e4417dcfb9d225f [INFO] sha for GitHub repo thomcc/rs-stuff: 94340101ec23e86d58d831ed0e4417dcfb9d225f [INFO] validating manifest of thomcc/rs-stuff on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thomcc/rs-stuff on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing thomcc/rs-stuff [INFO] finished frobbing thomcc/rs-stuff [INFO] frobbed toml for thomcc/rs-stuff written to work/ex/beta-1.38-1/sources/1.37.0/gh/thomcc/rs-stuff/Cargo.toml [INFO] started frobbing thomcc/rs-stuff [INFO] finished frobbing thomcc/rs-stuff [INFO] frobbed toml for thomcc/rs-stuff written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thomcc/rs-stuff/Cargo.toml [INFO] crate thomcc/rs-stuff already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/thomcc/rs-stuff/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing thomcc/rs-stuff against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/thomcc/rs-stuff:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 59235020f0e43d4359c7eafe703902f91e97b39e56fcddb341be8f4bc8af7fd0 [INFO] running `"docker" "start" "-a" "59235020f0e43d4359c7eafe703902f91e97b39e56fcddb341be8f4bc8af7fd0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling more-asserts v0.2.1 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.2 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling stuff v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/font.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `glium::backend::glutin_backend` [INFO] [stderr] --> src/main.rs:27:21 [INFO] [stderr] | [INFO] [stderr] 27 | use glium::backend::glutin_backend::GlutinFacade; [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glutin_backend` in `backend` [INFO] [stderr] --> src/main.rs:161:52 [INFO] [stderr] | [INFO] [stderr] 161 | fn update(&mut self, display: &glium::backend::glutin_backend::GlutinFacade) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `glutin_backend` in `backend` [INFO] [stderr] [INFO] [stderr] warning: unused import: `math::scalar::*` [INFO] [stderr] --> src/math/quat.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use math::scalar::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `PositionedGlyph` [INFO] [stderr] --> src/font.rs:4:60 [INFO] [stderr] | [INFO] [stderr] 4 | use rusttype::{FontCollection, Font, Scale, point, vector, PositionedGlyph}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `BspNode` [INFO] [stderr] --> src/main.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | use bsp::{BspNode, Face}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `RefCell` [INFO] [stderr] --> src/main.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | use std::cell::{RefCell}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> src/main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use std::rc::Rc; [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:170:24 [INFO] [stderr] | [INFO] [stderr] 170 | Event::Closed => return false, [INFO] [stderr] | ^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:171:24 [INFO] [stderr] | [INFO] [stderr] 171 | Event::Resized(w, h) => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Focused` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:174:24 [INFO] [stderr] | [INFO] [stderr] 174 | Event::Focused(true) => { [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:177:24 [INFO] [stderr] | [INFO] [stderr] 177 | Event::KeyboardInput(pressed, _, Some(vk)) => { [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:190:24 [INFO] [stderr] | [INFO] [stderr] 190 | 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:193:24 [INFO] [stderr] | [INFO] [stderr] 193 | Event::MouseInput(state, MouseButton::Left) => { [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_depth_buffer` found for type `glium::glutin::WindowBuilder` in the current scope [INFO] [stderr] --> src/main.rs:235:30 [INFO] [stderr] | [INFO] [stderr] 235 | .with_depth_buffer(24) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/math/vec.rs:170:41 [INFO] [stderr] | [INFO] [stderr] 170 | self.map3(min, max, |v, l, h| v.clamp(l, h)) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `math::traits::Clamp::clamp(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `stuff`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59235020f0e43d4359c7eafe703902f91e97b39e56fcddb341be8f4bc8af7fd0"` [INFO] running `"docker" "rm" "-f" "59235020f0e43d4359c7eafe703902f91e97b39e56fcddb341be8f4bc8af7fd0"` [INFO] [stdout] 59235020f0e43d4359c7eafe703902f91e97b39e56fcddb341be8f4bc8af7fd0