[INFO] cloning repository https://github.com/ucarion/proc-world [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ucarion/proc-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucarion%2Fproc-world", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucarion%2Fproc-world'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 20d35417fda588c5bb60230f20e20b413d0e52b0 [INFO] testing ucarion/proc-world against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fucarion%2Fproc-world" "/workspace/builds/worker-70/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-70/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ucarion/proc-world on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ucarion/proc-world [INFO] finished tweaking git repo https://github.com/ucarion/proc-world [INFO] tweaked toml for git repo https://github.com/ucarion/proc-world written to /workspace/builds/worker-70/source/Cargo.toml [INFO] crate git repo https://github.com/ucarion/proc-world already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/PistonDevelopers/image` [INFO] [stderr] Updating git repository `https://github.com/bjz/noise-rs` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ec22aba351d5ee6550b64d8f549162b9696aa2e251072d304b65919010b6884 [INFO] running `Command { std: "docker" "start" "-a" "2ec22aba351d5ee6550b64d8f549162b9696aa2e251072d304b65919010b6884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ec22aba351d5ee6550b64d8f549162b9696aa2e251072d304b65919010b6884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ec22aba351d5ee6550b64d8f549162b9696aa2e251072d304b65919010b6884", kill_on_drop: false }` [INFO] [stdout] 2ec22aba351d5ee6550b64d8f549162b9696aa2e251072d304b65919010b6884 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f5815ccc9f6a6f9f58883f444fa581545c1d35cb7dc31a6ee295d7d393b0e7 [INFO] running `Command { std: "docker" "start" "-a" "07f5815ccc9f6a6f9f58883f444fa581545c1d35cb7dc31a6ee295d7d393b0e7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling image v0.2.0-alpha.4 (https://github.com/PistonDevelopers/image#d0071beb) [INFO] [stderr] Compiling noise v0.0.3 (https://github.com/bjz/noise-rs#ff440b8a) [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/noise-rs-a58b16e2f938c0aa/ff440b8/src/noise.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | pub type Point2 = [T, ..2]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `noise` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | pub kernel: | f32 | : 'a -> f32, [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | for i in range(0u, 4) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | for i in range(0u, 4) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | for i in range(0u, 4) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | for i in range(0u, 4) { [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: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/vp8.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | static SEGMENT_ID_TREE: [i8, ..6] = [2, 4, -0, -1, -2, -3]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/decoder.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | pub static PNGSIGNATURE: [u8, ..8] = [137, 80, 78, 71, 13, 10, 26, 10]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/deflate.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | static CODEORDER: [u8, ..19] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/hash.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | static CRC_TABLE: [u32, ..256] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/encoder.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | static STD_LUMA_QTABLE: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/decoder.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | pub static UNZIGZAG: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:42:39 [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= (byte as u32 << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | ^^ --- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= ((byte as u32) << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | let mut code = 0u; [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:84:28 [INFO] [stdout] | [INFO] [stdout] 84 | for i in range(0u, 16) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0u, 16) { [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: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:166:43 [INFO] [stdout] | [INFO] [stdout] 166 | let mut mincode = Vec::from_elem(16, -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 `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:167:43 [INFO] [stdout] | [INFO] [stdout] 167 | let mut maxcode = Vec::from_elem(16, -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 `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:168:43 [INFO] [stdout] | [INFO] [stdout] 168 | let mut valptr = Vec::from_elem(16, -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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | for i in range(0u, 16) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:195:24 [INFO] [stdout] | [INFO] [stdout] 195 | for j in range(0u, 1 << r) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | for y in range(0u, 8) { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | for x in range(0u, 8).rev() { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | for x in range(0u, 8).rev() { [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:287:20 [INFO] [stdout] | [INFO] [stdout] 287 | for y in range(0u, 8) { [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: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | global_table: [(u8, u8, u8), ..256], [INFO] [stdout] | ^ expected one of `;` or `]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | 0u [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(0u, 1 << size as uint) { [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: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:70:45 [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= byte as u32 << self.num_bits as uint; [INFO] [stdout] | ^^ ----- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= (byte as u32) << self.num_bits as uint; [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size as uint) { [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: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:241:50 [INFO] [stdout] | [INFO] [stdout] 121 | impl TIFFDecoder { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 241 | pub fn read_offset(&mut self) -> IoResult<[u8, ..4]> { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 374 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | offset: [u8, ..4], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `]` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `->`, `:`, `where`, `{`, `|`, or identifier, found `]` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 104 | impl Entry { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] ... [INFO] [stdout] 141 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `,`, `:`, `=`, or `>`, found `?` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/color.rs:230:26 [INFO] [stdout] | [INFO] [stdout] 230 | pub trait FromColor for Sized? { [INFO] [stdout] | ^ expected one of `,`, `:`, `=`, or `>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:`, `=`, `where`, or `{`, found keyword `for` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/buffer.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | pub trait AsMutSlice for Sized? { [INFO] [stdout] | ^^^ expected one of `:`, `=`, `where`, or `{` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `flate` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate flate; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | zero_impl!(uint, 0u); [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: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | zero_impl!(int, 0i); [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | one_impl!(uint, 1u); [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: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:107:16 [INFO] [stdout] | [INFO] [stdout] 107 | one_impl!(int, 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:272:30 [INFO] [stdout] | [INFO] [stdout] 272 | let mut result = 0u; [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: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:331:32 [INFO] [stdout] | [INFO] [stdout] 331 | for _ in range(0u, repeat_count) { [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[E0432]: unresolved import `color::ColorType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use color::ColorType as ColorType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::ColorType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub use color::ColorType:: { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `color::Luma`, `color::LumaA`, `color::Rgb`, `color::Rgba` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | Luma, [INFO] [stdout] | ^^^^ no `Luma` in `color` [INFO] [stdout] 30 | LumaA, [INFO] [stdout] | ^^^^^ no `LumaA` in `color` [INFO] [stdout] 31 | Rgb, [INFO] [stdout] | ^^^ no `Rgb` in `color` [INFO] [stdout] 32 | Rgba, [INFO] [stdout] | ^^^^ no `Rgba` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use buffer::Pixel; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Pixel` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `buffer::ImageBuffer`, `buffer::RgbImage`, `buffer::RgbaImage`, `buffer::GreyImage`, `buffer::GreyAlphaImage` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | ImageBuffer, [INFO] [stdout] | ^^^^^^^^^^^ no `ImageBuffer` in `buffer` [INFO] [stdout] 64 | RgbImage, [INFO] [stdout] | ^^^^^^^^ no `RgbImage` in `buffer` [INFO] [stdout] 65 | RgbaImage, [INFO] [stdout] | ^^^^^^^^^ no `RgbaImage` in `buffer` [INFO] [stdout] 66 | GreyImage, [INFO] [stdout] | ^^^^^^^^^ no `GreyImage` in `buffer` [INFO] [stdout] 67 | GreyAlphaImage [INFO] [stdout] | ^^^^^^^^^^^^^^ no `GreyAlphaImage` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use buffer::Pixel; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Pixel` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use buffer::Pixel; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Pixel` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::ImageBuffer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use buffer::ImageBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `ImageBuffer` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Float` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 4 | Float, [INFO] [stdout] | ^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::Luma` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use color::Luma; [INFO] [stdout] | ^^^^^^^^^^^ no `Luma` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use buffer::Pixel; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Pixel` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::ImageBuffer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use buffer::ImageBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `ImageBuffer` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Float`, `std::num::FloatMath`, `std::num::SignedInt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 10 | Float, [INFO] [stdout] | ^^^^^ no `Float` in `num` [INFO] [stdout] 11 | FloatMath, [INFO] [stdout] | ^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] 12 | SignedInt, [INFO] [stdout] | ^^^^^^^^^ no `SignedInt` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use buffer::Pixel; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Pixel` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::ImageBuffer` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use buffer::ImageBuffer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `ImageBuffer` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::MemReader` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::MemReader; [INFO] [stdout] | ^^^^^^^^^--------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `BufReader` [INFO] [stdout] | no `MemReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::vp8::Frame` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::vp8::Frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Frame` in `webp::vp8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::vp8::VP8Decoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use super::vp8::VP8Decoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `VP8Decoder` in `webp::vp8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::ColorType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use color::ColorType:: { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::PNGDecoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use self::decoder::PNGDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `PNGDecoder` in `png::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::SignedInt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::num::SignedInt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::MemWriter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | IoResult, [INFO] [stdout] | ^^^^^^^^ no `IoResult` in `io` [INFO] [stdout] 12 | MemWriter [INFO] [stdout] | ^^^^^^^^^ no `MemWriter` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 11 | Result, [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 12 | BufWriter [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::hash::Crc32` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use super::hash::Crc32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `Crc32` in `png::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::decoder::PNGSIGNATURE` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use super::decoder::PNGSIGNATURE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PNGSIGNATURE` in `png::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::hash::Adler32` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::hash::Adler32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Adler32` in `png::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::deflate::Inflater` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use super::deflate::Inflater; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Inflater` in `png::deflate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::JPEGDecoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use self::decoder::JPEGDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `JPEGDecoder` in `jpeg::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::encoder::JPEGEncoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use self::encoder::JPEGEncoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `JPEGEncoder` in `jpeg::encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::Component` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use self::decoder::Component; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Component` in `jpeg::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Float` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::num::Float; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::error::FromError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::FromError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::ColorType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use color::ColorType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `buffer::ImageBuffer`, `buffer::Pixel` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | use buffer::{ImageBuffer, Pixel}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^ no `Pixel` in `buffer` [INFO] [stdout] | | [INFO] [stdout] | no `ImageBuffer` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ascii::OwnedAsciiExt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::ascii::OwnedAsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `OwnedAsciiExt` in `ascii` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `buffer::ImageBuffer`, `buffer::ConvertBuffer`, `buffer::Pixel`, `buffer::GreyImage`, `buffer::GreyAlphaImage`, `buffer::RgbImage`, `buffer::RgbaImage` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | use buffer::{ImageBuffer, ConvertBuffer, Pixel, GreyImage, GreyAlphaImage, RgbImage, RgbaImage}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ no `RgbaImage` in `buffer` [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | no `RgbImage` in `buffer` [INFO] [stdout] | | | | | no `GreyAlphaImage` in `buffer` [INFO] [stdout] | | | | no `GreyImage` in `buffer` [INFO] [stdout] | | | no `Pixel` in `buffer` [INFO] [stdout] | | no `ConvertBuffer` in `buffer` [INFO] [stdout] | no `ImageBuffer` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::Float`, `std::num::Int`, `std::num::NumCast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use std::num::{ Float, Int, NumCast }; [INFO] [stdout] | ^^^^^ ^^^ ^^^^^^^ no `NumCast` in `num` [INFO] [stdout] | | | [INFO] [stdout] | | no `Int` in `num` [INFO] [stdout] | no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::ColorType` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use color::ColorType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[deriving(Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(FromPrimitive, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Default, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[deriving(Copy, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:34:3 [INFO] [stdout] | [INFO] [stdout] 34 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:88:3 [INFO] [stdout] | [INFO] [stdout] 88 | #[deriving(Copy, Show, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | #[deriving(Copy, Show, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:107:3 [INFO] [stdout] | [INFO] [stdout] 107 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | #[deriving(Copy, PartialEq, Eq, Show, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | / tags!{ [INFO] [stdout] 29 | | // bilevel images [INFO] [stdout] 30 | | PhotometricInterpretation 262; [INFO] [stdout] 31 | | Compression 259; [INFO] [stdout] ... | [INFO] [stdout] 45 | | SamplesPerPixel 277; [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:48:3 [INFO] [stdout] | [INFO] [stdout] 48 | #[deriving(Copy, Show, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/mod.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[deriving(Show, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | #[deriving(Copy, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:99:19 [INFO] [stdout] | [INFO] [stdout] 99 | Ok(color::ColorType::Grey(8)) [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | slice::bytes::copy_memory(buf, slice); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | color::ColorType::Grey(1) => (0, 1), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | color::ColorType::Grey(2) => (0, 2), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | color::ColorType::Grey(4) => (0, 4), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | color::ColorType::Grey(8) => (0, 8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | color::ColorType::Grey(16) => (0, 16), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | color::ColorType::RGB(8) => (2, 8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | color::ColorType::RGB(16) => (2, 16), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | color::ColorType::Palette(1) => (3, 1), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:93:16 [INFO] [stdout] | [INFO] [stdout] 93 | color::ColorType::Palette(2) => (3, 2), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | color::ColorType::Palette(4) => (3, 4), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | color::ColorType::Palette(8) => (3, 8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | color::ColorType::GreyA(8) => (4, 8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | color::ColorType::GreyA(16) => (4, 16), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | color::ColorType::RGBA(8) => (6, 8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:99:16 [INFO] [stdout] | [INFO] [stdout] 99 | color::ColorType::RGBA(16) => (6, 16), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:134:16 [INFO] [stdout] | [INFO] [stdout] 134 | filter(FromPrimitive::from_u8(i as u8 + 1).unwrap(), bpp, previous, current); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:158:20 [INFO] [stdout] | [INFO] [stdout] 158 | slice::bytes::copy_memory(s, row); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | 0 => slice::bytes::copy_memory(out, row), [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | _ => slice::bytes::copy_memory(out, c.slice(stride, stride + rowlen)), [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | slice::bytes::copy_memory(p.as_mut_slice(), row); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | let m = io::MemReader::new(data); [INFO] [stdout] | ^^^^^^^^^ could not find `MemReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | Ok(color::ColorType::RGB(8)) [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:308:16 [INFO] [stdout] | [INFO] [stdout] 308 | slice::bytes::copy_memory(buf, slice); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:144:16 [INFO] [stdout] | [INFO] [stdout] 144 | slice::bytes::copy_memory(buf, self.out.slice(self.pos, self.pos + a)); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:173:49 [INFO] [stdout] | [INFO] [stdout] 173 | self.photometric_interpretation = match FromPrimitive::from_u32( [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | Some(val) => match FromPrimitive::from_u32(val) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:385:73 [INFO] [stdout] | [INFO] [stdout] 385 | ([ 8, 8, 8], PhotometricInterpretation::RGB) => Ok(color::ColorType::RGB(8)), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:386:73 [INFO] [stdout] | [INFO] [stdout] 386 | ([16, 16, 16], PhotometricInterpretation::RGB) => Ok(color::ColorType::RGB(16)), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:388:74 [INFO] [stdout] | [INFO] [stdout] 388 | |([ n], PhotometricInterpretation::WhiteIsZero) => Ok(color::ColorType::Grey(n)), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:140:24 [INFO] [stdout] | [INFO] [stdout] 140 | slice::bytes::copy_memory(to, from); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:190:51 [INFO] [stdout] | [INFO] [stdout] 190 | DynamicImage::ImageLuma8(_) => color::ColorType::Grey(8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:191:52 [INFO] [stdout] | [INFO] [stdout] 191 | DynamicImage::ImageLumaA8(_) => color::ColorType::GreyA(8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:192:50 [INFO] [stdout] | [INFO] [stdout] 192 | DynamicImage::ImageRgb8(_) => color::ColorType::RGB(8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:193:51 [INFO] [stdout] | [INFO] [stdout] 193 | DynamicImage::ImageRgba8(_) => color::ColorType::RGBA(8), [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:395:17 [INFO] [stdout] | [INFO] [stdout] 395 | (color::ColorType::RGB(8), U8(buf)) => { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:399:17 [INFO] [stdout] | [INFO] [stdout] 399 | (color::ColorType::RGBA(8), U8(buf)) => { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:403:17 [INFO] [stdout] | [INFO] [stdout] 403 | (color::ColorType::Grey(8), U8(buf)) => { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:407:17 [INFO] [stdout] | [INFO] [stdout] 407 | (color::ColorType::GreyA(8), U8(buf)) => { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ColorType` in `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:410:17 [INFO] [stdout] | [INFO] [stdout] 410 | (color::ColorType::Grey(bit_depth), U8(ref buf)) if bit_depth == 1 || bit_depth == 2 || bit_depth == 4 => { [INFO] [stdout] | ^^^^^^^^^ could not find `ColorType` in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:523:79 [INFO] [stdout] | [INFO] [stdout] 523 | image::ImageFormat::PNG => decoder_to_image(png::PNGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:524:79 [INFO] [stdout] | [INFO] [stdout] 524 | image::ImageFormat::GIF => decoder_to_image(gif::GIFDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:525:81 [INFO] [stdout] | [INFO] [stdout] 525 | image::ImageFormat::JPEG => decoder_to_image(jpeg::JPEGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:526:81 [INFO] [stdout] | [INFO] [stdout] 526 | image::ImageFormat::WEBP => decoder_to_image(webp::WebpDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/affine.rs:76:18 [INFO] [stdout] | [INFO] [stdout] 76 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 47 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:72:14 [INFO] [stdout] | [INFO] [stdout] 72 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/colorops.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:170:21 [INFO] [stdout] | [INFO] [stdout] 170 | for outx in range(0, new_width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:186:22 [INFO] [stdout] | [INFO] [stdout] 186 | for i in range(left, right + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:242:14 [INFO] [stdout] | [INFO] [stdout] 242 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | for outy in range(0, new_height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:273:22 [INFO] [stdout] | [INFO] [stdout] 273 | for i in range(left, right + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:323:18 [INFO] [stdout] | [INFO] [stdout] 323 | let taps: &[(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/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:323:23 [INFO] [stdout] | [INFO] [stdout] 323 | let taps: &[(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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:346:14 [INFO] [stdout] | [INFO] [stdout] 346 | for y in range(1, height - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | for x in range(1, width - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:357:31 [INFO] [stdout] | [INFO] [stdout] 357 | let x0 = x as int + a; [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/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:358:31 [INFO] [stdout] | [INFO] [stdout] 358 | let y0 = y as int + b; [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 `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:473:14 [INFO] [stdout] | [INFO] [stdout] 473 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/sample.rs:474:18 [INFO] [stdout] | [INFO] [stdout] 474 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/mod.rs:92:18 [INFO] [stdout] | [INFO] [stdout] 92 | for top_y in range(0, range_height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/imageops/mod.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | for top_x in range(0, range_width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | impl WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:98:51 [INFO] [stdout] | [INFO] [stdout] 98 | fn colortype(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 91 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 102 | fn row_len(&mut self) -> ImageResult { [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/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:105:32 [INFO] [stdout] | [INFO] [stdout] 105 | Ok(self.frame.width 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/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:117:34 [INFO] [stdout] | [INFO] [stdout] 117 | self.decoded_rows as uint * rlen, [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/image-ac7d41938885a19a/d0071be/./src/webp/decoder.rs:118:34 [INFO] [stdout] | [INFO] [stdout] 118 | self.decoded_rows as uint * rlen + rlen [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:46:14 [INFO] [stdout] | [INFO] [stdout] 46 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/webp/transform.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl PPMEncoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:30:80 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn encode(&mut self, im: &[u8], width: u32, height: u32, color: color::ColorType) -> IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:41:78 [INFO] [stdout] | [INFO] [stdout] 41 | fn write_metadata(&mut self, width: u32, height: u32, pixel_type: color::ColorType) -> IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `radix` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | let w = fmt::radix(width, 10); [INFO] [stdout] | ^^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `radix` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let h = fmt::radix(height, 10); [INFO] [stdout] | ^^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:52:28 [INFO] [stdout] | [INFO] [stdout] 52 | pixel_type: color::ColorType, [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | for i in range(0, (width * height) as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | for i in range(0, (width * height) as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:86:39 [INFO] [stdout] | [INFO] [stdout] 86 | fn max_pixel_value(pixel_type: color::ColorType) -> u16 { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:90:37 [INFO] [stdout] | [INFO] [stdout] 90 | Grey(n) => 2u16.pow(n as uint) - 1, [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/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:91:37 [INFO] [stdout] | [INFO] [stdout] 91 | RGB(n) => 2u16.pow(n as uint) - 1, [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/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:92:37 [INFO] [stdout] | [INFO] [stdout] 92 | Palette(n) => 2u16.pow(n as uint) - 1, [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/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:93:37 [INFO] [stdout] | [INFO] [stdout] 93 | GreyA(n) => 2u16.pow(n as uint) - 1, [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/image-ac7d41938885a19a/d0071be/./src/ppm/encoder.rs:94:37 [INFO] [stdout] | [INFO] [stdout] 94 | RGBA(n) => 2u16.pow(n as uint) - 1 [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/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn unfilter(filter: FilterType, bpp: uint, previous: &[u8], current: &mut [u8]) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | for i in range(0, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn filter(method: FilterType, bpp: uint, previous: &[u8], current: &mut [u8]) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:75:22 [INFO] [stdout] | [INFO] [stdout] 75 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | for i in range(0, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/filter.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | impl PNGEncoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | c: color::ColorType) -> IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | fn build_ihdr(width: u32, height: u32, c: color::ColorType) -> (Vec, uint) { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:78:74 [INFO] [stdout] | [INFO] [stdout] 78 | fn build_ihdr(width: u32, height: u32, c: color::ColorType) -> (Vec, 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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:120:51 [INFO] [stdout] | [INFO] [stdout] 120 | let bpp = ((channels * bit_depth + 7) / 8) 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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | fn select_filter(rowlength: uint, bpp: uint, previous: &[u8], current_s: &mut [u8]) -> u8 { [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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:129:40 [INFO] [stdout] | [INFO] [stdout] 129 | fn select_filter(rowlength: uint, bpp: uint, previous: &[u8], current_s: &mut [u8]) -> u8 { [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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:147:34 [INFO] [stdout] | [INFO] [stdout] 147 | fn build_idat(image: &[u8], bpp: uint, width: u32, height: u32) -> Vec { [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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:150:33 [INFO] [stdout] | [INFO] [stdout] 150 | let rowlen = bpp * width 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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | let mut b = Vec::from_elem(height as uint + rowlen * height as uint, 0u8); [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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:154:68 [INFO] [stdout] | [INFO] [stdout] 154 | let mut b = Vec::from_elem(height as uint + rowlen * height as uint, 0u8); [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/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | let stride = (filter as uint - 1) * rowlen; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `deflate_bytes_zlib` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/encoder.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | deflate_bytes_zlib(b.as_slice()).unwrap().as_slice().to_vec() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | impl ZlibDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [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/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:71:52 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 71 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `standard_error` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 96 | ZlibState::End => Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EndOfFile` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/png/zlib.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | ZlibState::End => Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | valptr: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 7 | valptr: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | maxcode: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 9 | maxcode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | mincode: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 10 | mincode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | fn guarantee(&mut self, r: &mut R, n: u8) -> ImageResult<()> { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:42:72 [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= (byte as u32 << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn read_bit(&mut self, r: &mut R) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn receive(&mut self, r: &mut R, ssss: u8) -> ImageResult { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:61:65 [INFO] [stdout] | [INFO] [stdout] 61 | let bits = (self.bits & (0xFFFFFFFFu32 << (32 - ssss as uint))) >> (32 - ssss) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:61:91 [INFO] [stdout] | [INFO] [stdout] 61 | let bits = (self.bits & (0xFFFFFFFFu32 << (32 - ssss as uint))) >> (32 - ssss) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:68:28 [INFO] [stdout] | [INFO] [stdout] 68 | self.bits <<= n as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn decode_symbol(&mut self, r: &mut R, table: &HuffTable) -> ImageResult { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:76:46 [INFO] [stdout] | [INFO] [stdout] 76 | let (val, size) = table.lut[index as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:86:30 [INFO] [stdout] | [INFO] [stdout] 86 | code |= b 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:88:29 [INFO] [stdout] | [INFO] [stdout] 88 | if (code as int) <= table.maxcode[i] { [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:90:41 [INFO] [stdout] | [INFO] [stdout] 90 | ... code 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:93:54 [INFO] [stdout] | [INFO] [stdout] 93 | return Ok(table.huffval[index as uint]) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:117:14 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:146:26 [INFO] [stdout] | [INFO] [stdout] 146 | code <<= diff 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | lut.as_mut_slice()[v as uint] = (huffsize[i], huffcode[i]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:177:14 [INFO] [stdout] | [INFO] [stdout] 177 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:180:55 [INFO] [stdout] | [INFO] [stdout] 180 | mincode.as_mut_slice()[i] = huffcode[j as uint] as int; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:180:64 [INFO] [stdout] | [INFO] [stdout] 180 | mincode.as_mut_slice()[i] = huffcode[j as uint] 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:181:29 [INFO] [stdout] | [INFO] [stdout] 181 | j += bits[i] as int - 1; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:182:55 [INFO] [stdout] | [INFO] [stdout] 182 | maxcode.as_mut_slice()[i] = huffcode[j as uint] as int; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:182:64 [INFO] [stdout] | [INFO] [stdout] 182 | maxcode.as_mut_slice()[i] = huffcode[j as uint] 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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:193:36 [INFO] [stdout] | [INFO] [stdout] 193 | let r = 8 - huffsize[i] as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | for j in range(0u, 1 << r) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/entropy.rs:197:41 [INFO] [stdout] | [INFO] [stdout] 197 | lut.as_mut_slice()[index as uint] = (*v, huffsize[i]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | for y in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:103:65 [INFO] [stdout] | [INFO] [stdout] 103 | coeffs[y0 + 0] = (t10 + t11 - 8 * 128) << PASS1_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:104:55 [INFO] [stdout] | [INFO] [stdout] 104 | coeffs[y0 + 4] = (t10 - t11) << PASS1_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:110:87 [INFO] [stdout] | [INFO] [stdout] 110 | coeffs[y0 + 2] = (z1 + t12 * FIX_0_765366865) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:111:87 [INFO] [stdout] | [INFO] [stdout] 111 | coeffs[y0 + 6] = (z1 - t13 * FIX_1_847759065) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:119:53 [INFO] [stdout] | [INFO] [stdout] 119 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:138:61 [INFO] [stdout] | [INFO] [stdout] 138 | coeffs[y0 + 1] = t0 >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:139:61 [INFO] [stdout] | [INFO] [stdout] 139 | coeffs[y0 + 3] = t1 >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:140:61 [INFO] [stdout] | [INFO] [stdout] 140 | coeffs[y0 + 5] = t2 >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:141:61 [INFO] [stdout] | [INFO] [stdout] 141 | coeffs[y0 + 7] = t3 >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 147 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:155:55 [INFO] [stdout] | [INFO] [stdout] 155 | let t10 = t0 + t3 + (1 << (PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:165:58 [INFO] [stdout] | [INFO] [stdout] 165 | coeffs[x + 8 * 0] = (t10 + t11) >> PASS1_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:166:58 [INFO] [stdout] | [INFO] [stdout] 166 | coeffs[x + 8 * 4] = (t10 - t11) >> PASS1_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:170:53 [INFO] [stdout] | [INFO] [stdout] 170 | z1 += 1 << (CONST_BITS + PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:172:90 [INFO] [stdout] | [INFO] [stdout] 172 | coeffs[x + 8 * 2] = (z1 + t12 * FIX_0_765366865) >> (CONST_BITS + PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:173:90 [INFO] [stdout] | [INFO] [stdout] 173 | coeffs[x + 8 * 6] = (z1 - t13 * FIX_1_847759065) >> (CONST_BITS + PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:181:53 [INFO] [stdout] | [INFO] [stdout] 181 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:200:64 [INFO] [stdout] | [INFO] [stdout] 200 | coeffs[x + 8 * 1] = t0 >> (CONST_BITS + PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:201:64 [INFO] [stdout] | [INFO] [stdout] 201 | coeffs[x + 8 * 3] = t1 >> (CONST_BITS + PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:202:64 [INFO] [stdout] | [INFO] [stdout] 202 | coeffs[x + 8 * 5] = t2 >> (CONST_BITS + PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:203:64 [INFO] [stdout] | [INFO] [stdout] 203 | coeffs[x + 8 * 7] = t3 >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:210:14 [INFO] [stdout] | [INFO] [stdout] 210 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:214:60 [INFO] [stdout] | [INFO] [stdout] 214 | let dcval = coeffs[x + 8 * 0] << PASS1_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | z2 <<= CONST_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:239:30 [INFO] [stdout] | [INFO] [stdout] 239 | z3 <<= CONST_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:241:53 [INFO] [stdout] | [INFO] [stdout] 241 | z2 += 1 << (CONST_BITS - PASS1_BITS - 1) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:277:69 [INFO] [stdout] | [INFO] [stdout] 277 | tmp[x + 8 * 0] = (t10 + t3) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:278:69 [INFO] [stdout] | [INFO] [stdout] 278 | tmp[x + 8 * 7] = (t10 - t3) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:279:69 [INFO] [stdout] | [INFO] [stdout] 279 | tmp[x + 8 * 1] = (t11 + t2) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:280:69 [INFO] [stdout] | [INFO] [stdout] 280 | tmp[x + 8 * 6] = (t11 - t2) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:281:69 [INFO] [stdout] | [INFO] [stdout] 281 | tmp[x + 8 * 2] = (t12 + t1) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:282:69 [INFO] [stdout] | [INFO] [stdout] 282 | tmp[x + 8 * 5] = (t12 - t1) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:283:69 [INFO] [stdout] | [INFO] [stdout] 283 | tmp[x + 8 * 3] = (t13 + t0) >> (CONST_BITS - PASS1_BITS) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:284:69 [INFO] [stdout] | [INFO] [stdout] 284 | tmp[x + 8 * 4] = (t13 - t0) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 287 | for y in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:297:58 [INFO] [stdout] | [INFO] [stdout] 297 | let z2 = tmp[y0 + 0] + (1 << (PASS1_BITS + 2) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:300:45 [INFO] [stdout] | [INFO] [stdout] 300 | let t0 = (z2 + z3) << CONST_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:301:45 [INFO] [stdout] | [INFO] [stdout] 301 | let t1 = (z2 - z3) << CONST_BITS 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:334:64 [INFO] [stdout] | [INFO] [stdout] 334 | let a = (t10 + t3) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:337:64 [INFO] [stdout] | [INFO] [stdout] 337 | let a = (t10 - t3) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:340:64 [INFO] [stdout] | [INFO] [stdout] 340 | let a = (t11 + t2) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:343:64 [INFO] [stdout] | [INFO] [stdout] 343 | let a = (t11 - t2) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | let a = (t12 + t1) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:349:64 [INFO] [stdout] | [INFO] [stdout] 349 | let a = (t12 - t1) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:352:64 [INFO] [stdout] | [INFO] [stdout] 352 | let a = (t13 + t0) >> (CONST_BITS + PASS1_BITS + 3) 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/image-ac7d41938885a19a/d0071be/./src/jpeg/transform.rs:355:64 [INFO] [stdout] | [INFO] [stdout] 355 | let a = (t13 - t0) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | impl GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:87:37 [INFO] [stdout] | [INFO] [stdout] 87 | fn read_block(&mut self) -> io::IoResult> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:89:43 [INFO] [stdout] | [INFO] [stdout] 89 | Ok(try!(self.r.read_exact(size 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | let n = 1 << (table_size + 1) 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | image_top 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | image_left 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:166:32 [INFO] [stdout] | [INFO] [stdout] 166 | image_width 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | image_height 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:168:31 [INFO] [stdout] | [INFO] [stdout] 168 | self.width as uint * 3, [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:227:48 [INFO] [stdout] | [INFO] [stdout] 227 | let _ = try!(self.r.read_exact(size 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:243:52 [INFO] [stdout] | [INFO] [stdout] 243 | self.image = Vec::from_elem(self.width as uint * self.height as uint * 3, 0u8); [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:243:74 [INFO] [stdout] | [INFO] [stdout] 243 | self.image = Vec::from_elem(self.width as uint * self.height as uint * 3, 0u8); [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 250 | 1 << ((fields & 7) + 1) as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:288:51 [INFO] [stdout] | [INFO] [stdout] 288 | fn colortype(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:293:42 [INFO] [stdout] | [INFO] [stdout] 282 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 293 | fn row_len(&mut self) -> ImageResult { [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:295:30 [INFO] [stdout] | [INFO] [stdout] 295 | Ok(3 * self.width 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:305:59 [INFO] [stdout] | [INFO] [stdout] 305 | let slice = self.image.slice(self.decoded_rows as uint * rlen, [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | self.decoded_rows as uint * rlen + rlen); [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | y0: 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | x0: 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | width: 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | height: 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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | stride: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:346:14 [INFO] [stdout] | [INFO] [stdout] 346 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use gif::decoder::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use gif::decoder::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/gif/decoder.rs:354:46 [INFO] [stdout] | [INFO] [stdout] 354 | let (r, g, b) = palette[index 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pos: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | impl LZWReader { [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:36:59 [INFO] [stdout] | [INFO] [stdout] 36 | let mut dict = Vec::from_elem(1 << MAXCODESIZE as uint, None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(0u, 1 << size as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use gif::lzw::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:38:41 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(0u, 1 << size 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | next_code: (1 << size as uint) + 2, [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:55:33 [INFO] [stdout] | [INFO] [stdout] 55 | clear: 1 << size 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | end: (1 << size as uint) + 1, [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:70:65 [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= byte as u32 << self.num_bits 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:74:44 [INFO] [stdout] | [INFO] [stdout] 74 | let mask = (1 << self.code_size as uint) - 1; [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:77:48 [INFO] [stdout] | [INFO] [stdout] 77 | self.accumulator >>= self.code_size 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:89:64 [INFO] [stdout] | [INFO] [stdout] 89 | self.dict = Vec::from_elem(1 << MAXCODESIZE as uint, None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use gif::lzw::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:91:62 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | if self.dict[code as uint].is_none() { [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | self.dict.as_mut_slice()[code 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:112:44 [INFO] [stdout] | [INFO] [stdout] 112 | tmp.push(self.dict[code as uint].as_ref().unwrap()[0]); [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:114:60 [INFO] [stdout] | [INFO] [stdout] 114 | self.dict.as_mut_slice()[self.next_code as uint] = Some(tmp); [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:117:61 [INFO] [stdout] | [INFO] [stdout] 117 | if self.next_code >= 1 << self.code_size 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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:122:43 [INFO] [stdout] | [INFO] [stdout] 122 | self.prev = self.dict[code as uint].as_ref().unwrap().clone(); [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:124:41 [INFO] [stdout] | [INFO] [stdout] 124 | for &s in self.dict[code as uint].as_ref().unwrap().iter() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | impl Reader for LZWReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | impl Reader for LZWReader { [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/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:134:52 [INFO] [stdout] | [INFO] [stdout] 133 | impl Reader for LZWReader { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 134 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `standard_error` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:140:28 [INFO] [stdout] | [INFO] [stdout] 140 | return Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EndOfFile` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/gif/lzw.rs:140:47 [INFO] [stdout] | [INFO] [stdout] 140 | return Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | impl SmartReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | impl SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | impl Reader for SmartReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | impl Reader for SmartReader { [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/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 68 | impl Reader for SmartReader { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 69 | #[inline] [INFO] [stdout] 70 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | impl Seek for SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | impl Seek for SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SeekStyle` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:83:45 [INFO] [stdout] | [INFO] [stdout] 83 | fn seek(&mut self, pos: i64, style: io::SeekStyle) -> IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:121:9 [INFO] [stdout] | [INFO] [stdout] 121 | impl TIFFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:121:18 [INFO] [stdout] | [INFO] [stdout] 121 | impl TIFFDecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:376:9 [INFO] [stdout] | [INFO] [stdout] 376 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:376:18 [INFO] [stdout] | [INFO] [stdout] 376 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:382:51 [INFO] [stdout] | [INFO] [stdout] 382 | fn colortype(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:395:42 [INFO] [stdout] | [INFO] [stdout] 376 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 395 | fn row_len(&mut self) -> ImageResult { [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/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:405:28 [INFO] [stdout] | [INFO] [stdout] 405 | self.width 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/image-ac7d41938885a19a/d0071be/./src/tiff/decoder.rs:406:30 [INFO] [stdout] | [INFO] [stdout] 406 | * self.height as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `std::fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | impl ::std::fmt::Show for Entry { [INFO] [stdout] | ^^^^ not found in `std::fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 74 | struct Header { [INFO] [stdout] | ------------- similarly named struct `Header` defined here [INFO] [stdout] ... [INFO] [stdout] 109 | fn from_reader(r: &mut Reader) -> ImageResult
{ [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:129:19 [INFO] [stdout] | [INFO] [stdout] 129 | start_offset: 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:130:17 [INFO] [stdout] | [INFO] [stdout] 130 | entry_size: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 74 | struct Header { [INFO] [stdout] | ------------- similarly named struct `Header` defined here [INFO] [stdout] ... [INFO] [stdout] 135 | pub fn from_reader(r: &mut Reader, [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:140:54 [INFO] [stdout] | [INFO] [stdout] 140 | let bytes_per_entry = (bits_per_entry as uint + 7) / 8; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:141:76 [INFO] [stdout] | [INFO] [stdout] 141 | let bytes = try!(r.read_exact(bytes_per_entry * num_entries 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:144:47 [INFO] [stdout] | [INFO] [stdout] 144 | start_offset: start_offset 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:150:30 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn get(&self, index: uint) -> &[u8] { [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | width: 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | height: 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | bytes_per_pixel: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | impl TGADecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | impl TGADecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tga::decoder::io::Seek; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | self.width = self.header.image_width 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:195:51 [INFO] [stdout] | [INFO] [stdout] 195 | self.height = self.header.image_height 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:196:60 [INFO] [stdout] | [INFO] [stdout] 196 | self.bytes_per_pixel = (self.header.pixel_depth as uint + 7) / 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SeekCur` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:253:60 [INFO] [stdout] | [INFO] [stdout] 253 | try!(self.r.seek(self.header.id_length as i64, io::SeekCur)); [INFO] [stdout] | ^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:271:44 [INFO] [stdout] | [INFO] [stdout] 271 | fn bytes_to_index(bytes: &[u8]) -> 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:274:49 [INFO] [stdout] | [INFO] [stdout] 274 | result = result << 8 | *byte 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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:279:62 [INFO] [stdout] | [INFO] [stdout] 279 | let bytes_per_entry = (self.header.map_entry_size as uint + 7) / 8; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:329:66 [INFO] [stdout] | [INFO] [stdout] 329 | let repeat_count = ((run_packet & !0x80) + 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:331:26 [INFO] [stdout] | [INFO] [stdout] 331 | for _ in range(0u, repeat_count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:337:57 [INFO] [stdout] | [INFO] [stdout] 337 | let num_raw_bytes = (run_packet + 1) as uint * self.bytes_per_pixel; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:340:43 [INFO] [stdout] | [INFO] [stdout] 340 | num_read += run_packet as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:373:18 [INFO] [stdout] | [INFO] [stdout] 373 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tga::decoder::io::Seek; [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/image-ac7d41938885a19a/d0071be/./src/tga/decoder.rs:386:42 [INFO] [stdout] | [INFO] [stdout] 373 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 386 | fn row_len(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | IoError(io::IoError), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::IoError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 31 | IoError(ImageError), [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 31 | IoError(io::Error), [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | impl FromError for ImageError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::IoError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 37 | impl FromError for ImageError { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 37 | impl FromError for ImageError { [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | fn from_error(err: io::IoError) -> ImageError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::IoError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 38 | fn from_error(err: ImageError) -> ImageError { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 38 | fn from_error(err: io::Error) -> ImageError { [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/image-ac7d41938885a19a/d0071be/./src/image.rs:98:42 [INFO] [stdout] | [INFO] [stdout] 90 | pub trait ImageDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 98 | fn row_len(&mut self) -> ImageResult; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `bits_per_pixel` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:117:26 [INFO] [stdout] | [INFO] [stdout] 117 | let bpp = color::bits_per_pixel(c) / 8; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:121:48 [INFO] [stdout] | [INFO] [stdout] 121 | let mut buf = Vec::from_elem(length as uint * width as uint * bpp, 0u8); [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/image-ac7d41938885a19a/d0071be/./src/image.rs:121:64 [INFO] [stdout] | [INFO] [stdout] 121 | let mut buf = Vec::from_elem(length as uint * width as uint * bpp, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:132:18 [INFO] [stdout] | [INFO] [stdout] 132 | for i in range(0, length as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [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/image-ac7d41938885a19a/d0071be/./src/image.rs:132:37 [INFO] [stdout] | [INFO] [stdout] 132 | for i in range(0, length 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/image-ac7d41938885a19a/d0071be/./src/image.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | let from = tmp.slice_from(x as uint * bpp) [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/image-ac7d41938885a19a/d0071be/./src/image.rs:135:50 [INFO] [stdout] | [INFO] [stdout] 135 | ... .slice_to(width as uint * bpp); [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/image-ac7d41938885a19a/d0071be/./src/image.rs:137:60 [INFO] [stdout] | [INFO] [stdout] 137 | let to = buf.slice_from_mut(i * width as uint * bpp) [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/image-ac7d41938885a19a/d0071be/./src/image.rs:138:54 [INFO] [stdout] | [INFO] [stdout] 138 | ... .slice_to_mut(width as uint * bpp); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:321:18 [INFO] [stdout] | [INFO] [stdout] 321 | for y in range(0, self.ystride) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/image.rs:322:22 [INFO] [stdout] | [INFO] [stdout] 322 | for x in range(0, self.xstride) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:188:35 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn color(&self) -> color::ColorType { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:312:20 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn save(&self, w: W, format: ImageFormat) -> io::IoResult> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:312:69 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn save(&self, w: W, format: ImageFormat) -> io::IoResult> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rgba` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:349:26 [INFO] [stdout] | [INFO] [stdout] 349 | impl GenericImage> for DynamicImage { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rgba` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:358:51 [INFO] [stdout] | [INFO] [stdout] 358 | fn get_pixel(&self, x: u32, y: u32) -> color::Rgba { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rgba` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:362:59 [INFO] [stdout] | [INFO] [stdout] 362 | fn put_pixel(&mut self, x: u32, y: u32, pixel: color::Rgba) { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rgba` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:371:61 [INFO] [stdout] | [INFO] [stdout] 371 | fn blend_pixel(&mut self, x: u32, y: u32, pixel: color::Rgba) { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rgba` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:381:64 [INFO] [stdout] | [INFO] [stdout] 381 | fn get_pixel_mut(&mut self, _: u32, _: u32) -> &mut color::Rgba { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:412:45 [INFO] [stdout] | [INFO] [stdout] 412 | let mask = (1u8 << bit_depth as uint) - 1; [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/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:413:60 [INFO] [stdout] | [INFO] [stdout] 413 | let scaling_factor = (255)/((1 << bit_depth as uint) - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range_step_inclusive` in module `iter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:419:34 [INFO] [stdout] | [INFO] [stdout] 419 | ... iter::range_step_inclusive(8i8-(bit_depth as i8), 0, -(bit_depth as i8)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `iterate` in module `iter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:420:39 [INFO] [stdout] | [INFO] [stdout] 420 | ... .zip(iter::iterate( [INFO] [stdout] | ^^^^^^^ not found in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:426:70 [INFO] [stdout] | [INFO] [stdout] 426 | .enumerate().filter(|&(i, _)| i % (row_len as uint) < (w as uint) ).map(|(_, p)| p) [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/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:426:84 [INFO] [stdout] | [INFO] [stdout] 426 | .enumerate().filter(|&(i, _)| i % (row_len as uint) < (w as uint) ).map(|(_, p)| p) [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/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:428:54 [INFO] [stdout] | [INFO] [stdout] 428 | ... (pixel & mask << shift as uint) >> shift 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/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:428:72 [INFO] [stdout] | [INFO] [stdout] 428 | ... (pixel & mask << shift as uint) >> shift 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/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:466:20 [INFO] [stdout] | [INFO] [stdout] 466 | pub fn open(path: &Path) -> ImageResult { [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[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:467:25 [INFO] [stdout] | [INFO] [stdout] 467 | let fin = match io::File::open(path) { [INFO] [stdout] | ^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:500:27 [INFO] [stdout] | [INFO] [stdout] 500 | pub fn save_buffer(path: &Path, buf: &[u8], width: u32, height: u32, color: color::ColorType) -> io::IoResult<()> { [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 `ColorType` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:500:84 [INFO] [stdout] | [INFO] [stdout] 500 | pub fn save_buffer(path: &Path, buf: &[u8], width: u32, height: u32, color: color::ColorType) -> io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:500:103 [INFO] [stdout] | [INFO] [stdout] 500 | pub fn save_buffer(path: &Path, buf: &[u8], width: u32, height: u32, color: color::ColorType) -> io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:501:25 [INFO] [stdout] | [INFO] [stdout] 501 | let fout = try!(io::File::create(path)); [INFO] [stdout] | ^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:509:27 [INFO] [stdout] | [INFO] [stdout] 509 | format => Err(io::IoError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 509 | format => Err(io::Error { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InvalidInput` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:510:23 [INFO] [stdout] | [INFO] [stdout] 510 | kind: io::InvalidInput, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use dynimage::io::ErrorKind::InvalidInput; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:521:16 [INFO] [stdout] | [INFO] [stdout] 521 | pub fn load(r: R, format: ImageFormat) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/dynimage.rs:521:23 [INFO] [stdout] | [INFO] [stdout] 521 | pub fn load(r: R, format: ImageFormat) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use dynimage::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:29 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Num: Zero + One + Add + Sub + Mul + Div + Rem + Neg + Partial... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:47 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Num: Zero + One + Add + Sub + Mul + Div + Rem + Neg + Partial... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:65 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Num: Zero + One + Add + Sub + Mul + Div + Rem + Neg + Partial... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:83 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Num: Zero + One + Add + Sub + Mul + Div + Rem + Neg + Partial... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:101 [INFO] [stdout] | [INFO] [stdout] 8 | pub trait Num: Zero + One + Add + Sub + Mul + Div + Rem + Neg + Partial... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:8:119 [INFO] [stdout] | [INFO] [stdout] 8 | ...ul + Div + Rem + Neg + PartialEq { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:46 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:70 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:9:82 [INFO] [stdout] | [INFO] [stdout] 9 | impl + Sub + Mul + Div + Rem + Neg + PartialEq> Num for A { } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | pub trait Zero: Add { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Add; [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | zero_impl!(uint, 0u); [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | zero_impl!(int, 0i); [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | impl Primitive for 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/image-ac7d41938885a19a/d0071be/./src/traits.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | fn max_value() -> uint { Int::max_value() } [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | impl Primitive for 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/image-ac7d41938885a19a/d0071be/./src/traits.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | fn max_value() -> int { Int::max_value() } [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[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/traits.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | pub trait One: Mul { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Mul; [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:102:11 [INFO] [stdout] | [INFO] [stdout] 102 | one_impl!(uint, 1u); [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/image-ac7d41938885a19a/d0071be/./src/traits.rs:107:11 [INFO] [stdout] | [INFO] [stdout] 107 | one_impl!(int, 1i); [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[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | #![feature(default_type_params)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `default_type_params` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: half-open range patterns are unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/d0071be/./src/tiff/ifd.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 477 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433, E0463, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "07f5815ccc9f6a6f9f58883f444fa581545c1d35cb7dc31a6ee295d7d393b0e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f5815ccc9f6a6f9f58883f444fa581545c1d35cb7dc31a6ee295d7d393b0e7", kill_on_drop: false }` [INFO] [stdout] 07f5815ccc9f6a6f9f58883f444fa581545c1d35cb7dc31a6ee295d7d393b0e7