[INFO] updating cached repository Aurailus/Zeus_Rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Aurailus/Zeus_Rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Aurailus/Zeus_Rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/Aurailus/Zeus_Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Aurailus/Zeus_Rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Aurailus/Zeus_Rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aurailus/Zeus_Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aurailus/Zeus_Rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c636725b654363f6a4375769a7f173b5ccca09c0 [INFO] sha for GitHub repo Aurailus/Zeus_Rust: c636725b654363f6a4375769a7f173b5ccca09c0 [INFO] validating manifest of Aurailus/Zeus_Rust 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 Aurailus/Zeus_Rust 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 Aurailus/Zeus_Rust [INFO] finished frobbing Aurailus/Zeus_Rust [INFO] frobbed toml for Aurailus/Zeus_Rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/Aurailus/Zeus_Rust/Cargo.toml [INFO] started frobbing Aurailus/Zeus_Rust [INFO] finished frobbing Aurailus/Zeus_Rust [INFO] frobbed toml for Aurailus/Zeus_Rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aurailus/Zeus_Rust/Cargo.toml [INFO] crate Aurailus/Zeus_Rust 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] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing Aurailus/Zeus_Rust against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aurailus/Zeus_Rust:/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-08-13" "build" "--frozen"` [INFO] [stdout] 57ddb45ac72dede4c34c9af480bc8eb5ecf30e8a54f5bc492b300ee599fc576a [INFO] running `"docker" "start" "-a" "57ddb45ac72dede4c34c9af480bc8eb5ecf30e8a54f5bc492b300ee599fc576a"` [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.20.0 [INFO] [stderr] Compiling zeus v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mesh.rs:34:88 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn new(vertices: &[Vertex], indices: &[u16], window: &Window) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shader.rs:19:96 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(vertex_shader: &str, fragment_shader: &str, window: &Window) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shader.rs:28:61 [INFO] [stderr] | [INFO] [stderr] 28 | fn get_shader(shader_location: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/texture.rs:15:67 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(source: &str, window: &Window) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window.rs:38:37 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:28:35 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set` found for type `std::cell::RefMut<'_, bool>` in the current scope [INFO] [stderr] --> src/window.rs:29:36 [INFO] [stderr] | [INFO] [stderr] 29 | self.cursor_locked.borrow_mut().set(true); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use gif::traits::SetParameter;` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `zeus`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "57ddb45ac72dede4c34c9af480bc8eb5ecf30e8a54f5bc492b300ee599fc576a"` [INFO] running `"docker" "rm" "-f" "57ddb45ac72dede4c34c9af480bc8eb5ecf30e8a54f5bc492b300ee599fc576a"` [INFO] [stdout] 57ddb45ac72dede4c34c9af480bc8eb5ecf30e8a54f5bc492b300ee599fc576a