[INFO] cloning repository https://github.com/justinnoah/rusty_chips [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinnoah/rusty_chips" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinnoah%2Frusty_chips", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinnoah%2Frusty_chips'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9b1333b82820131562908e0ba503da2941bd8194 [INFO] testing justinnoah/rusty_chips against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinnoah%2Frusty_chips" "/workspace/builds/worker-65/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-65/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justinnoah/rusty_chips on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/justinnoah/rusty_chips [INFO] finished tweaking git repo https://github.com/justinnoah/rusty_chips [INFO] tweaked toml for git repo https://github.com/justinnoah/rusty_chips written to /workspace/builds/worker-65/source/Cargo.toml [INFO] crate git repo https://github.com/justinnoah/rusty_chips already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] accf84d1fdfe2f74a9c98c2d266ccce1f13e1037645dba3808a403e1d92222ee [INFO] running `Command { std: "docker" "start" "-a" "accf84d1fdfe2f74a9c98c2d266ccce1f13e1037645dba3808a403e1d92222ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "accf84d1fdfe2f74a9c98c2d266ccce1f13e1037645dba3808a403e1d92222ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "accf84d1fdfe2f74a9c98c2d266ccce1f13e1037645dba3808a403e1d92222ee", kill_on_drop: false }` [INFO] [stdout] accf84d1fdfe2f74a9c98c2d266ccce1f13e1037645dba3808a403e1d92222ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86ae99db5ad48b4a968f144476f1e60d409813724b98fbc4eab852e8f036a2da [INFO] running `Command { std: "docker" "start" "-a" "86ae99db5ad48b4a968f144476f1e60d409813724b98fbc4eab852e8f036a2da", kill_on_drop: false }` [INFO] [stderr] Compiling sdl v0.3.6 (https://github.com/brson/rust-sdl.git#2392dc99) [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:824:18 [INFO] [stdout] | [INFO] [stdout] 824 | let mut i = -1i; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:386:18 [INFO] [stdout] | [INFO] [stdout] 386 | Fullscreen = 0x80000000u as int, // 0x80000000 > INT_MAX on i686 [INFO] [stdout] | ^^^^^^^^^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate rand; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `libc` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | use libc::types::os::arch::c95::c_schar; [INFO] [stdout] | ^^^^^ could not find `types` in `libc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::num::FromPrimitive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `FromPrimitive` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:280:25 [INFO] [stdout] | [INFO] [stdout] 280 | #[derive(PartialEq, Eq, FromPrimitive, PartialOrd, Ord)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:587:25 [INFO] [stdout] | [INFO] [stdout] 587 | #[derive(PartialEq, Eq, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:755:25 [INFO] [stdout] | [INFO] [stdout] 755 | #[derive(PartialEq, Eq, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | U8 = AUDIO_U8 as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | S8 = AUDIO_S8 as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | U16Lsb = AUDIO_U16LSB as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | S16Lsb = AUDIO_S16LSB as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | U16Msb = AUDIO_U16MSB as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | S16Msb = AUDIO_S16MSB as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:158:48 [INFO] [stdout] | [INFO] [stdout] 158 | let buffer = transmute((stream, len as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn SDL_CDName(drive: c_int) -> *const c_schar; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 11 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn get_num_drives() -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:65:36 [INFO] [stdout] | [INFO] [stdout] 65 | unsafe { ll::SDL_CDNumDrives() as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn get_drive_name(index: int) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&cstr))).to_string() [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 87 | TrayEmpty = ll::CD_TRAYEMPTY as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | Stopped = ll::CD_STOPPED as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:89:30 [INFO] [stdout] | [INFO] [stdout] 89 | Playing = ll::CD_PLAYING as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | Paused = ll::CD_PAUSED as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | Error = ll::CD_ERROR as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn open(index: int) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:120:28 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn play(&self, start: int, len: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:120:38 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn play(&self, start: int, len: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:124:41 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn play_tracks(&self, start_track: int, start_frame: int, ntracks: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:124:59 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn play_tracks(&self, start_track: int, start_frame: int, ntracks: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:124:73 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn play_tracks(&self, start_track: int, start_frame: int, ntracks: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:125:23 [INFO] [stdout] | [INFO] [stdout] 125 | nframes: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:234:52 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn SDL_GetKeyName(key: SDLKey) -> *mut c_schar; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 234 | pub fn SDL_GetKeyName(key: SDLKey) -> *mut c_uchar; [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 11 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | MouseFocus = ll::SDL_APPMOUSEFOCUS as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:247:43 [INFO] [stdout] | [INFO] [stdout] 247 | InputFocus = ll::SDL_APPINPUTFOCUS as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:248:35 [INFO] [stdout] | [INFO] [stdout] 248 | Active = ll::SDL_APPACTIVE as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:267:12 [INFO] [stdout] | [INFO] [stdout] 267 | Custom(int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:275:12 [INFO] [stdout] | [INFO] [stdout] 275 | Custom(int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:520:35 [INFO] [stdout] | [INFO] [stdout] 520 | FromPrimitive::from_uint(i as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:638:14 [INFO] [stdout] | [INFO] [stdout] 638 | JoyAxis(int, int, i16), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:638:19 [INFO] [stdout] | [INFO] [stdout] 638 | JoyAxis(int, int, i16), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:639:14 [INFO] [stdout] | [INFO] [stdout] 639 | JoyBall(int, int, i16, i16), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:639:19 [INFO] [stdout] | [INFO] [stdout] 639 | JoyBall(int, int, i16, i16), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:640:13 [INFO] [stdout] | [INFO] [stdout] 640 | JoyHat(int, int, Vec), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:640:18 [INFO] [stdout] | [INFO] [stdout] 640 | JoyHat(int, int, Vec), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:641:16 [INFO] [stdout] | [INFO] [stdout] 641 | JoyButton(int, int, bool), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:641:21 [INFO] [stdout] | [INFO] [stdout] 641 | JoyButton(int, int, bool), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:644:13 [INFO] [stdout] | [INFO] [stdout] 644 | Resize(int, int), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:644:18 [INFO] [stdout] | [INFO] [stdout] 644 | Resize(int, int), [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:659:67 [INFO] [stdout] | [INFO] [stdout] 659 | let ty : EventType = match FromPrimitive::from_uint(ty as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:712:47 [INFO] [stdout] | [INFO] [stdout] 712 | Event::JoyAxis(jaxis.which as int, jaxis.axis as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:712:66 [INFO] [stdout] | [INFO] [stdout] 712 | Event::JoyAxis(jaxis.which as int, jaxis.axis as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:720:47 [INFO] [stdout] | [INFO] [stdout] 720 | Event::JoyBall(jball.which as int, jball.ball as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:720:66 [INFO] [stdout] | [INFO] [stdout] 720 | Event::JoyBall(jball.which as int, jball.ball as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:728:45 [INFO] [stdout] | [INFO] [stdout] 728 | Event::JoyHat(jhat.which as int, jhat.hat as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:728:62 [INFO] [stdout] | [INFO] [stdout] 728 | Event::JoyHat(jhat.which as int, jhat.hat as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:736:51 [INFO] [stdout] | [INFO] [stdout] 736 | Event::JoyButton(jbutton.which as int, jbutton.button as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:736:74 [INFO] [stdout] | [INFO] [stdout] 736 | Event::JoyButton(jbutton.which as int, jbutton.button as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:745:43 [INFO] [stdout] | [INFO] [stdout] 745 | Event::Resize(resize.w as int, resize.h as int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:745:60 [INFO] [stdout] | [INFO] [stdout] 745 | Event::Resize(resize.w as int, resize.h as int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_raw_buf` in module `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:827:31 [INFO] [stdout] | [INFO] [stdout] 827 | let buf = unsafe { slice::from_raw_buf(&buf, num as uint) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:827:57 [INFO] [stdout] | [INFO] [stdout] 827 | let buf = unsafe { slice::from_raw_buf(&buf, num as uint) }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:854:29 [INFO] [stdout] | [INFO] [stdout] 854 | str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&cstr))).to_string() [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn SDL_JoystickName(i: c_int) -> *const c_schar; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 11 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 11 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_num_joysticks() -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:38:37 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe { ll::SDL_NumJoysticks() as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn get_joystick_name(index: int) -> String { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&cstr))).to_string() [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:49:32 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn is_joystick_open(index: int) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn open(index: int) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn get_index(&self) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:77:47 [INFO] [stdout] | [INFO] [stdout] 77 | unsafe { ll::SDL_JoystickIndex(self.raw) as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn get_num_axes(&self) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:81:49 [INFO] [stdout] | [INFO] [stdout] 81 | unsafe { ll::SDL_JoystickNumAxes(self.raw) as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:84:33 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_num_balls(&self) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:85:50 [INFO] [stdout] | [INFO] [stdout] 85 | unsafe { ll::SDL_JoystickNumBalls(self.raw) as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn get_num_hats(&self) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:89:49 [INFO] [stdout] | [INFO] [stdout] 89 | unsafe { ll::SDL_JoystickNumHats(self.raw) as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:92:35 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn get_num_buttons(&self) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | unsafe { ll::SDL_JoystickNumButtons(self.raw) as int } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn get_axis(&self, axis: int) -> i16 { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn get_hat(&self, hat: int) -> u8 { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn get_button(&self, button: int) -> u8 { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_ball(&self, ball: int) -> (int, int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:108:40 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_ball(&self, ball: int) -> (int, int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:108:45 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn get_ball(&self, ball: int) -> (int, int) { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | (dx as int, dy as int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:116:21 [INFO] [stdout] | [INFO] [stdout] 116 | (dx as int, dy as int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:65:42 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn new(data: &[u8], mask: &[u8], w: int, h: int, hot_x: int, hot_y: int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:65:50 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn new(data: &[u8], mask: &[u8], w: int, h: int, hot_x: int, hot_y: int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:65:62 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn new(data: &[u8], mask: &[u8], w: int, h: int, hot_x: int, hot_y: int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:65:74 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn new(data: &[u8], mask: &[u8], w: int, h: int, hot_x: int, hot_y: int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:186:44 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn SDL_RWFromFile(file: *const c_schar, mode: *const c_schar) -> *mut SDL_RWops; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 186 | pub fn SDL_RWFromFile(file: *const c_uchar, mode: *const c_schar) -> *mut SDL_RWops; [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 16 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:186:66 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn SDL_RWFromFile(file: *const c_schar, mode: *const c_schar) -> *mut SDL_RWops; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 186 | pub fn SDL_RWFromFile(file: *const c_schar, mode: *const c_uchar) -> *mut SDL_RWops; [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 16 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:235:57 [INFO] [stdout] | [INFO] [stdout] 235 | let ncolors = unsafe { (*self.raw).ncolors } as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `from_raw_buf` in module `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:237:44 [INFO] [stdout] | [INFO] [stdout] 237 | unsafe { mem::transmute(slice::from_raw_buf(&colors, ncolors)) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:386:33 [INFO] [stdout] | [INFO] [stdout] 386 | Fullscreen = 0x80000000u as int, // 0x80000000 > INT_MAX on i686 [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:395:26 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn set_video_mode(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:395:34 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn set_video_mode(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:395:44 [INFO] [stdout] | [INFO] [stdout] 395 | pub fn set_video_mode(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:414:28 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn is_video_mode_ok(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:414:36 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn is_video_mode_ok(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:414:46 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn is_video_mode_ok(w: int, h: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:416:62 [INFO] [stdout] | [INFO] [stdout] 416 | video_flags: &[VideoFlag]) -> Option { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 416 | video_flags: &[VideoFlag]) -> Option { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 414 | pub fn is_video_mode_ok(w: int, h: int, bpp: int, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:429:28 [INFO] [stdout] | [INFO] [stdout] 429 | else { Some(bpp as int) } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:450:16 [INFO] [stdout] | [INFO] [stdout] 450 | pub width: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:451:17 [INFO] [stdout] | [INFO] [stdout] 451 | pub height: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:476:48 [INFO] [stdout] | [INFO] [stdout] 476 | width: unsafe { (*raw).current_w } as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:477:48 [INFO] [stdout] | [INFO] [stdout] 477 | height: unsafe { (*raw).current_h } as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:499:54 [INFO] [stdout] | [INFO] [stdout] 499 | pub fn new(surface_flags: &[SurfaceFlag], width: int, height: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:499:67 [INFO] [stdout] | [INFO] [stdout] 499 | pub fn new(surface_flags: &[SurfaceFlag], width: int, height: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:499:77 [INFO] [stdout] | [INFO] [stdout] 499 | pub fn new(surface_flags: &[SurfaceFlag], width: int, height: int, bpp: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:515:28 [INFO] [stdout] | [INFO] [stdout] 515 | pub fn from_bmp(path: &Path) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:594:44 [INFO] [stdout] | [INFO] [stdout] 594 | let len = (*self.raw).pitch as uint * ((*self.raw).h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:594:69 [INFO] [stdout] | [INFO] [stdout] 594 | let len = (*self.raw).pitch as uint * ((*self.raw).h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/video.rs:638:35 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn save_bmp(&self, path: &Path) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/gl.rs:36:48 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn set_attribute(attr: GLAttribute, value: int) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/gl.rs:36:56 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn set_attribute(attr: GLAttribute, value: int) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/gl.rs:38:67 [INFO] [stdout] | [INFO] [stdout] 38 | ll::SDL_GL_SetAttribute(attr as c_int, value as c_int) as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:25:48 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn SDL_WM_SetCaption(title: *const c_schar, icon: *const c_schar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 12 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:25:70 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn SDL_WM_SetCaption(title: *const c_schar, icon: *const c_schar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 12 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:26:51 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn SDL_WM_GetCaption(title: *mut *mut c_schar, icon: *mut *mut c_schar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 12 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:26:76 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn SDL_WM_GetCaption(title: *mut *mut c_schar, icon: *mut *mut c_schar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 12 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:36:33 [INFO] [stdout] | [INFO] [stdout] 36 | Query = ll::SDL_GRAB_QUERY as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | Off = ll::SDL_GRAB_OFF as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | On = ll::SDL_GRAB_ON as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:55:30 [INFO] [stdout] | [INFO] [stdout] 55 | (str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&title_buf))).to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/wm.rs:56:30 [INFO] [stdout] | [INFO] [stdout] 56 | str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&icon_buf))).to_string()) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:51:41 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn SDL_SetError(fmt: *const c_schar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 27 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 27 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_schar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn SDL_GetError() -> *mut c_schar; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 27 | use libc::c_schar; [INFO] [stdout] | [INFO] [stdout] 27 | use std::os::raw::c_schar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | Timer = ll::SDL_INIT_TIMER as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:92:36 [INFO] [stdout] | [INFO] [stdout] 92 | Audio = ll::SDL_INIT_AUDIO as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 93 | Video = ll::SDL_INIT_VIDEO as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | CDRom = ll::SDL_INIT_CDROM as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:95:42 [INFO] [stdout] | [INFO] [stdout] 95 | Joystick = ll::SDL_INIT_JOYSTICK as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:96:48 [INFO] [stdout] | [INFO] [stdout] 96 | NoParachute = ll::SDL_INIT_NOPARACHUTE as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:97:48 [INFO] [stdout] | [INFO] [stdout] 97 | EventThread = ll::SDL_INIT_EVENTTHREAD as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:98:46 [INFO] [stdout] | [INFO] [stdout] 98 | Everything = ll::SDL_INIT_EVERYTHING as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:105:32 [INFO] [stdout] | [INFO] [stdout] 105 | NoMem = ll::SDL_ENOMEM as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:106:31 [INFO] [stdout] | [INFO] [stdout] 106 | Read = ll::SDL_EFREAD as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 107 | Write = ll::SDL_EFWRITE as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | Seek = ll::SDL_EFSEEK as int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:109:43 [INFO] [stdout] | [INFO] [stdout] 109 | Unsupported = ll::SDL_UNSUPPORTED as int [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `c_str_to_bytes` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:167:29 [INFO] [stdout] | [INFO] [stdout] 167 | str::from_utf8(ffi::c_str_to_bytes(mem::transmute_copy(&cstr))).to_string() [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:183:23 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn get_ticks() -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/sdl.rs:184:36 [INFO] [stdout] | [INFO] [stdout] 184 | unsafe { ll::SDL_GetTicks() as uint } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:125:37 [INFO] [stdout] | [INFO] [stdout] 125 | userdata: transmute(box callback), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #49733 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::{c_int, c_void, uint16_t}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:6:27 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::{c_int, c_void, uint16_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | pub freq: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | pub freq: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:155:74 [INFO] [stdout] | [INFO] [stdout] 155 | extern fn native_callback(userdata: *const c_void, stream: *mut u8, len: c_int) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:189:38 [INFO] [stdout] | [INFO] [stdout] 189 | ll::SDL_PauseAudio(paused as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:199:49 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn mix(dest: &mut [u8], src: &[u8], volume: c_int) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:63:34 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn to_ll_format(self) -> uint16_t { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn from_ll_format(x: uint16_t) -> AudioFormat { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn new(count: c_int) -> Channels { if count == 1 { Channels::Mono } else { Channels::Stereo } } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn count(self) -> c_int { match self { Channels::Mono => 1, Channels::Stereo => 2 } } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/audio.rs:147:54 [INFO] [stdout] | [INFO] [stdout] 147 | channels: Channels::new(spec.channels as c_int), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:70:38 [INFO] [stdout] | [INFO] [stdout] 70 | let cstr = ll::SDL_CDName(index as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:99:38 [INFO] [stdout] | [INFO] [stdout] 99 | let raw = ll::SDL_CDOpen(index as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { ll::SDL_CDPlay(self.raw, start as c_int, len as c_int) == 0 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:121:60 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { ll::SDL_CDPlay(self.raw, start as c_int, len as c_int) == 0 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:127:50 [INFO] [stdout] | [INFO] [stdout] 127 | ll::SDL_CDPlayTracks(self.raw, start_track as c_int, start_frame as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:127:72 [INFO] [stdout] | [INFO] [stdout] 127 | ll::SDL_CDPlayTracks(self.raw, start_track as c_int, start_frame as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | ... ntracks as c_int, nframes as c_int) == 0 [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/cd.rs:128:51 [INFO] [stdout] | [INFO] [stdout] 128 | ... ntracks as c_int, nframes as c_int) == 0 [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:791:37 [INFO] [stdout] | [INFO] [stdout] 791 | ... == 1 as c_int }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:813:52 [INFO] [stdout] | [INFO] [stdout] 813 | unsafe { ll::SDL_EventState(ty as u8, state as c_int); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:817:60 [INFO] [stdout] | [INFO] [stdout] 817 | unsafe { ll::SDL_EventState(ty as u8, ll::SDL_QUERY as c_int) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:860:45 [INFO] [stdout] | [INFO] [stdout] 860 | ll::SDL_JoystickEventState(state as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:866:53 [INFO] [stdout] | [INFO] [stdout] 866 | ll::SDL_JoystickEventState(ll::SDL_QUERY as c_int) == ll::SDL_ENABLE as c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:866:81 [INFO] [stdout] | [INFO] [stdout] 866 | ll::SDL_JoystickEventState(ll::SDL_QUERY as c_int) == ll::SDL_ENABLE as c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:881:46 [INFO] [stdout] | [INFO] [stdout] 881 | unsafe { ll::SDL_EnableUNICODE(enable as c_int); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:885:42 [INFO] [stdout] | [INFO] [stdout] 885 | unsafe { ll::SDL_EnableUNICODE(-1 as c_int) == 1 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:899:42 [INFO] [stdout] | [INFO] [stdout] 899 | ll::SDL_EnableKeyRepeat(delay as c_int, interval as c_int) == 0 as c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:899:61 [INFO] [stdout] | [INFO] [stdout] 899 | ll::SDL_EnableKeyRepeat(delay as c_int, interval as c_int) == 0 as c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/event.rs:899:76 [INFO] [stdout] | [INFO] [stdout] 899 | ll::SDL_EnableKeyRepeat(delay as c_int, interval as c_int) == 0 as c_int [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | let cstr = ll::SDL_JoystickName(index as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:50:43 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe { ll::SDL_JoystickOpened(index as c_int) == 1 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:69:44 [INFO] [stdout] | [INFO] [stdout] 69 | let raw = ll::SDL_JoystickOpen(index as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | unsafe { ll::SDL_JoystickGetAxis(self.raw, axis as c_int) as i16 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:101:53 [INFO] [stdout] | [INFO] [stdout] 101 | unsafe { ll::SDL_JoystickGetAxis(self.raw, hat as c_int) as u8 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:105:58 [INFO] [stdout] | [INFO] [stdout] 105 | unsafe { ll::SDL_JoystickGetButton(self.raw, button as c_int) as u8 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/joy.rs:112:54 [INFO] [stdout] | [INFO] [stdout] 112 | unsafe { ll::SDL_JoystickGetBall(self.raw, ball as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe { ll::SDL_ShowCursor(visible as c_int); } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | ... w as c_int, h as c_int, hot_x as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:71:49 [INFO] [stdout] | [INFO] [stdout] 71 | ... w as c_int, h as c_int, hot_x as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:71:65 [INFO] [stdout] | [INFO] [stdout] 71 | ... w as c_int, h as c_int, hot_x as c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-sdl-9a624c571e8192ac/2392dc9/src/sdl/mouse.rs:72:41 [INFO] [stdout] | [INFO] [stdout] 72 | ... hot_y as c_int); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 200 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0463, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sdl` due to 201 previous errors [INFO] running `Command { std: "docker" "inspect" "86ae99db5ad48b4a968f144476f1e60d409813724b98fbc4eab852e8f036a2da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86ae99db5ad48b4a968f144476f1e60d409813724b98fbc4eab852e8f036a2da", kill_on_drop: false }` [INFO] [stdout] 86ae99db5ad48b4a968f144476f1e60d409813724b98fbc4eab852e8f036a2da