[INFO] updating cached repository https://github.com/yeliknewo/souls [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] d6c0b8eb0b9222ceaa2cb21006c776ab47ae5206 [INFO] checking yeliknewo/souls against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyeliknewo%2Fsouls" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yeliknewo/souls on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yeliknewo/souls [INFO] finished tweaking git repo https://github.com/yeliknewo/souls [INFO] tweaked toml for git repo https://github.com/yeliknewo/souls written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/yeliknewo/souls already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 614456f6a6c467ebda65fe8fc127fcff03e19171a417b1f8a492c82ffadc2f09 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "614456f6a6c467ebda65fe8fc127fcff03e19171a417b1f8a492c82ffadc2f09"` [INFO] [stderr] Checking array v0.0.1 [INFO] [stderr] Checking draw_state v0.3.0 [INFO] [stderr] Checking quaternion v0.2.1 [INFO] [stderr] Checking pistoncore-window v0.15.0 [INFO] [stderr] Checking fps_counter v0.2.0 [INFO] [stderr] Checking sdl2 v0.16.1 [INFO] [stderr] Checking piston3d-cam v0.2.0 [INFO] [stderr] Checking camera_controllers v0.11.0 [INFO] [stderr] Checking gfx_core v0.1.2 [INFO] [stderr] Checking pistoncore-sdl2_window v0.25.0 [INFO] [stderr] Checking gfx v0.9.1 [INFO] [stderr] Checking gfx_device_gl v0.8.2 [INFO] [stderr] Checking piston-gfx_texture v0.8.0 [INFO] [stderr] Checking piston3d-gfx_voxel v0.7.0 [INFO] [stderr] Checking souls v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `sdl2_window::Sdl2Window: piston::window::BuildFromWindowSettings` is not satisfied [INFO] [stderr] --> src/main.rs:31:6 [INFO] [stderr] | [INFO] [stderr] 31 | .build() [INFO] [stderr] | ^^^^^ the trait `piston::window::BuildFromWindowSettings` is not implemented for `sdl2_window::Sdl2Window` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_proc_address` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | window.get_proc_address(s) as *const _ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::OpenGLWindow; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:38:44 [INFO] [stderr] | [INFO] [stderr] 38 | let Size {width: w, height:h} = window.size(); [INFO] [stderr] | ^^^^ private field, not a method [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::Window; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:61:53 [INFO] [stderr] | [INFO] [stderr] 61 | let Size {width: w, height: h} = window.size(); [INFO] [stderr] | ^^^^ private field, not a method [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::Window; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | let mut events = window.events().ups(120).max_fps(10_000); [INFO] [stderr] | ^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = note: the method `events` exists but the following trait bounds were not satisfied: [INFO] [stderr] `sdl2_window::Sdl2Window : piston::event_loop::Events` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_title` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:105:24 [INFO] [stderr] | [INFO] [stderr] 105 | window.set_title(title); [INFO] [stderr] | ^^^^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::AdvancedWindow; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `piston::input::Event<_>: input::generic_event::GenericEvent` is not satisfied [INFO] [stderr] --> src/main.rs:116:28 [INFO] [stderr] | [INFO] [stderr] 116 | first_person.event(&e); [INFO] [stderr] | ^^ the trait `input::generic_event::GenericEvent` is not implemented for `piston::input::Event<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `souls`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `sdl2_window::Sdl2Window: piston::window::BuildFromWindowSettings` is not satisfied [INFO] [stderr] --> src/main.rs:31:6 [INFO] [stderr] | [INFO] [stderr] 31 | .build() [INFO] [stderr] | ^^^^^ the trait `piston::window::BuildFromWindowSettings` is not implemented for `sdl2_window::Sdl2Window` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_proc_address` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | window.get_proc_address(s) as *const _ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::OpenGLWindow; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:38:44 [INFO] [stderr] | [INFO] [stderr] 38 | let Size {width: w, height:h} = window.size(); [INFO] [stderr] | ^^^^ private field, not a method [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::Window; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `size` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:61:53 [INFO] [stderr] | [INFO] [stderr] 61 | let Size {width: w, height: h} = window.size(); [INFO] [stderr] | ^^^^ private field, not a method [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::Window; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `events` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:79:29 [INFO] [stderr] | [INFO] [stderr] 79 | let mut events = window.events().ups(120).max_fps(10_000); [INFO] [stderr] | ^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = note: the method `events` exists but the following trait bounds were not satisfied: [INFO] [stderr] `sdl2_window::Sdl2Window : piston::event_loop::Events` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `set_title` found for type `sdl2_window::Sdl2Window` in the current scope [INFO] [stderr] --> src/main.rs:105:24 [INFO] [stderr] | [INFO] [stderr] 105 | window.set_title(title); [INFO] [stderr] | ^^^^^^^^^ method not found in `sdl2_window::Sdl2Window` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 13 | use window::AdvancedWindow; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `piston::input::Event<_>: input::generic_event::GenericEvent` is not satisfied [INFO] [stderr] --> src/main.rs:116:28 [INFO] [stderr] | [INFO] [stderr] 116 | first_person.event(&e); [INFO] [stderr] | ^^ the trait `input::generic_event::GenericEvent` is not implemented for `piston::input::Event<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `souls`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "614456f6a6c467ebda65fe8fc127fcff03e19171a417b1f8a492c82ffadc2f09"` [INFO] running `"docker" "rm" "-f" "614456f6a6c467ebda65fe8fc127fcff03e19171a417b1f8a492c82ffadc2f09"` [INFO] [stdout] 614456f6a6c467ebda65fe8fc127fcff03e19171a417b1f8a492c82ffadc2f09