[INFO] updating cached repository AnchoviesHat/cow_render [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AnchoviesHat/cow_render [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AnchoviesHat/cow_render" "work/ex/beta-1.37-6/sources/1.36.0/gh/AnchoviesHat/cow_render"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AnchoviesHat/cow_render'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AnchoviesHat/cow_render" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AnchoviesHat/cow_render"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AnchoviesHat/cow_render'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e565bfe6cce6d69af89016bec2141c8592efa39 [INFO] sha for GitHub repo AnchoviesHat/cow_render: 8e565bfe6cce6d69af89016bec2141c8592efa39 [INFO] validating manifest of AnchoviesHat/cow_render on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AnchoviesHat/cow_render on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AnchoviesHat/cow_render [INFO] finished frobbing AnchoviesHat/cow_render [INFO] frobbed toml for AnchoviesHat/cow_render written to work/ex/beta-1.37-6/sources/1.36.0/gh/AnchoviesHat/cow_render/Cargo.toml [INFO] started frobbing AnchoviesHat/cow_render [INFO] finished frobbing AnchoviesHat/cow_render [INFO] frobbed toml for AnchoviesHat/cow_render written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AnchoviesHat/cow_render/Cargo.toml [INFO] crate AnchoviesHat/cow_render already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/AnchoviesHat/cow_render/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.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AnchoviesHat/cow_render against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AnchoviesHat/cow_render:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 2b3c68e5053ff3762c5b535e79bdaef3c17d69a884001199c00fbcd823764f33 [INFO] running `"docker" "start" "-a" "2b3c68e5053ff3762c5b535e79bdaef3c17d69a884001199c00fbcd823764f33"` [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling andrew v0.2.1 [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 glium v0.25.1 [INFO] [stderr] Compiling rolly_cow v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `glium::DisplayBuild` [INFO] [stderr] --> src/main.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^^^^^^ no `DisplayBuild` in the root [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Cursor` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::io::Cursor; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/main.rs:209:10 [INFO] [stderr] | [INFO] [stderr] 209 | .with_dimensions(width, height) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected 1 parameter [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:211:10 [INFO] [stderr] | [INFO] [stderr] 211 | .with_depth_buffer(32) [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:355:39 [INFO] [stderr] | [INFO] [stderr] 355 | glium::glutin::Event::Closed => return, [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:356:39 [INFO] [stderr] | [INFO] [stderr] 356 | glium::glutin::Event::KeyboardInput(state, _, 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 `Resized` found for type `glium::glutin::Event` in the current scope [INFO] [stderr] --> src/main.rs:362:39 [INFO] [stderr] | [INFO] [stderr] 362 | glium::glutin::Event::Resized(tmp_height, tmp_width) => { [INFO] [stderr] | ^^^^^^^ variant or associated item not found in `glium::glutin::Event` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Surface` [INFO] [stderr] --> src/main.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | use glium::{DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `rolly_cow`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b3c68e5053ff3762c5b535e79bdaef3c17d69a884001199c00fbcd823764f33"` [INFO] running `"docker" "rm" "-f" "2b3c68e5053ff3762c5b535e79bdaef3c17d69a884001199c00fbcd823764f33"` [INFO] [stdout] 2b3c68e5053ff3762c5b535e79bdaef3c17d69a884001199c00fbcd823764f33