[INFO] cloning repository https://github.com/mprobinson/rgb565 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mprobinson/rgb565" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmprobinson%2Frgb565", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmprobinson%2Frgb565'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9515f752ba21cfb4605c344e1ba60b99d2f9de1b [INFO] testing mprobinson/rgb565 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmprobinson%2Frgb565" "/workspace/builds/worker-76/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-76/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mprobinson/rgb565 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/mprobinson/rgb565 [INFO] finished tweaking git repo https://github.com/mprobinson/rgb565 [INFO] tweaked toml for git repo https://github.com/mprobinson/rgb565 written to /workspace/builds/worker-76/source/Cargo.toml [INFO] crate git repo https://github.com/mprobinson/rgb565 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] Updating git repository `https://github.com/PistonDevelopers/rust-image` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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] 0669f30268a7dd65947294abeefff21289adfe11ea2a7dee3b59ba85020e4a46 [INFO] running `Command { std: "docker" "start" "-a" "0669f30268a7dd65947294abeefff21289adfe11ea2a7dee3b59ba85020e4a46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0669f30268a7dd65947294abeefff21289adfe11ea2a7dee3b59ba85020e4a46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0669f30268a7dd65947294abeefff21289adfe11ea2a7dee3b59ba85020e4a46", kill_on_drop: false }` [INFO] [stdout] 0669f30268a7dd65947294abeefff21289adfe11ea2a7dee3b59ba85020e4a46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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] c3b600283cfb1b33a70c66a42be2e4c2bb8681affc90bd277b5773a803b85352 [INFO] running `Command { std: "docker" "start" "-a" "c3b600283cfb1b33a70c66a42be2e4c2bb8681affc90bd277b5773a803b85352", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling image v0.1.0 (https://github.com/PistonDevelopers/rust-image#80a982eb) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | pub kernel: | f32 | : 'a -> f32, [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 15 | | ($e: expr) => ( [INFO] [stdout] 16 | | match $e { [INFO] [stdout] 17 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 20 | | ) [INFO] [stdout] 21 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 14 ~ macro_rules! io_try{ [INFO] [stdout] 15 | ($e: expr) => ( [INFO] [stdout] 16 | match $e { [INFO] [stdout] 17 | Ok(e) => e, [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 19 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 21 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/decoder.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | ($e: expr) => ( [INFO] [stdout] 21 | | match $e { [INFO] [stdout] 22 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 25 | | ) [INFO] [stdout] 26 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 19 ~ macro_rules! io_try{ [INFO] [stdout] 20 | ($e: expr) => ( [INFO] [stdout] 21 | match $e { [INFO] [stdout] 22 | Ok(e) => e, [INFO] [stdout] 23 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 24 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 26 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/decoder.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./src/png/hash.rs:45:23 [INFO] [stdout] | [INFO] [stdout] 45 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/encoder.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | static STD_LUMA_QTABLE: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/decoder.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 21 | | ($e: expr) => ( [INFO] [stdout] 22 | | match $e { [INFO] [stdout] 23 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 26 | | ) [INFO] [stdout] 27 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 20 ~ macro_rules! io_try{ [INFO] [stdout] 21 | ($e: expr) => ( [INFO] [stdout] 22 | match $e { [INFO] [stdout] 23 | Ok(e) => e, [INFO] [stdout] 24 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 25 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 27 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/decoder.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | pub static UNZIGZAG: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 5 | | ($e: expr) => ( [INFO] [stdout] 6 | | match $e { [INFO] [stdout] 7 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 10 | | ) [INFO] [stdout] 11 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 4 ~ macro_rules! io_try{ [INFO] [stdout] 5 | ($e: expr) => ( [INFO] [stdout] 6 | match $e { [INFO] [stdout] 7 | Ok(e) => e, [INFO] [stdout] 8 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 9 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 11 | ); [INFO] [stdout] | + [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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:51:39 [INFO] [stdout] | [INFO] [stdout] 51 | 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] 51 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:126:20 [INFO] [stdout] | [INFO] [stdout] 126 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:175:43 [INFO] [stdout] | [INFO] [stdout] 175 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:176:43 [INFO] [stdout] | [INFO] [stdout] 176 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:204:24 [INFO] [stdout] | [INFO] [stdout] 204 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 12 | | ($e: expr) => ( [INFO] [stdout] 13 | | match $e { [INFO] [stdout] 14 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 17 | | ) [INFO] [stdout] 18 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 11 ~ macro_rules! io_try{ [INFO] [stdout] 12 | ($e: expr) => ( [INFO] [stdout] 13 | match $e { [INFO] [stdout] 14 | Ok(e) => e, [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 16 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 18 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 19 | | ($e: expr) => ( [INFO] [stdout] 20 | | match $e { [INFO] [stdout] 21 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 24 | | ) [INFO] [stdout] 25 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 18 ~ macro_rules! io_try{ [INFO] [stdout] 19 | ($e: expr) => ( [INFO] [stdout] 20 | match $e { [INFO] [stdout] 21 | Ok(e) => e, [INFO] [stdout] 22 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 23 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 25 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:245:50 [INFO] [stdout] | [INFO] [stdout] 125 | impl TIFFDecoder { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 245 | pub fn read_offset(&mut self) -> IoResult<[u8, ..4]> { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 386 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | macro_rules! io_try( [INFO] [stdout] | ____________________^ [INFO] [stdout] 8 | | ($e: expr) => ( [INFO] [stdout] 9 | | match $e { [INFO] [stdout] 10 | | Ok(e) => e, [INFO] [stdout] ... | [INFO] [stdout] 13 | | ) [INFO] [stdout] 14 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 7 ~ macro_rules! io_try{ [INFO] [stdout] 8 | ($e: expr) => ( [INFO] [stdout] 9 | match $e { [INFO] [stdout] 10 | Ok(e) => e, [INFO] [stdout] 11 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] 12 | } [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 14 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:101:16 [INFO] [stdout] | [INFO] [stdout] 101 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:115:52 [INFO] [stdout] | [INFO] [stdout] 115 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:115:57 [INFO] [stdout] | [INFO] [stdout] 115 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:115:57 [INFO] [stdout] | [INFO] [stdout] 114 | impl Entry { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 115 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] ... [INFO] [stdout] 151 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:264:48 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn from_fn(width: u32, height: u32, f: | u32, u32 | -> P) -> ImageBuf

{ [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:264:61 [INFO] [stdout] | [INFO] [stdout] 264 | pub fn from_fn(width: u32, height: u32, f: | u32, u32 | -> P) -> ImageBuf

{ [INFO] [stdout] | --- ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | macro_rules! dynamic_map( [INFO] [stdout] | _________________________^ [INFO] [stdout] 42 | | ($dynimage: expr, ref $image: ident => $action: expr) => ( [INFO] [stdout] 43 | | match $dynimage { [INFO] [stdout] 44 | | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] ... | [INFO] [stdout] 76 | | ); [INFO] [stdout] 77 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 41 ~ macro_rules! dynamic_map{ [INFO] [stdout] 42 | ($dynimage: expr, ref $image: ident => $action: expr) => ( [INFO] [stdout] 43 | match $dynimage { [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 77 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:342:71 [INFO] [stdout] | [INFO] [stdout] 342 | try!(p.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 343 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:349:71 [INFO] [stdout] | [INFO] [stdout] 349 | try!(p.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 350 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:356:71 [INFO] [stdout] | [INFO] [stdout] 356 | try!(j.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 357 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:152:22 [INFO] [stdout] | [INFO] [stdout] 152 | fn map(&self, f: | T | -> T) -> Self; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:156:33 [INFO] [stdout] | [INFO] [stdout] 156 | fn map_with_alpha(&self, f: |T| -> T, g: |T| -> T) -> Self; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:156:46 [INFO] [stdout] | [INFO] [stdout] 156 | fn map_with_alpha(&self, f: |T| -> T, g: |T| -> T) -> Self; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:160:36 [INFO] [stdout] | [INFO] [stdout] 160 | fn map2(&self, other: Self, f: | T, T | -> T) -> Self; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `@`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:160:43 [INFO] [stdout] | [INFO] [stdout] 160 | fn map2(&self, other: Self, f: | T, T | -> T) -> Self; [INFO] [stdout] | ^ expected one of `:` or `@` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:210:22 [INFO] [stdout] | [INFO] [stdout] 210 | fn map(&self, f: | a: T | -> T) -> Rgb { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:220:33 [INFO] [stdout] | [INFO] [stdout] 220 | fn map_with_alpha(&self, f: |c: T| -> T, _: |a: T| -> T) -> Rgb { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:220:49 [INFO] [stdout] | [INFO] [stdout] 220 | fn map_with_alpha(&self, f: |c: T| -> T, _: |a: T| -> T) -> Rgb { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:225:38 [INFO] [stdout] | [INFO] [stdout] 225 | fn map2(&self, other: Rgb, f: | a: T, b: T | -> T) -> Rgb { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:225:53 [INFO] [stdout] | [INFO] [stdout] 225 | fn map2(&self, other: Rgb, f: | a: T, b: T | -> T) -> Rgb { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:225:51 [INFO] [stdout] | [INFO] [stdout] 225 | fn map2(&self, other: Rgb, f: | a: T, b: T | -> T) -> Rgb { [INFO] [stdout] | -^ expected one of 7 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:278:22 [INFO] [stdout] | [INFO] [stdout] 278 | fn map(&self, f: | a: T | -> T) -> Rgba { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:289:33 [INFO] [stdout] | [INFO] [stdout] 289 | fn map_with_alpha(&self, f: |c: T| -> T, h: |b: T| -> T) -> Rgba { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:289:49 [INFO] [stdout] | [INFO] [stdout] 289 | fn map_with_alpha(&self, f: |c: T| -> T, h: |b: T| -> T) -> Rgba { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:300:39 [INFO] [stdout] | [INFO] [stdout] 300 | fn map2(&self, other: Rgba, f: | a: T, b: T | -> T) -> Rgba { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:300:54 [INFO] [stdout] | [INFO] [stdout] 300 | fn map2(&self, other: Rgba, f: | a: T, b: T | -> T) -> Rgba { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:300:52 [INFO] [stdout] | [INFO] [stdout] 300 | fn map2(&self, other: Rgba, f: | a: T, b: T | -> T) -> Rgba { [INFO] [stdout] | -^ expected one of 7 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:354:22 [INFO] [stdout] | [INFO] [stdout] 354 | fn map(&self, f: | a: T | -> T) -> Luma { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:361:33 [INFO] [stdout] | [INFO] [stdout] 361 | fn map_with_alpha(&self, f: |c: T| -> T, _: |a: T| -> T) -> Luma { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:361:49 [INFO] [stdout] | [INFO] [stdout] 361 | fn map_with_alpha(&self, f: |c: T| -> T, _: |a: T| -> T) -> Luma { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:365:39 [INFO] [stdout] | [INFO] [stdout] 365 | fn map2(&self, other: Luma, f: | a: T, b: T | -> T) -> Luma { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:365:54 [INFO] [stdout] | [INFO] [stdout] 365 | fn map2(&self, other: Luma, f: | a: T, b: T | -> T) -> Luma { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:365:52 [INFO] [stdout] | [INFO] [stdout] 365 | fn map2(&self, other: Luma, f: | a: T, b: T | -> T) -> Luma { [INFO] [stdout] | -^ expected one of 7 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:419:22 [INFO] [stdout] | [INFO] [stdout] 419 | fn map(&self, f: | a: T | -> T) -> LumaA { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:428:33 [INFO] [stdout] | [INFO] [stdout] 428 | fn map_with_alpha(&self, f: |c: T| -> T, g: |b: T| -> T) -> LumaA { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:428:49 [INFO] [stdout] | [INFO] [stdout] 428 | fn map_with_alpha(&self, f: |c: T| -> T, g: |b: T| -> T) -> LumaA { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:437:40 [INFO] [stdout] | [INFO] [stdout] 437 | fn map2(&self, other: LumaA, f: | a: T, b: T | -> T) -> LumaA { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:437:55 [INFO] [stdout] | [INFO] [stdout] 437 | fn map2(&self, other: LumaA, f: | a: T, b: T | -> T) -> LumaA { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:437:53 [INFO] [stdout] | [INFO] [stdout] 437 | fn map2(&self, other: LumaA, f: | a: T, b: T | -> T) -> LumaA { [INFO] [stdout] | -^ expected one of 7 possible tokens [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `flate` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | extern crate flate; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `self::sample::Triangle`, `self::sample::Nearest`, `self::sample::CatmullRom`, `self::sample::Gaussian`, `self::sample::Lanczos3` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Triangle, [INFO] [stdout] | ^^^^^^^^ no `Triangle` in `imageops::sample` [INFO] [stdout] 15 | Nearest, [INFO] [stdout] | ^^^^^^^ no `Nearest` in `imageops::sample` [INFO] [stdout] 16 | CatmullRom, [INFO] [stdout] | ^^^^^^^^^^ no `CatmullRom` in `imageops::sample` [INFO] [stdout] 17 | Gaussian, [INFO] [stdout] | ^^^^^^^^ no `Gaussian` in `imageops::sample` [INFO] [stdout] 18 | Lanczos3 [INFO] [stdout] | ^^^^^^^^ no `Lanczos3` in `imageops::sample` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 17 | gaussian, [INFO] [stdout] | ~~~~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 18 | lanczos [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Bounded` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 4 | Bounded [INFO] [stdout] | ^^^^^^^ no `Bounded` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Bounded` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 10 | Bounded [INFO] [stdout] | ^^^^^^^ no `Bounded` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::MemReader` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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 `self::decoder::PNGDecoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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 imports `std::io::IoResult`, `std::io::MemWriter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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::raw` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::raw; [INFO] [stdout] | ^^^^^^^^ no `raw` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::iter::AdditiveIterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AdditiveIterator` in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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::raw` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:310:18 [INFO] [stdout] | [INFO] [stdout] 310 | use std::raw::Slice; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:320:18 [INFO] [stdout] | [INFO] [stdout] 320 | use std::raw::Slice; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::ascii::OwnedAsciiExt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ascii::OwnedAsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `OwnedAsciiExt` in `ascii` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::Bounded` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::num::Bounded; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Bounded` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `color::Grey`, `color::RGB`, `color::Palette`, `color::GreyA`, `color::RGBA` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | Grey, [INFO] [stdout] | ^^^^ no `Grey` in `color` [INFO] [stdout] 19 | RGB, [INFO] [stdout] | ^^^ no `RGB` in `color` [INFO] [stdout] 20 | Palette, [INFO] [stdout] | ^^^^^^^ no `Palette` in `color` [INFO] [stdout] 21 | GreyA, [INFO] [stdout] | ^^^^^ no `GreyA` in `color` [INFO] [stdout] 22 | RGBA, [INFO] [stdout] | ^^^^ no `RGBA` in `color` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 19 | Rgb, [INFO] [stdout] | ~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 22 | Rgba, [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `image::PNG`, `image::JPEG`, `image::GIF`, `image::WEBP`, `image::PPM` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | PNG, [INFO] [stdout] | ^^^ no `PNG` in `image` [INFO] [stdout] 48 | JPEG, [INFO] [stdout] | ^^^^ no `JPEG` in `image` [INFO] [stdout] 49 | GIF, [INFO] [stdout] | ^^^ no `GIF` in `image` [INFO] [stdout] 50 | WEBP, [INFO] [stdout] | ^^^^ no `WEBP` in `image` [INFO] [stdout] 51 | PPM [INFO] [stdout] | ^^^ no `PPM` in `image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `dynimage::ImageRgb8`, `dynimage::ImageRgba8`, `dynimage::ImageLuma8`, `dynimage::ImageLumaA8` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/lib.rs:74:5 [INFO] [stdout] | [INFO] [stdout] 74 | ImageRgb8, [INFO] [stdout] | ^^^^^^^^^ no `ImageRgb8` in `dynimage` [INFO] [stdout] 75 | ImageRgba8, [INFO] [stdout] | ^^^^^^^^^^ no `ImageRgba8` in `dynimage` [INFO] [stdout] 76 | ImageLuma8, [INFO] [stdout] | ^^^^^^^^^^ no `ImageLuma8` in `dynimage` [INFO] [stdout] 77 | ImageLumaA8, [INFO] [stdout] | ^^^^^^^^^^^ no `ImageLumaA8` in `dynimage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `color::Grey`, `color::Palette`, `color::GreyA`, `color::RGB`, `color::RGBA` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | Grey, [INFO] [stdout] | ^^^^ no `Grey` in `color` [INFO] [stdout] 12 | Palette, [INFO] [stdout] | ^^^^^^^ no `Palette` in `color` [INFO] [stdout] 13 | GreyA, [INFO] [stdout] | ^^^^^ no `GreyA` in `color` [INFO] [stdout] 14 | RGB, [INFO] [stdout] | ^^^ no `RGB` in `color` [INFO] [stdout] 15 | RGBA [INFO] [stdout] | ^^^^ no `RGBA` in `color` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 14 | Rgb, [INFO] [stdout] | ~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 15 | Rgba [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | a => fail!(format!("not implemented: {}", a)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | _ => fail!("unsupported color type and bitdepth") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:117:14 [INFO] [stdout] | [INFO] [stdout] 117 | _ => fail!("unknown colour type") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | fail!("invalid png: zlib detected fdict true") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `packed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:108:3 [INFO] [stdout] | [INFO] [stdout] 108 | #[packed] [INFO] [stdout] | ^^^^^^ help: a built-in attribute with a similar name exists: `naked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:109:3 [INFO] [stdout] | [INFO] [stdout] 109 | #[deriving(Default, PartialEq, Eq, Clone, Show, Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `packed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | #[packed] [INFO] [stdout] | ^^^^^^ help: a built-in attribute with a similar name exists: `naked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | #[deriving(Default, PartialEq, Eq, Clone, Show, Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `packed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:69:3 [INFO] [stdout] | [INFO] [stdout] 69 | #[packed] [INFO] [stdout] | ^^^^^^ help: a built-in attribute with a similar name exists: `naked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:70:3 [INFO] [stdout] | [INFO] [stdout] 70 | #[deriving(Default, PartialEq, Eq, Clone, Show, Copy)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `packed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | #[packed] [INFO] [stdout] | ^^^^^^ help: a built-in attribute with a similar name exists: `naked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[deriving(Default, PartialEq, Eq, Clone, Show, 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/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[deriving(PartialEq, Eq, Show, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:287:13 [INFO] [stdout] | [INFO] [stdout] 287 | fail!("filter must be 3 x 3") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[deriving(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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:242:3 [INFO] [stdout] | [INFO] [stdout] 242 | #[deriving(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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:42:3 [INFO] [stdout] | [INFO] [stdout] 42 | #[deriving(PartialEq, Eq, 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:154:3 [INFO] [stdout] | [INFO] [stdout] 154 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:67:3 [INFO] [stdout] | [INFO] [stdout] 67 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:58:3 [INFO] [stdout] | [INFO] [stdout] 58 | #[deriving(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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | #[deriving(PartialEq, Eq, Show, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | / tags!{ [INFO] [stdout] 39 | | // bilevel images [INFO] [stdout] 40 | | PhotometricInterpretation 262; [INFO] [stdout] 41 | | Compression 259; [INFO] [stdout] ... | [INFO] [stdout] 55 | | SamplesPerPixel 277; [INFO] [stdout] 56 | | } [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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:111:3 [INFO] [stdout] | [INFO] [stdout] 111 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:101:3 [INFO] [stdout] | [INFO] [stdout] 101 | #[deriving(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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:93:3 [INFO] [stdout] | [INFO] [stdout] 93 | #[deriving(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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:38:3 [INFO] [stdout] | [INFO] [stdout] 38 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 13 | #[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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(FromPrimitive, Show)] [INFO] [stdout] | ^^^^^^^^ [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/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:128:16 [INFO] [stdout] | [INFO] [stdout] 128 | 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: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | 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 `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:317:16 [INFO] [stdout] | [INFO] [stdout] 317 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:143:16 [INFO] [stdout] | [INFO] [stdout] 143 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:177:49 [INFO] [stdout] | [INFO] [stdout] 177 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:186:32 [INFO] [stdout] | [INFO] [stdout] 186 | Some(val) => match FromPrimitive::from_u32(val) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `BlackIsZero` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 399 | ([ n], BlackIsZero) [INFO] [stdout] | ----------- variable not in all patterns [INFO] [stdout] 400 | |([ n], WhiteIsZero) => Ok(color::Grey(n)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `BlackIsZero` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BlackIsZero` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:399:20 [INFO] [stdout] | [INFO] [stdout] 399 | ([ n], BlackIsZero) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WhiteIsZero` is not bound in all patterns [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:399:13 [INFO] [stdout] | [INFO] [stdout] 399 | ([ n], BlackIsZero) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `WhiteIsZero` [INFO] [stdout] 400 | |([ n], WhiteIsZero) => Ok(color::Grey(n)), [INFO] [stdout] | ----------- variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WhiteIsZero` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:400:21 [INFO] [stdout] | [INFO] [stdout] 400 | |([ n], WhiteIsZero) => Ok(color::Grey(n)), [INFO] [stdout] | ^^^^^^^^^^^ [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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | 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 `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:565:66 [INFO] [stdout] | [INFO] [stdout] 565 | image::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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:566:66 [INFO] [stdout] | [INFO] [stdout] 566 | image::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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:567:68 [INFO] [stdout] | [INFO] [stdout] 567 | image::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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:568:68 [INFO] [stdout] | [INFO] [stdout] 568 | image::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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn rotate90, I: GenericImage>(image: &I) -> ImageBuf { [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn rotate180, I: GenericImage>(image: &I) -> ImageBuf { [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn rotate270, I: GenericImage>(image: &I) -> ImageBuf { [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn flip_horizontal, I: GenericImage>(image: &I) -> ImageBuf { [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn flip_vertical, I: GenericImage>(image: &I) -> ImageBuf { [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/affine.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | 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[E0405]: cannot find trait `Num` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | fn clamp (a: N, min: N, max: N) -> N { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn grayscale, I: GenericImage> ( [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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn invert, I: GenericImage>(image: &mut 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn contrast, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/colorops.rs:93:20 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn brighten, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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[E0405]: cannot find trait `Num` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | fn clamp(a: N, min: N, max: N) -> N { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | fn horizontal_sample, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:150:14 [INFO] [stdout] | [INFO] [stdout] 150 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:165:21 [INFO] [stdout] | [INFO] [stdout] 165 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:228:23 [INFO] [stdout] | [INFO] [stdout] 228 | fn vertical_sample, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:237:14 [INFO] [stdout] | [INFO] [stdout] 237 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:268:22 [INFO] [stdout] | [INFO] [stdout] 268 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:313:21 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn filter3x3, I: GenericImage>( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:318:18 [INFO] [stdout] | [INFO] [stdout] 318 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:318:23 [INFO] [stdout] | [INFO] [stdout] 318 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:341:14 [INFO] [stdout] | [INFO] [stdout] 341 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:342:18 [INFO] [stdout] | [INFO] [stdout] 342 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:352:31 [INFO] [stdout] | [INFO] [stdout] 352 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:353:31 [INFO] [stdout] | [INFO] [stdout] 353 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:396:18 [INFO] [stdout] | [INFO] [stdout] 396 | pub fn resize, I: GenericImage>( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:431:16 [INFO] [stdout] | [INFO] [stdout] 431 | pub fn blur, I: GenericImage>( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:458:21 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn unsharpen, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:468:14 [INFO] [stdout] | [INFO] [stdout] 468 | 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/rust-image-484c00a187a6fc26/80a982e/./src/imageops/sample.rs:469:18 [INFO] [stdout] | [INFO] [stdout] 469 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/imageops/mod.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn crop, I: GenericImage>( [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/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | impl WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 46 | let riff = io_try!(self.r.read_exact(4)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 47 | let size = io_try!(self.r.read_le_u32()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 48 | let webp = io_try!(self.r.read_exact(4)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:51:31 [INFO] [stdout] | [INFO] [stdout] 51 | return Err(image::FormatError("Invalid RIFF signature.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | return Err(image::FormatError("Invalid WEBP signature.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 62 | let vp8 = io_try!(self.r.read_exact(4)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | return Err(image::FormatError("Invalid VP8 signature.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 68 | let _len = io_try!(self.r.read_le_u32()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 74 | let framedata = io_try!(self.r.read_to_end()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:18:43 [INFO] [stdout] | [INFO] [stdout] 18 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 78 | let frame = io_try!(v.decode_frame()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [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/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:106:19 [INFO] [stdout] | [INFO] [stdout] 106 | Ok(color::Grey(8)) [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:109:42 [INFO] [stdout] | [INFO] [stdout] 98 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 109 | 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/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | Ok(self.frame.width as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageEnd` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:119:31 [INFO] [stdout] | [INFO] [stdout] 119 | return Err(image::ImageEnd) [INFO] [stdout] | ^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::ImageEnd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | 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/rust-image-484c00a187a6fc26/80a982e/./src/webp/decoder.rs:125:34 [INFO] [stdout] | [INFO] [stdout] 125 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | impl PPMEncoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `radix` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | 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/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | let h = fmt::radix(height, 10); [INFO] [stdout] | ^^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 62 | 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/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:62:55 [INFO] [stdout] | [INFO] [stdout] 62 | for i in range(0, (width * height) as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pow` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | Grey(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:91:43 [INFO] [stdout] | [INFO] [stdout] 91 | Grey(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pow` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:92:28 [INFO] [stdout] | [INFO] [stdout] 92 | RGB(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:92:43 [INFO] [stdout] | [INFO] [stdout] 92 | RGB(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pow` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | Palette(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:93:43 [INFO] [stdout] | [INFO] [stdout] 93 | Palette(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pow` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:94:28 [INFO] [stdout] | [INFO] [stdout] 94 | GreyA(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:94:43 [INFO] [stdout] | [INFO] [stdout] 94 | GreyA(n) => num::pow(2u16, n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `pow` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | RGBA(n) => num::pow(2u16, n as uint) - 1 [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/ppm/encoder.rs:95:43 [INFO] [stdout] | [INFO] [stdout] 95 | RGBA(n) => num::pow(2u16, 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:66:40 [INFO] [stdout] | [INFO] [stdout] 66 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:73:22 [INFO] [stdout] | [INFO] [stdout] 73 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:78:22 [INFO] [stdout] | [INFO] [stdout] 78 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/filter.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./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 `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | color::Grey(1) => (0, 1), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | color::Grey(2) => (0, 2), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | color::Grey(4) => (0, 4), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | color::Grey(8) => (0, 8), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | color::Grey(16) => (0, 16), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | color::RGB(8) => (2, 8), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 90 | color::Rgb(8) => (2, 8), [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | color::RGB(16) => (2, 16), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 91 | color::Rgb(16) => (2, 16), [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | color::Palette(1) => (3, 1), [INFO] [stdout] | ^^^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:93:16 [INFO] [stdout] | [INFO] [stdout] 93 | color::Palette(2) => (3, 2), [INFO] [stdout] | ^^^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | color::Palette(4) => (3, 4), [INFO] [stdout] | ^^^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | color::Palette(8) => (3, 8), [INFO] [stdout] | ^^^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GreyA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | color::GreyA(8) => (4, 8), [INFO] [stdout] | ^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GreyA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | color::GreyA(16) => (4, 16), [INFO] [stdout] | ^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGBA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:98:16 [INFO] [stdout] | [INFO] [stdout] 98 | color::RGBA(8) => (6, 8), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 98 | color::Rgba(8) => (6, 8), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGBA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/encoder.rs:99:16 [INFO] [stdout] | [INFO] [stdout] 99 | color::RGBA(16) => (6, 16), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 99 | color::Rgba(16) => (6, 16), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 9 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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[E0425]: cannot find value `Start` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | state: Start, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 8 | use png::zlib::ZlibState::Start; [INFO] [stdout] | [INFO] [stdout] 8 | use png::zlib::io::SeekFrom::Start; [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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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 value `End` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:80:42 [INFO] [stdout] | [INFO] [stdout] 80 | ... self.state = End; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 8 | use png::zlib::ZlibState::End; [INFO] [stdout] | [INFO] [stdout] 8 | use png::zlib::io::SeekFrom::End; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CompressedData` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | self.state = CompressedData; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 8 | use png::zlib::ZlibState::CompressedData; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `standard_error` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:96:28 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./src/png/zlib.rs:96:47 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | 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] 16 | valptr: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 14 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | 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] 18 | maxcode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 14 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | 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] 19 | mincode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 14 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | fn guarantee(&mut self, r: &mut R, n: u8) -> ImageResult<()> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 41 | let byte = io_try!(r.read_u8()); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:8:43 [INFO] [stdout] | [INFO] [stdout] 8 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 44 | let byte2 = io_try!(r.read_u8()); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:51:72 [INFO] [stdout] | [INFO] [stdout] 51 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:58:24 [INFO] [stdout] | [INFO] [stdout] 58 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:68:23 [INFO] [stdout] | [INFO] [stdout] 68 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:70:65 [INFO] [stdout] | [INFO] [stdout] 70 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:70:91 [INFO] [stdout] | [INFO] [stdout] 70 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:85:46 [INFO] [stdout] | [INFO] [stdout] 85 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:99:41 [INFO] [stdout] | [INFO] [stdout] 99 | ... 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:102:54 [INFO] [stdout] | [INFO] [stdout] 102 | 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, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | Err(image::FormatError("Could not decode symbol.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:126:14 [INFO] [stdout] | [INFO] [stdout] 126 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:155:26 [INFO] [stdout] | [INFO] [stdout] 155 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:168:33 [INFO] [stdout] | [INFO] [stdout] 168 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:186:14 [INFO] [stdout] | [INFO] [stdout] 186 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:189:55 [INFO] [stdout] | [INFO] [stdout] 189 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:189:64 [INFO] [stdout] | [INFO] [stdout] 189 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:190:29 [INFO] [stdout] | [INFO] [stdout] 190 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:191:55 [INFO] [stdout] | [INFO] [stdout] 191 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:191:64 [INFO] [stdout] | [INFO] [stdout] 191 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:202:36 [INFO] [stdout] | [INFO] [stdout] 202 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | 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/rust-image-484c00a187a6fc26/80a982e/./src/jpeg/entropy.rs:206:41 [INFO] [stdout] | [INFO] [stdout] 206 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | impl GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 81 | let signature = io_try!(self.r.read_exact(3)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 82 | let version = io_try!(self.r.read_exact(3)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:85:24 [INFO] [stdout] | [INFO] [stdout] 85 | Err(image::FormatError("GIF signature not found.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:88:24 [INFO] [stdout] | [INFO] [stdout] 88 | Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:96:37 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | Ok(try!(self.r.read_exact(size as uint))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 102 | let minimum_code_size = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:105:31 [INFO] [stdout] | [INFO] [stdout] 105 | return Err(image::FormatError(format!("Invalid code size {}.", minimum_code_size))) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 110 | let b = io_try!(self.read_block()); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 127 | let image_left = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 128 | let image_top = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 129 | let image_width = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 130 | let image_height = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 132 | let fields = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | return Err(image::UnsupportedError("Interlaced images are not supported.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:143:48 [INFO] [stdout] | [INFO] [stdout] 143 | let n = 1 << (table_size + 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 144 | let buf = io_try!(self.r.read_exact(3 * n)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:173:30 [INFO] [stdout] | [INFO] [stdout] 173 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:174:31 [INFO] [stdout] | [INFO] [stdout] 174 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:175:32 [INFO] [stdout] | [INFO] [stdout] 175 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:176:33 [INFO] [stdout] | [INFO] [stdout] 176 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:177:31 [INFO] [stdout] | [INFO] [stdout] 177 | self.width as uint * 3, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 190 | let identifier = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:196:49 [INFO] [stdout] | [INFO] [stdout] 196 | _ => return Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 206 | let b = io_try!(self.read_block()); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 217 | let size = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 220 | let fields = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 221 | self.delay = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 222 | let trans = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 229 | let _term = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 235 | let size = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:236:51 [INFO] [stdout] | [INFO] [stdout] 236 | let _ = io_try!(self.r.read_exact(size as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 236 | let _ = io_try!(self.r.read_exact(size as uint)); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 239 | let b = io_try!(self.read_block()); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 250 | self.width = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 251 | self.height = io_try!(self.r.read_le_u16()); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:252:52 [INFO] [stdout] | [INFO] [stdout] 252 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:252:74 [INFO] [stdout] | [INFO] [stdout] 252 | 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[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 254 | let fields = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:259:40 [INFO] [stdout] | [INFO] [stdout] 259 | 1 << ((fields & 7) + 1) as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 265 | let b = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 269 | let _aspect_ratio = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 271 | let buf = io_try!(self.r.read_exact(3 * entries)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 291 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:299:19 [INFO] [stdout] | [INFO] [stdout] 299 | Ok(color::RGB(8)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 299 | Ok(color::Rgb(8)) [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:302:42 [INFO] [stdout] | [INFO] [stdout] 291 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 302 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:304:30 [INFO] [stdout] | [INFO] [stdout] 304 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:314:59 [INFO] [stdout] | [INFO] [stdout] 314 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:315:30 [INFO] [stdout] | [INFO] [stdout] 315 | 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, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 326 | let block = io_try!(self.r.read_u8()); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:335:46 [INFO] [stdout] | [INFO] [stdout] 335 | _ => return Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageEnd` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:341:20 [INFO] [stdout] | [INFO] [stdout] 341 | Err(image::ImageEnd) [INFO] [stdout] | ^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::ImageEnd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:347:21 [INFO] [stdout] | [INFO] [stdout] 347 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:348:21 [INFO] [stdout] | [INFO] [stdout] 348 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:349:24 [INFO] [stdout] | [INFO] [stdout] 349 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:350:25 [INFO] [stdout] | [INFO] [stdout] 350 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:351:25 [INFO] [stdout] | [INFO] [stdout] 351 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:355:14 [INFO] [stdout] | [INFO] [stdout] 355 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/decoder.rs:363:46 [INFO] [stdout] | [INFO] [stdout] 363 | 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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:106:50 [INFO] [stdout] | [INFO] [stdout] 106 | self.dict.as_mut_slice()[code as uint] = Some(self.prev.clone() + vec![self.prev[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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:111:44 [INFO] [stdout] | [INFO] [stdout] 111 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:113:60 [INFO] [stdout] | [INFO] [stdout] 113 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:116:61 [INFO] [stdout] | [INFO] [stdout] 116 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:121:43 [INFO] [stdout] | [INFO] [stdout] 121 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:123:41 [INFO] [stdout] | [INFO] [stdout] 123 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:133:52 [INFO] [stdout] | [INFO] [stdout] 132 | impl Reader for LZWReader { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 133 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:139:28 [INFO] [stdout] | [INFO] [stdout] 139 | 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/rust-image-484c00a187a6fc26/80a982e/./src/gif/lzw.rs:139:47 [INFO] [stdout] | [INFO] [stdout] 139 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:74:52 [INFO] [stdout] | [INFO] [stdout] 72 | impl Reader for SmartReader { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 73 | #[inline] [INFO] [stdout] 74 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:125:18 [INFO] [stdout] | [INFO] [stdout] 125 | 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[E0425]: cannot find value `LittleEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:129:42 [INFO] [stdout] | [INFO] [stdout] 129 | reader: SmartReader::wrap(r, LittleEndian), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::LittleEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LittleEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | byte_order: LittleEndian, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::LittleEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BlackIsZero` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:137:41 [INFO] [stdout] | [INFO] [stdout] 137 | photometric_interpretation: BlackIsZero, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::PhotometricInterpretation::BlackIsZero; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NoCompression` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:138:33 [INFO] [stdout] | [INFO] [stdout] 138 | compression_method: NoCompression [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::CompressionMethod::NoCompression; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 143 | match io_try!(self.reader.read_exact(2)).as_slice() { [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LittleEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:145:35 [INFO] [stdout] | [INFO] [stdout] 145 | self.byte_order = LittleEndian; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::LittleEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LittleEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:146:42 [INFO] [stdout] | [INFO] [stdout] 146 | self.reader.byte_order = LittleEndian; }, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::LittleEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BigEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:148:35 [INFO] [stdout] | [INFO] [stdout] 148 | self.byte_order = BigEndian; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::BigEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BigEndian` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:149:42 [INFO] [stdout] | [INFO] [stdout] 149 | self.reader.byte_order = BigEndian; }, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ByteOrder::BigEndian; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:150:36 [INFO] [stdout] | [INFO] [stdout] 150 | _ => return Err(image::FormatError( [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 154 | if io_try!(self.read_short()) != 42 { [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:155:31 [INFO] [stdout] | [INFO] [stdout] 155 | return Err(image::FormatError("TIFF signature invalid.".to_string())) [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] ... [INFO] [stdout] 157 | self.next_ifd = match io_try!(self.read_long()) { [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `io_try` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageWidth` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:175:49 [INFO] [stdout] | [INFO] [stdout] 175 | self.width = try!(self.get_tag_u32(ifd::ImageWidth)); [INFO] [stdout] | ^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ImageWidth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageLength` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:176:50 [INFO] [stdout] | [INFO] [stdout] 176 | self.height = try!(self.get_tag_u32(ifd::ImageLength)); [INFO] [stdout] | ^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ImageLength; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PhotometricInterpretation` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:178:40 [INFO] [stdout] | [INFO] [stdout] 178 | try!(self.get_tag_u32(ifd::PhotometricInterpretation)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::PhotometricInterpretation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | None => return Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Compression` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:185:43 [INFO] [stdout] | [INFO] [stdout] 185 | match try!(self.find_tag_u32(ifd::Compression)) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::Compression; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:190:43 [INFO] [stdout] | [INFO] [stdout] 190 | None => return Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SamplesPerPixel` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:196:43 [INFO] [stdout] | [INFO] [stdout] 196 | match try!(self.find_tag_u32(ifd::SamplesPerPixel)) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::SamplesPerPixel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BitsPerSample` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:204:51 [INFO] [stdout] | [INFO] [stdout] 204 | match try!(self.find_tag_u32(ifd::BitsPerSample)) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::BitsPerSample; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:211:36 [INFO] [stdout] | [INFO] [stdout] 211 | _ => return Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:388:9 [INFO] [stdout] | [INFO] [stdout] 388 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:388:18 [INFO] [stdout] | [INFO] [stdout] 388 | 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[E0425]: cannot find function, tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:397:46 [INFO] [stdout] | [INFO] [stdout] 397 | ([ 8, 8, 8], RGB) => Ok(color::RGB(8)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 397 | ([ 8, 8, 8], RGB) => Ok(color::Rgb(8)), [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::PhotometricInterpretation::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:398:46 [INFO] [stdout] | [INFO] [stdout] 398 | ([16, 16, 16], RGB) => Ok(color::RGB(16)), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 398 | ([16, 16, 16], RGB) => Ok(color::Rgb(16)), [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::PhotometricInterpretation::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:400:47 [INFO] [stdout] | [INFO] [stdout] 400 | |([ n], WhiteIsZero) => Ok(color::Grey(n)), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:401:49 [INFO] [stdout] | [INFO] [stdout] 401 | (bits, mode) => return Err(::image::UnsupportedError(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:407:42 [INFO] [stdout] | [INFO] [stdout] 388 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 407 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:417:28 [INFO] [stdout] | [INFO] [stdout] 417 | 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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:418:30 [INFO] [stdout] | [INFO] [stdout] 418 | * self.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/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:419:64 [INFO] [stdout] | [INFO] [stdout] 419 | * self.bits_per_sample.iter().map(|&x| x).sum() as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `StripOffsets` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:425:70 [INFO] [stdout] | [INFO] [stdout] 425 | for (&offset, &byte_count) in try!(self.get_tag_u32_vec(ifd::StripOffsets)) [INFO] [stdout] | ^^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::StripOffsets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `StripByteCounts` in module `ifd` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/decoder.rs:426:52 [INFO] [stdout] | [INFO] [stdout] 426 | .iter().zip(try!(self.get_tag_u32_vec(ifd::StripByteCounts)).iter()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `ifd` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::StripByteCounts; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PhotometricInterpretation` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | PhotometricInterpretation 262; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::PhotometricInterpretation; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Compression` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Compression 259; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::Compression; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageLength` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | ImageLength 257; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ImageLength; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ImageWidth` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | ImageWidth 256; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ImageWidth; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ResolutionUnit` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | ResolutionUnit 296; // 1 or 2 or 3 [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ResolutionUnit; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `XResolution` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | XResolution 282; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::XResolution; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `YResolution` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | YResolution 283; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::YResolution; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RowsPerStrip` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | RowsPerStrip 278; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::RowsPerStrip; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `StripOffsets` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | StripOffsets 273; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::StripOffsets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `StripByteCounts` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | StripByteCounts 279; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::StripByteCounts; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BitsPerSample` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | BitsPerSample 258; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::BitsPerSample; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ColorMap` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | ColorMap 320; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::ColorMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SamplesPerPixel` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | SamplesPerPixel 277; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::SamplesPerPixel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Unknown` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | Unknown(n) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 38 | / tags!{ [INFO] [stdout] 39 | | // bilevel images [INFO] [stdout] 40 | | PhotometricInterpretation 262; [INFO] [stdout] 41 | | Compression 259; [INFO] [stdout] ... | [INFO] [stdout] 55 | | SamplesPerPixel 277; [INFO] [stdout] 56 | | } [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] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::rt::v1::Alignment::Unknown; [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Tag::Unknown; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsigned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | Unsigned(val) => Ok(val), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Value::Unsigned; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:78:33 [INFO] [stdout] | [INFO] [stdout] 78 | val => Err(::image::FormatError(format!( [INFO] [stdout] | ^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::FormatError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `List` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | List(vec) => { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Value::List; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsigned` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | Unsigned(val) => Ok(vec![val]), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::ifd::Value::Unsigned; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `std::fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:104:18 [INFO] [stdout] | [INFO] [stdout] 104 | impl ::std::fmt::Show for Entry { [INFO] [stdout] | ^^^^ not found in `std::fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FormatError` in module `std::fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:105:78 [INFO] [stdout] | [INFO] [stdout] 105 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), ::std::fmt::FormatError> { [INFO] [stdout] | ^^^^^^^^^^^ not found in `std::fmt` [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::FormatError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 105 | fn fmt(&self, fmt: &mut ::std::fmt::Formatter) -> Result<(), 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | 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] 32 | IoError(ImageError), [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 32 | IoError(io::Error), [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:72:42 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait ImageDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 72 | fn row_len(&mut self) -> ImageResult; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DimensionError` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | return Err(DimensionError) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::DimensionError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:96:48 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:96:64 [INFO] [stdout] | [INFO] [stdout] 96 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:109:48 [INFO] [stdout] | [INFO] [stdout] 109 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:110:50 [INFO] [stdout] | [INFO] [stdout] 110 | ... .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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:112:60 [INFO] [stdout] | [INFO] [stdout] 112 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:113:54 [INFO] [stdout] | [INFO] [stdout] 113 | ... .slice_to_mut(width as uint * bpp); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | impl<'a, T: Primitive, P: Pixel, I: GenericImage

> Iterator<(u32, u32, P)> for Pixels<'a, I> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | impl<'a, T: Primitive, P: Pixel, I: MutableRefImage

> Iterator<(u32, u32, &'a mut P)> for MutPixels<'a, I> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | impl> ImageBuf

{ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:253:57 [INFO] [stdout] | [INFO] [stdout] 253 | let pixels = Vec::from_elem((width * height) as uint, pixel.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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:265:73 [INFO] [stdout] | [INFO] [stdout] 265 | let mut pixels: Vec

= Vec::with_capacity((width * height) 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | 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 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:268:22 [INFO] [stdout] | [INFO] [stdout] 268 | 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 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:269:50 [INFO] [stdout] | [INFO] [stdout] 269 | pixels.insert((y * width + x) as uint, f(x, y)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:269:56 [INFO] [stdout] | [INFO] [stdout] 269 | pixels.insert((y * width + x) as uint, f(x, y)); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:287:43 [INFO] [stdout] | [INFO] [stdout] 287 | let buf = Vec::from_elem(width as uint * height as uint, pixel.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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:287:60 [INFO] [stdout] | [INFO] [stdout] 287 | let buf = Vec::from_elem(width as uint * height as uint, pixel.clone()); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | impl + Clone + Copy> GenericImage

for ImageBuf

{ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:340:30 [INFO] [stdout] | [INFO] [stdout] 340 | self.pixels[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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:347:22 [INFO] [stdout] | [INFO] [stdout] 347 | buf[index as uint] = pixel; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:351:9 [INFO] [stdout] | [INFO] [stdout] 351 | impl + Clone + Copy> MutableRefImage

for ImageBuf

{ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:355:38 [INFO] [stdout] | [INFO] [stdout] 355 | self.pixels.get_mut(index as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:359:33 [INFO] [stdout] | [INFO] [stdout] 359 | impl> Index<(u32, u32), P> for ImageBuf

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:359:9 [INFO] [stdout] | [INFO] [stdout] 359 | impl> Index<(u32, u32), P> for ImageBuf

{ [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:364:31 [INFO] [stdout] | [INFO] [stdout] 364 | &self.pixels[index as uint] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:377:13 [INFO] [stdout] | [INFO] [stdout] 377 | impl<'a, T: Primitive, P: Pixel, I: GenericImage

> SubImage<'a, 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | 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/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:408:22 [INFO] [stdout] | [INFO] [stdout] 408 | 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[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | impl<'a, T: Primitive, P: Pixel, I: GenericImage

> GenericImage

for SubImage<'a, I> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/image.rs:436:13 [INFO] [stdout] | [INFO] [stdout] 436 | impl<'a, T: Primitive, P: Pixel, I: MutableRefImage

> MutableRefImage

for SubImage<'a, I> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 82 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 83 | | let (w, h) = p.dimensions(); [INFO] [stdout] 84 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 85 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 88 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 89 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:84:54 [INFO] [stdout] | [INFO] [stdout] 84 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:84:66 [INFO] [stdout] | [INFO] [stdout] 84 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 82 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 83 | | let (w, h) = p.dimensions(); [INFO] [stdout] 84 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 85 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 88 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 89 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 82 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 83 | | let (w, h) = p.dimensions(); [INFO] [stdout] 84 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 85 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 88 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 89 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 82 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 83 | | let (w, h) = p.dimensions(); [INFO] [stdout] 84 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 85 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 88 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 89 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 94 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 95 | | let (w, h) = p.dimensions(); [INFO] [stdout] 96 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 97 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 100 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 101 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:96:54 [INFO] [stdout] | [INFO] [stdout] 96 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:96:66 [INFO] [stdout] | [INFO] [stdout] 96 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 94 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 95 | | let (w, h) = p.dimensions(); [INFO] [stdout] 96 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 97 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 100 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 101 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 94 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 95 | | let (w, h) = p.dimensions(); [INFO] [stdout] 96 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 97 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 100 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 101 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 94 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 95 | | let (w, h) = p.dimensions(); [INFO] [stdout] 96 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 97 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 100 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 101 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 106 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 107 | | let (w, h) = p.dimensions(); [INFO] [stdout] 108 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 109 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 112 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 113 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:108:54 [INFO] [stdout] | [INFO] [stdout] 108 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:108:66 [INFO] [stdout] | [INFO] [stdout] 108 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 106 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 107 | | let (w, h) = p.dimensions(); [INFO] [stdout] 108 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 109 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 112 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 113 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 106 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 107 | | let (w, h) = p.dimensions(); [INFO] [stdout] 108 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 109 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 112 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 113 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 106 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 107 | | let (w, h) = p.dimensions(); [INFO] [stdout] 108 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 109 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 112 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 113 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 118 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 119 | | let (w, h) = p.dimensions(); [INFO] [stdout] 120 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 121 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 124 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 125 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:120:54 [INFO] [stdout] | [INFO] [stdout] 120 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:120:66 [INFO] [stdout] | [INFO] [stdout] 120 | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 118 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 119 | | let (w, h) = p.dimensions(); [INFO] [stdout] 120 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 121 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 124 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 125 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 118 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 119 | | let (w, h) = p.dimensions(); [INFO] [stdout] 120 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 121 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 124 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 125 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 118 | / dynamic_map!(*self, ref p -> { [INFO] [stdout] 119 | | let (w, h) = p.dimensions(); [INFO] [stdout] 120 | | let mut pixels = Vec::with_capacity(w as uint * h as uint); [INFO] [stdout] 121 | | for (_, _, pix) in p.pixels() { [INFO] [stdout] ... | [INFO] [stdout] 124 | | ImageBuf::from_pixels(pixels, w, h) [INFO] [stdout] 125 | | }) [INFO] [stdout] | |__________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:53:25 [INFO] [stdout] | [INFO] [stdout] 53 | ImageLuma8(ref mut $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:53:55 [INFO] [stdout] | [INFO] [stdout] 53 | ImageLuma8(ref mut $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:54:25 [INFO] [stdout] | [INFO] [stdout] 54 | ImageLumaA8(ref mut $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:54:56 [INFO] [stdout] | [INFO] [stdout] 54 | ImageLumaA8(ref mut $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:55:25 [INFO] [stdout] | [INFO] [stdout] 55 | ImageRgb8(ref mut $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:55:54 [INFO] [stdout] | [INFO] [stdout] 55 | ImageRgb8(ref mut $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | ImageRgba8(ref mut $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:56:55 [INFO] [stdout] | [INFO] [stdout] 56 | ImageRgba8(ref mut $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 135 | dynamic_map!(*self, ref mut p => imageops::crop(p, x, y, width, height).to_image()) [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | ImageRgb8(ref p) => Some(p), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | ImageRgb8(ref mut p) => Some(p), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | ImageRgba8(ref p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | ImageRgba8(ref mut p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | ImageLuma8(ref p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | ImageLuma8(ref mut p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | ImageLumaA8(ref p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | ImageLumaA8(ref mut p) => Some(p), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | ImageLuma8(_) => color::Grey(8), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:210:37 [INFO] [stdout] | [INFO] [stdout] 210 | ImageLuma8(_) => color::Grey(8), [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:211:13 [INFO] [stdout] | [INFO] [stdout] 211 | ImageLumaA8(_) => color::GreyA(8), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GreyA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | ImageLumaA8(_) => color::GreyA(8), [INFO] [stdout] | ^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | ImageRgb8(_) => color::RGB(8), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:212:36 [INFO] [stdout] | [INFO] [stdout] 212 | ImageRgb8(_) => color::RGB(8), [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 212 | ImageRgb8(_) => color::Rgb(8), [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | ImageRgba8(_) => color::RGBA(8), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGBA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:213:37 [INFO] [stdout] | [INFO] [stdout] 213 | ImageRgba8(_) => color::RGBA(8), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 213 | ImageRgba8(_) => color::Rgba(8), [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | ImageLuma8(ref p) => ImageLuma8(p.clone()), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:220:34 [INFO] [stdout] | [INFO] [stdout] 220 | ImageLuma8(ref p) => ImageLuma8(p.clone()), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | ImageLumaA8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:221:35 [INFO] [stdout] | [INFO] [stdout] 221 | ImageLumaA8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:222:13 [INFO] [stdout] | [INFO] [stdout] 222 | ImageRgb8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:222:33 [INFO] [stdout] | [INFO] [stdout] 222 | ImageRgb8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:223:13 [INFO] [stdout] | [INFO] [stdout] 223 | ImageRgba8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:223:34 [INFO] [stdout] | [INFO] [stdout] 223 | ImageRgba8(ref p) => ImageLuma8(imageops::grayscale(p)), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | ImageLuma8(ref mut $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 230 | dynamic_map!(*self, ref mut p -> imageops::invert(p)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | ImageLumaA8(ref mut $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 230 | dynamic_map!(*self, ref mut p -> imageops::invert(p)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | ImageRgb8(ref mut $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 230 | dynamic_map!(*self, ref mut p -> imageops::invert(p)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:74:25 [INFO] [stdout] | [INFO] [stdout] 74 | ImageRgba8(ref mut $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 230 | dynamic_map!(*self, ref mut p -> imageops::invert(p)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 266 | dynamic_map!(*self, ref p => imageops::resize(p, nwidth, nheight, filter)) [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 272 | dynamic_map!(*self, ref p => imageops::blur(p, sigma)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 280 | dynamic_map!(*self, ref p => imageops::unsharpen(p, sigma, threshold)) [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 290 | dynamic_map!(*self, ref p => imageops::filter3x3(p, kernel)) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 297 | dynamic_map!(*self, ref p => imageops::contrast(p, c)) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 304 | dynamic_map!(*self, ref p => imageops::brighten(p, value)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 309 | dynamic_map!(*self, ref p => imageops::flip_vertical(p)) [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 314 | dynamic_map!(*self, ref p => imageops::flip_horizontal(p)) [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 319 | dynamic_map!(*self, ref p => imageops::rotate90(p)) [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 324 | dynamic_map!(*self, ref p => imageops::rotate180(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | ImageLuma8(ref $image) => ImageLuma8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:45:52 [INFO] [stdout] | [INFO] [stdout] 45 | ImageLumaA8(ref $image) => ImageLumaA8($action), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | ImageRgb8(ref $image) => ImageRgb8($action), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:47:51 [INFO] [stdout] | [INFO] [stdout] 47 | ImageRgba8(ref $image) => ImageRgba8($action), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 329 | dynamic_map!(*self, ref p => imageops::rotate270(p)) [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:333:20 [INFO] [stdout] | [INFO] [stdout] 333 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:333:69 [INFO] [stdout] | [INFO] [stdout] 333 | 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[E0531]: cannot find unit struct, unit variant or constant `PNG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:339:20 [INFO] [stdout] | [INFO] [stdout] 339 | image::PNG => { [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::PNG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `PPM` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:346:20 [INFO] [stdout] | [INFO] [stdout] 346 | image::PPM => { [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::PPM; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `JPEG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:353:20 [INFO] [stdout] | [INFO] [stdout] 353 | image::JPEG => { [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::JPEG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:360:29 [INFO] [stdout] | [INFO] [stdout] 360 | _ => Err(image::UnsupportedError( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 371 | dynamic_map!(*self, ref p -> p.dimensions()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 371 | dynamic_map!(*self, ref p -> p.dimensions()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 371 | dynamic_map!(*self, ref p -> p.dimensions()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 371 | dynamic_map!(*self, ref p -> p.dimensions()) [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 375 | dynamic_map!(*self, ref p -> p.bounds()) [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 375 | dynamic_map!(*self, ref p -> p.bounds()) [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 375 | dynamic_map!(*self, ref p -> p.bounds()) [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 375 | dynamic_map!(*self, ref p -> p.bounds()) [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | ImageLuma8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 379 | dynamic_map!(*self, ref p -> p.get_pixel(x, y).to_rgba()) [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ImageLumaA8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 379 | dynamic_map!(*self, ref p -> p.get_pixel(x, y).to_rgba()) [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:64:25 [INFO] [stdout] | [INFO] [stdout] 64 | ImageRgb8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 379 | dynamic_map!(*self, ref p -> p.get_pixel(x, y).to_rgba()) [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | ImageRgba8(ref $image) => $action, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 379 | dynamic_map!(*self, ref p -> p.get_pixel(x, y).to_rgba()) [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `dynamic_map` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | ImageLuma8(ref mut p) => p.put_pixel(x, y, pixel.to_luma()), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | ImageLumaA8(ref mut p) => p.put_pixel(x, y, pixel.to_luma_alpha()), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:386:13 [INFO] [stdout] | [INFO] [stdout] 386 | ImageRgb8(ref mut p) => p.put_pixel(x, y, pixel.to_rgb()), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:387:13 [INFO] [stdout] | [INFO] [stdout] 387 | ImageRgba8(ref mut p) => p.put_pixel(x, y, pixel), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGB` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | color::RGB(8) => { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 426 | color::Rgb(8) => { [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:427:13 [INFO] [stdout] | [INFO] [stdout] 427 | ImageRgb8(ImageBuf::from_pixels(transmute_vec(buf), w, h)) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGBA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:430:16 [INFO] [stdout] | [INFO] [stdout] 430 | color::RGBA(8) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 430 | color::Rgba(8) => { [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:431:13 [INFO] [stdout] | [INFO] [stdout] 431 | ImageRgba8(ImageBuf::from_pixels(transmute_vec(buf), w, h)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:434:16 [INFO] [stdout] | [INFO] [stdout] 434 | color::Grey(8) => { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:435:13 [INFO] [stdout] | [INFO] [stdout] 435 | ImageLuma8(ImageBuf::from_pixels(transmute_vec(buf), w, h)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GreyA` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:438:16 [INFO] [stdout] | [INFO] [stdout] 438 | color::GreyA(8) => { [INFO] [stdout] | ^^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | ImageLumaA8(ImageBuf::from_pixels(transmute_vec(buf), w, h)) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in module `color` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:441:16 [INFO] [stdout] | [INFO] [stdout] 441 | color::Grey(bit_depth) if bit_depth == 1 || bit_depth == 2 || bit_depth == 4 => { [INFO] [stdout] | ^^^^ not found in `color` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:442:45 [INFO] [stdout] | [INFO] [stdout] 442 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:443:60 [INFO] [stdout] | [INFO] [stdout] 443 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:447:34 [INFO] [stdout] | [INFO] [stdout] 447 | ... 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:448:39 [INFO] [stdout] | [INFO] [stdout] 448 | ... .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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:453:54 [INFO] [stdout] | [INFO] [stdout] 453 | ... (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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:453:72 [INFO] [stdout] | [INFO] [stdout] 453 | ... (pixel & mask << shift as uint) >> shift as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:457:13 [INFO] [stdout] | [INFO] [stdout] 457 | ImageLuma8(ImageBuf::from_pixels(p, w, h)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedColor` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:459:32 [INFO] [stdout] | [INFO] [stdout] 459 | _ => return Err(image::UnsupportedColor(color)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedColor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLuma8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:470:9 [INFO] [stdout] | [INFO] [stdout] 470 | ImageLuma8(ref a) => { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLuma8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageLumaA8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:476:9 [INFO] [stdout] | [INFO] [stdout] 476 | ImageLumaA8(ref a) => { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageLumaA8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgb8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:484:9 [INFO] [stdout] | [INFO] [stdout] 484 | ImageRgb8(ref a) => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgb8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ImageRgba8` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:493:9 [INFO] [stdout] | [INFO] [stdout] 493 | ImageRgba8(ref a) => { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use DynamicImage::ImageRgba8; [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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:509:20 [INFO] [stdout] | [INFO] [stdout] 509 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:510:25 [INFO] [stdout] | [INFO] [stdout] 510 | 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[E0425]: cannot find function, tuple struct or tuple variant `IoError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:512:39 [INFO] [stdout] | [INFO] [stdout] 512 | Err(err) => return Err(image::IoError(err)) [INFO] [stdout] | ^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `JPEG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:520:26 [INFO] [stdout] | [INFO] [stdout] 520 | "jpeg" => image::JPEG, [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::JPEG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PNG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:521:26 [INFO] [stdout] | [INFO] [stdout] 521 | "png" => image::PNG, [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::PNG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GIF` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:522:26 [INFO] [stdout] | [INFO] [stdout] 522 | "gif" => image::GIF, [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::GIF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WEBP` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:523:26 [INFO] [stdout] | [INFO] [stdout] 523 | "webp" => image::WEBP, [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::WEBP; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TIFF` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:525:26 [INFO] [stdout] | [INFO] [stdout] 525 | "tiff" => image::TIFF, [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::TIFF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:526:37 [INFO] [stdout] | [INFO] [stdout] 526 | format => return Err(image::UnsupportedError(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:542:27 [INFO] [stdout] | [INFO] [stdout] 542 | 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 `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:542:103 [INFO] [stdout] | [INFO] [stdout] 542 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:543:25 [INFO] [stdout] | [INFO] [stdout] 543 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:551:27 [INFO] [stdout] | [INFO] [stdout] 551 | format => Err(io::IoError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 551 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:552:23 [INFO] [stdout] | [INFO] [stdout] 552 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:563:16 [INFO] [stdout] | [INFO] [stdout] 563 | 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/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:563:23 [INFO] [stdout] | [INFO] [stdout] 563 | 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[E0531]: cannot find unit struct, unit variant or constant `PNG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:565:16 [INFO] [stdout] | [INFO] [stdout] 565 | image::PNG => decoder_to_image(png::PNGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::PNG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `GIF` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:566:16 [INFO] [stdout] | [INFO] [stdout] 566 | image::GIF => decoder_to_image(gif::GIFDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::GIF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `JPEG` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:567:16 [INFO] [stdout] | [INFO] [stdout] 567 | image::JPEG => decoder_to_image(jpeg::JPEGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::JPEG; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `WEBP` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:568:16 [INFO] [stdout] | [INFO] [stdout] 568 | image::WEBP => decoder_to_image(webp::WebpDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::WEBP; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `TIFF` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:569:16 [INFO] [stdout] | [INFO] [stdout] 569 | image::TIFF => decoder_to_image(try!(tiff::TIFFDecoder::new(r))), [INFO] [stdout] | ^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageFormat::TIFF; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UnsupportedError` in module `image` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/dynimage.rs:570:25 [INFO] [stdout] | [INFO] [stdout] 570 | _ => Err(image::UnsupportedError(format!("A decoder for {} is not available.", format))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in `image` [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::UnsupportedError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn bits_per_pixel(c: ColorType) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | Grey(n) => n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | Grey(n) => n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | RGB(n) => 3 * n as uint, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 34 | Rgb(n) => 3 * n as uint, [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | RGB(n) => 3 * n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | Palette(n) => 3 * n as uint, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | Palette(n) => 3 * n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GreyA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | GreyA(n) => 2 * n as uint, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | GreyA(n) => 2 * n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGBA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | RGBA(n) => 4 * n as uint, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 37 | Rgba(n) => 4 * n as uint, [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | RGBA(n) => 4 * n as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn num_components(c: ColorType) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Grey` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | Grey(_) => 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::Grey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | RGB(_) => 3, [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub struct Rgb(pub T, pub T, pub T); [INFO] [stdout] | --------------------------------------- similarly named tuple struct `Rgb` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 45 | Rgb(_) => 3, [INFO] [stdout] | ~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::RGB; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Palette` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | Palette(_) => 3, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::Palette; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `GreyA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | GreyA(_) => 2, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::GreyA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RGBA` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | RGBA(_) => 4, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | pub struct Rgba(pub T, pub T, pub T, pub T); [INFO] [stdout] | ----------------------------------------------- similarly named tuple struct `Rgba` defined here [INFO] [stdout] | [INFO] [stdout] help: a tuple struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 48 | Rgba(_) => 4, [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 2 | use ColorType::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | impl Luma { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | impl SafeToTransmute for Luma {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | impl LumaA { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | impl SafeToTransmute for LumaA {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | impl Rgb { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | impl SafeToTransmute for Rgb {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | impl Rgba { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | impl SafeToTransmute for Rgba {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:167:11 [INFO] [stdout] | [INFO] [stdout] 167 | impl < T: Primitive + Default > Pixel for Rgb { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:179:19 [INFO] [stdout] | [INFO] [stdout] 179 | Luma(num::cast::(l).unwrap()) [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:213:18 [INFO] [stdout] | [INFO] [stdout] 213 | let r1 = f(r); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | let g1 = f(g); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:215:18 [INFO] [stdout] | [INFO] [stdout] 215 | let b1 = f(b); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:221:18 [INFO] [stdout] | [INFO] [stdout] 221 | self.map(f) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:229:18 [INFO] [stdout] | [INFO] [stdout] 229 | let r3 = f(r1, r2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:230:18 [INFO] [stdout] | [INFO] [stdout] 230 | let g3 = f(g1, g2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:231:18 [INFO] [stdout] | [INFO] [stdout] 231 | let b3 = f(b1, b2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:243:11 [INFO] [stdout] | [INFO] [stdout] 243 | impl < T: Primitive + Default > Pixel for Rgba { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | let r1 = f(r); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:282:18 [INFO] [stdout] | [INFO] [stdout] 282 | let g1 = f(g); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:283:18 [INFO] [stdout] | [INFO] [stdout] 283 | let b1 = f(b); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:284:18 [INFO] [stdout] | [INFO] [stdout] 284 | let a1 = f(a); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:292:18 [INFO] [stdout] | [INFO] [stdout] 292 | let r1 = f(r); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:293:18 [INFO] [stdout] | [INFO] [stdout] 293 | let g1 = f(g); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:294:18 [INFO] [stdout] | [INFO] [stdout] 294 | let b1 = f(b); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `h` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:295:18 [INFO] [stdout] | [INFO] [stdout] 295 | let a1 = h(a); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:304:18 [INFO] [stdout] | [INFO] [stdout] 304 | let r3 = f(r1, r2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:305:18 [INFO] [stdout] | [INFO] [stdout] 305 | let g3 = f(g1, g2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:306:18 [INFO] [stdout] | [INFO] [stdout] 306 | let b3 = f(b1, b2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:318:11 [INFO] [stdout] | [INFO] [stdout] 318 | impl < T: Primitive + Default > Pixel for Luma { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:356:18 [INFO] [stdout] | [INFO] [stdout] 356 | let l1 = f(l); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:362:18 [INFO] [stdout] | [INFO] [stdout] 362 | self.map(f) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:369:18 [INFO] [stdout] | [INFO] [stdout] 369 | let l3 = f(l1, l2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Primitive` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:382:11 [INFO] [stdout] | [INFO] [stdout] 382 | impl < T: Primitive + Default > Pixel for LumaA { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:422:18 [INFO] [stdout] | [INFO] [stdout] 422 | let l1 = f(l); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:423:18 [INFO] [stdout] | [INFO] [stdout] 423 | let a1 = f(a); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:431:18 [INFO] [stdout] | [INFO] [stdout] 431 | let l1 = f(l); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `g` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:432:18 [INFO] [stdout] | [INFO] [stdout] 432 | let a1 = g(a); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/color.rs:441:18 [INFO] [stdout] | [INFO] [stdout] 441 | let l3 = f(l1, l2); [INFO] [stdout] | ^ help: a local variable with a similar name exists: `b` [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/rust-image-484c00a187a6fc26/80a982e/./src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![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[E0658]: half-open range patterns are unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/rust-image-484c00a187a6fc26/80a982e/./src/tiff/ifd.rs:115:54 [INFO] [stdout] | [INFO] [stdout] 115 | 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 826 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0408, E0412, E0422, E0425, E0432, E0433, E0463, E0531... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `image` due to 827 previous errors [INFO] running `Command { std: "docker" "inspect" "c3b600283cfb1b33a70c66a42be2e4c2bb8681affc90bd277b5773a803b85352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3b600283cfb1b33a70c66a42be2e4c2bb8681affc90bd277b5773a803b85352", kill_on_drop: false }` [INFO] [stdout] c3b600283cfb1b33a70c66a42be2e4c2bb8681affc90bd277b5773a803b85352