[INFO] cloning repository https://github.com/willcrichton/gpe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willcrichton/gpe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcrichton%2Fgpe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcrichton%2Fgpe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e5ea419e209613f061b9ccb2d84e0d0355e52c83 [INFO] testing willcrichton/gpe against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillcrichton%2Fgpe" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/willcrichton/gpe on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/willcrichton/gpe [INFO] finished tweaking git repo https://github.com/willcrichton/gpe [INFO] tweaked toml for git repo https://github.com/willcrichton/gpe written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/willcrichton/gpe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/PistonDevelopers/image` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0af32a45d0d173c696e929008bdd3de291c7db99ba23eb132fee0aaa7d2c66c6 [INFO] running `Command { std: "docker" "start" "-a" "0af32a45d0d173c696e929008bdd3de291c7db99ba23eb132fee0aaa7d2c66c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0af32a45d0d173c696e929008bdd3de291c7db99ba23eb132fee0aaa7d2c66c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0af32a45d0d173c696e929008bdd3de291c7db99ba23eb132fee0aaa7d2c66c6", kill_on_drop: false }` [INFO] [stdout] 0af32a45d0d173c696e929008bdd3de291c7db99ba23eb132fee0aaa7d2c66c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1fb2cc14333f34843a0c47fde49c73e9c5580034dd0be039065489c0df836b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b1fb2cc14333f34843a0c47fde49c73e9c5580034dd0be039065489c0df836b0", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.1.1 [INFO] [stderr] Compiling image v0.2.0-alpha.2 (https://github.com/PistonDevelopers/image?rev=4e0dc6ac0509b92a33fadc2e06a2a7d035472322#4e0dc6ac) [INFO] [stdout] error[E0432]: unresolved import `std::io::Command` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `Command` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::process` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::process::InheritFd; [INFO] [stdout] | ^^^^^^^ could not find `process` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::os::getenv` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use std::os::getenv; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `getenv` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fs` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:91:18 [INFO] [stdout] | [INFO] [stdout] 91 | std::io::fs::mkdir_recursive(&obj.dir_path(), std::io::USER_RWX).unwrap(); [INFO] [stdout] | ^^ could not find `fs` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | pub include_directories: Vec, [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 `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | pub objects: Vec, [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: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | let src = Path::new(getenv("CARGO_MANIFEST_DIR").unwrap()); [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: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | let dst = Path::new(getenv("OUT_DIR").unwrap()); [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[E0425]: cannot find value `USER_RWX` in module `std::io` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:91:64 [INFO] [stdout] | [INFO] [stdout] 91 | std::io::fs::mkdir_recursive(&obj.dir_path(), std::io::USER_RWX).unwrap(); [INFO] [stdout] | ^^^^^^^^ not found in `std::io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Option` doesn't implement `std::fmt::Display` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | println!("{} = {}", v, r); [INFO] [stdout] | ^ `Option` cannot be formatted with the default formatter [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Display` is not implemented for `Option` [INFO] [stdout] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stdout] = note: this error originates in the macro `$crate::format_args_nl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | pub kernel: | f32 | : 'a -> f32, [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | for i in range(0u, 4) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | for i in range(0u, 4) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | for i in range(0u, 4) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | for i in range(0u, 4) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/vp8.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | static SEGMENT_ID_TREE: [i8, ..6] = [2, 4, -0, -1, -2, -3]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/decoder.rs:21:29 [INFO] [stdout] | [INFO] [stdout] 21 | pub static PNGSIGNATURE: [u8, ..8] = [137, 80, 78, 71, 13, 10, 26, 10]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/deflate.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | static CODEORDER: [u8, ..19] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/encoder.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | static STD_LUMA_QTABLE: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/decoder.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | pub static UNZIGZAG: [u8, ..64] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:42:39 [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= (byte as u32 << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | ^^ --- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= ((byte as u32) << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | let mut code = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:84:28 [INFO] [stdout] | [INFO] [stdout] 84 | for i in range(0u, 16) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0u, 16) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:166:43 [INFO] [stdout] | [INFO] [stdout] 166 | let mut mincode = Vec::from_elem(16, -1i); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:167:43 [INFO] [stdout] | [INFO] [stdout] 167 | let mut maxcode = Vec::from_elem(16, -1i); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:168:43 [INFO] [stdout] | [INFO] [stdout] 168 | let mut valptr = Vec::from_elem(16, -1i); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | for i in range(0u, 16) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:195:24 [INFO] [stdout] | [INFO] [stdout] 195 | for j in range(0u, 1 << r) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | for y in range(0u, 8) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:60:15 [INFO] [stdout] | [INFO] [stdout] 60 | if target.as_slice().contains("-ios") { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `;` or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | global_table: [(u8, u8, u8), ..256], [INFO] [stdout] | ^ expected one of `;` or `]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | 0u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:61:35 [INFO] [stdout] | [INFO] [stdout] 61 | cmd.args(ios_flags(target.as_slice()).as_slice()); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u32`, not a shift [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:70:45 [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= byte as u32 << self.num_bits as uint; [INFO] [stdout] | ^^ ----- interpreted as generic arguments [INFO] [stdout] | | [INFO] [stdout] | not interpreted as shift [INFO] [stdout] | [INFO] [stdout] help: try shifting the cast value [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= (byte as u32) << self.num_bits as uint; [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size as uint) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:236:50 [INFO] [stdout] | [INFO] [stdout] 116 | impl TIFFDecoder { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 236 | pub fn read_offset(&mut self) -> IoResult<[u8, ..4]> { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 377 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | offset: [u8, ..4], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:105:52 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `]` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `->`, `:`, `where`, `{`, `|`, or identifier, found `]` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:105:57 [INFO] [stdout] | [INFO] [stdout] 104 | impl Entry { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] ... [INFO] [stdout] 141 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:287:48 [INFO] [stdout] | [INFO] [stdout] 287 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:287:61 [INFO] [stdout] | [INFO] [stdout] 287 | 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[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | if target.as_slice().contains("i686") { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | macro_rules! dynamic_map( [INFO] [stdout] | _________________________^ [INFO] [stdout] 43 | | ($dynimage: expr, ref $image: ident => $action: expr) => ( [INFO] [stdout] 44 | | match $dynimage { [INFO] [stdout] 45 | | DynamicImage::ImageLuma8(ref $image) => DynamicImage::ImageLuma8($action), [INFO] [stdout] ... | [INFO] [stdout] 77 | | ); [INFO] [stdout] 78 | | ) [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 42 ~ macro_rules! dynamic_map{ [INFO] [stdout] 43 | ($dynimage: expr, ref $image: ident => $action: expr) => ( [INFO] [stdout] 44 | match $dynimage { [INFO] [stdout] 45 | DynamicImage::ImageLuma8(ref $image) => DynamicImage::ImageLuma8($action), [INFO] [stdout] 46 | DynamicImage::ImageLumaA8(ref $image) => DynamicImage::ImageLumaA8($action), [INFO] [stdout] 47 | DynamicImage::ImageRgb8(ref $image) => DynamicImage::ImageRgb8($action), [INFO] [stdout] ... [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 78 | ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:343:71 [INFO] [stdout] | [INFO] [stdout] 343 | try!(p.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 344 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:350:71 [INFO] [stdout] | [INFO] [stdout] 350 | try!(p.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 351 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `Ok` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:357:71 [INFO] [stdout] | [INFO] [stdout] 357 | try!(j.encode(bytes.as_slice(), width, height, color)) [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 358 | Ok(()) [INFO] [stdout] | -- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:195:22 [INFO] [stdout] | [INFO] [stdout] 195 | fn map(&self, f: | T | -> T) -> Self; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | } else if target.as_slice().contains("x86_64") { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:199:33 [INFO] [stdout] | [INFO] [stdout] 199 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:199:46 [INFO] [stdout] | [INFO] [stdout] 199 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:203:36 [INFO] [stdout] | [INFO] [stdout] 203 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:203:43 [INFO] [stdout] | [INFO] [stdout] 203 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:253:22 [INFO] [stdout] | [INFO] [stdout] 253 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:263:33 [INFO] [stdout] | [INFO] [stdout] 263 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:263:49 [INFO] [stdout] | [INFO] [stdout] 263 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:268:38 [INFO] [stdout] | [INFO] [stdout] 268 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:268:53 [INFO] [stdout] | [INFO] [stdout] 268 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:268:51 [INFO] [stdout] | [INFO] [stdout] 268 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 321 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:332:33 [INFO] [stdout] | [INFO] [stdout] 332 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:332:49 [INFO] [stdout] | [INFO] [stdout] 332 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:343:39 [INFO] [stdout] | [INFO] [stdout] 343 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:343:54 [INFO] [stdout] | [INFO] [stdout] 343 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:343:52 [INFO] [stdout] | [INFO] [stdout] 343 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:397:22 [INFO] [stdout] | [INFO] [stdout] 397 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:404:33 [INFO] [stdout] | [INFO] [stdout] 404 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:404:49 [INFO] [stdout] | [INFO] [stdout] 404 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:408:39 [INFO] [stdout] | [INFO] [stdout] 408 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:408:54 [INFO] [stdout] | [INFO] [stdout] 408 | fn map2(&self, other: Luma, f: | a: T, b: T | -> T) -> Luma { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | if !target.as_slice().contains("i686") { [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:408:52 [INFO] [stdout] | [INFO] [stdout] 408 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:462:22 [INFO] [stdout] | [INFO] [stdout] 462 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:471:33 [INFO] [stdout] | [INFO] [stdout] 471 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:471:49 [INFO] [stdout] | [INFO] [stdout] 471 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:480:40 [INFO] [stdout] | [INFO] [stdout] 480 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:480:55 [INFO] [stdout] | [INFO] [stdout] 480 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:480:53 [INFO] [stdout] | [INFO] [stdout] 480 | 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/image-ac7d41938885a19a/4e0dc6a/./src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | extern crate flate; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `slice` found for reference `&str` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:102:36 [INFO] [stdout] | [INFO] [stdout] 102 | dst.display(), output.slice(3, output.len() - 2)); [INFO] [stdout] | ^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:271:30 [INFO] [stdout] | [INFO] [stdout] 271 | let mut result = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:127:57 [INFO] [stdout] | [INFO] [stdout] 127 | let res = getenv(format!("{}_{}", var_base, target).as_slice()) [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:330:32 [INFO] [stdout] | [INFO] [stdout] 330 | for _ in range(0u, repeat_count) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Float` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 4 | Float, [INFO] [stdout] | ^^^^^ no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:128:65 [INFO] [stdout] | [INFO] [stdout] 128 | .or_else(|| getenv(format!("{}_{}", var_base, target_u).as_slice())) [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::cast`, `std::num::Float`, `std::num::FloatMath`, `std::num::SignedInt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | cast, [INFO] [stdout] | ^^^^ no `cast` in `num` [INFO] [stdout] 10 | Float, [INFO] [stdout] | ^^^^^ no `Float` in `num` [INFO] [stdout] 11 | FloatMath, [INFO] [stdout] | ^^^^^^^^^ no `FloatMath` in `num` [INFO] [stdout] 12 | SignedInt, [INFO] [stdout] | ^^^^^^^^^ no `SignedInt` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::MemReader` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::MemReader; [INFO] [stdout] | ^^^^^^^^^--------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `BufReader` [INFO] [stdout] | no `MemReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::vp8::Frame` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::vp8::Frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Frame` in `webp::vp8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::vp8::VP8Decoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use super::vp8::VP8Decoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `VP8Decoder` in `webp::vp8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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 `std::num::Int` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | use std::num::Int; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::PNGDecoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use self::decoder::PNGDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `PNGDecoder` in `png::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::num::SignedInt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::num::SignedInt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `SignedInt` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::MemWriter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | IoResult, [INFO] [stdout] | ^^^^^^^^ no `IoResult` in `io` [INFO] [stdout] 12 | MemWriter [INFO] [stdout] | ^^^^^^^^^ no `MemWriter` in `io` [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 11 | Result, [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 12 | BufWriter [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::hash::Crc32` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use super::hash::Crc32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `Crc32` in `png::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::decoder::PNGSIGNATURE` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use super::decoder::PNGSIGNATURE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PNGSIGNATURE` in `png::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::hash::Adler32` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::hash::Adler32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no `Adler32` in `png::hash` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::deflate::Inflater` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use super::deflate::Inflater; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Inflater` in `png::deflate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::JPEGDecoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use self::decoder::JPEGDecoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `JPEGDecoder` in `jpeg::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::encoder::JPEGEncoder` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/mod.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub use self::encoder::JPEGEncoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `JPEGEncoder` in `jpeg::encoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `self::decoder::Component` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use self::decoder::Component; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `Component` in `jpeg::decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:129:61 [INFO] [stdout] | [INFO] [stdout] 129 | .or_else(|| getenv(format!("{}_{}", kind, var_base).as_slice())) [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::iter::AdditiveIterator` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::IoResult; [INFO] [stdout] | ^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `IoResult` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::error::FromError` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::FromError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `FromError` in `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:333:18 [INFO] [stdout] | [INFO] [stdout] 333 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:343:18 [INFO] [stdout] | [INFO] [stdout] 343 | 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/image-ac7d41938885a19a/4e0dc6a/./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 imports `std::num::Float`, `std::num::Int`, `std::num::NumCast` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use std::num::{ Float, Int, NumCast }; [INFO] [stdout] | ^^^^^ ^^^ ^^^^^^^ no `NumCast` in `num` [INFO] [stdout] | | | [INFO] [stdout] | | no `Int` in `num` [INFO] [stdout] | no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 152 | .as_slice().words().map(|s| s.to_string()) [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_slice` found for struct `String` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gcc-0.1.1/src/lib.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | res.push(sdk_path.as_slice().trim()); [INFO] [stdout] | ^^^^^^^^ method not found in `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(FromPrimitive, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Default, Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:29:3 [INFO] [stdout] | [INFO] [stdout] 29 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:84:3 [INFO] [stdout] | [INFO] [stdout] 84 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:92:3 [INFO] [stdout] | [INFO] [stdout] 92 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | #[deriving(PartialEq, Eq, Show, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | / tags!{ [INFO] [stdout] 29 | | // bilevel images [INFO] [stdout] 30 | | PhotometricInterpretation 262; [INFO] [stdout] 31 | | Compression 259; [INFO] [stdout] ... | [INFO] [stdout] 45 | | SamplesPerPixel 277; [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `tags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:48:3 [INFO] [stdout] | [INFO] [stdout] 48 | #[deriving(Show, FromPrimitive)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gcc` due to 22 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:57:3 [INFO] [stdout] | [INFO] [stdout] 57 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/mod.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | #[deriving(Show, PartialEq, Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:50:3 [INFO] [stdout] | [INFO] [stdout] 50 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:265:3 [INFO] [stdout] | [INFO] [stdout] 265 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:27:3 [INFO] [stdout] | [INFO] [stdout] 27 | #[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/image-ac7d41938885a19a/4e0dc6a/./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 attribute `packed` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:112:3 [INFO] [stdout] | [INFO] [stdout] 112 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:113:3 [INFO] [stdout] | [INFO] [stdout] 113 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:135:3 [INFO] [stdout] | [INFO] [stdout] 135 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:136:3 [INFO] [stdout] | [INFO] [stdout] 136 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:151:3 [INFO] [stdout] | [INFO] [stdout] 151 | #[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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:152:3 [INFO] [stdout] | [INFO] [stdout] 152 | #[deriving(Default, PartialEq, Eq, Clone, Show, Copy)] [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/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | slice::bytes::copy_memory(buf, slice); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:134:16 [INFO] [stdout] | [INFO] [stdout] 134 | filter(FromPrimitive::from_u8(i as u8 + 1).unwrap(), bpp, previous, current); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:158:20 [INFO] [stdout] | [INFO] [stdout] 158 | slice::bytes::copy_memory(s, row); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | 0 => slice::bytes::copy_memory(out, row), [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | _ => slice::bytes::copy_memory(out, c.slice(stride, stride + rowlen)), [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | slice::bytes::copy_memory(p.as_mut_slice(), row); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `MemReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | let m = io::MemReader::new(data); [INFO] [stdout] | ^^^^^^^^^ could not find `MemReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:308:16 [INFO] [stdout] | [INFO] [stdout] 308 | slice::bytes::copy_memory(buf, slice); [INFO] [stdout] | ^^^^^ could not find `bytes` in `slice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:168:49 [INFO] [stdout] | [INFO] [stdout] 168 | self.photometric_interpretation = match FromPrimitive::from_u32( [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | Some(val) => match FromPrimitive::from_u32(val) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `bytes` in `slice` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:125:24 [INFO] [stdout] | [INFO] [stdout] 125 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:573:79 [INFO] [stdout] | [INFO] [stdout] 573 | image::ImageFormat::PNG => decoder_to_image(png::PNGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:574:79 [INFO] [stdout] | [INFO] [stdout] 574 | image::ImageFormat::GIF => decoder_to_image(gif::GIFDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:575:81 [INFO] [stdout] | [INFO] [stdout] 575 | image::ImageFormat::JPEG => decoder_to_image(jpeg::JPEGDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `BufferedReader` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:576:81 [INFO] [stdout] | [INFO] [stdout] 576 | image::ImageFormat::WEBP => decoder_to_image(webp::WebpDecoder::new(io::BufferedReader::new(r))), [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 73 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/colorops.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 105 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:152:14 [INFO] [stdout] | [INFO] [stdout] 152 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:167:21 [INFO] [stdout] | [INFO] [stdout] 167 | for outx in range(0, new_width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:183:22 [INFO] [stdout] | [INFO] [stdout] 183 | for i in range(left, right + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:239:14 [INFO] [stdout] | [INFO] [stdout] 239 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | for outy in range(0, new_height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:270:22 [INFO] [stdout] | [INFO] [stdout] 270 | for i in range(left, right + 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:320:18 [INFO] [stdout] | [INFO] [stdout] 320 | let taps: &[(int, int)] = &[ [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | let taps: &[(int, int)] = &[ [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:343:14 [INFO] [stdout] | [INFO] [stdout] 343 | for y in range(1, height - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:344:18 [INFO] [stdout] | [INFO] [stdout] 344 | for x in range(1, width - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:354:31 [INFO] [stdout] | [INFO] [stdout] 354 | let x0 = x as int + a; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:355:31 [INFO] [stdout] | [INFO] [stdout] 355 | let y0 = y as int + b; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:470:14 [INFO] [stdout] | [INFO] [stdout] 470 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/imageops/sample.rs:471:18 [INFO] [stdout] | [INFO] [stdout] 471 | 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 `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | impl WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 91 | impl ImageDecoder for WebpDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 102 | fn row_len(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:105:32 [INFO] [stdout] | [INFO] [stdout] 105 | Ok(self.frame.width as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:117:34 [INFO] [stdout] | [INFO] [stdout] 117 | self.decoded_rows as uint * rlen, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/decoder.rs:118:34 [INFO] [stdout] | [INFO] [stdout] 118 | self.decoded_rows as uint * rlen + rlen [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:46:14 [INFO] [stdout] | [INFO] [stdout] 46 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/webp/transform.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | for i in range(0u, 4) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | impl PPMEncoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `radix` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 42 | let w = fmt::radix(width, 10); [INFO] [stdout] | ^^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `radix` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | let h = fmt::radix(height, 10); [INFO] [stdout] | ^^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | for i in range(0, (width * height) as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:59:55 [INFO] [stdout] | [INFO] [stdout] 59 | for i in range(0, (width * height) as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:90:37 [INFO] [stdout] | [INFO] [stdout] 90 | Grey(n) => 2u16.pow(n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:91:37 [INFO] [stdout] | [INFO] [stdout] 91 | RGB(n) => 2u16.pow(n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:92:37 [INFO] [stdout] | [INFO] [stdout] 92 | Palette(n) => 2u16.pow(n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:93:37 [INFO] [stdout] | [INFO] [stdout] 93 | GreyA(n) => 2u16.pow(n as uint) - 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/ppm/encoder.rs:94:37 [INFO] [stdout] | [INFO] [stdout] 94 | RGBA(n) => 2u16.pow(n as uint) - 1 [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:32:42 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn unfilter(filter: FilterType, bpp: uint, previous: &[u8], current: &mut [u8]) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | for i in range(0, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:68:40 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn filter(method: FilterType, bpp: uint, previous: &[u8], current: &mut [u8]) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:75:22 [INFO] [stdout] | [INFO] [stdout] 75 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | for i in range(0, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | for i in range(0, bpp) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/filter.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | for i in range(bpp, len) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:78:74 [INFO] [stdout] | [INFO] [stdout] 78 | fn build_ihdr(width: u32, height: u32, c: color::ColorType) -> (Vec, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:120:51 [INFO] [stdout] | [INFO] [stdout] 120 | let bpp = ((channels * bit_depth + 7) / 8) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | fn select_filter(rowlength: uint, bpp: uint, previous: &[u8], current_s: &mut [u8]) -> u8 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:129:40 [INFO] [stdout] | [INFO] [stdout] 129 | fn select_filter(rowlength: uint, bpp: uint, previous: &[u8], current_s: &mut [u8]) -> u8 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:147:34 [INFO] [stdout] | [INFO] [stdout] 147 | fn build_idat(image: &[u8], bpp: uint, width: u32, height: u32) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:150:33 [INFO] [stdout] | [INFO] [stdout] 150 | let rowlen = bpp * width as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | let mut b = Vec::from_elem(height as uint + rowlen * height as uint, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:154:68 [INFO] [stdout] | [INFO] [stdout] 154 | let mut b = Vec::from_elem(height as uint + rowlen * height as uint, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:165:33 [INFO] [stdout] | [INFO] [stdout] 165 | let stride = (filter as uint - 1) * rowlen; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `deflate_bytes_zlib` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/encoder.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | deflate_bytes_zlib(b.as_slice()).unwrap().as_slice().to_vec() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | impl ZlibDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:71:52 [INFO] [stdout] | [INFO] [stdout] 70 | impl Reader for ZlibDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 71 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `standard_error` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 96 | ZlibState::End => Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EndOfFile` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/png/zlib.rs:96:58 [INFO] [stdout] | [INFO] [stdout] 96 | ZlibState::End => Err(io::standard_error(io::EndOfFile)) [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | valptr: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 7 | valptr: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | maxcode: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 9 | maxcode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | mincode: Vec, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 10 | mincode: Vec, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HuffTable { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | fn guarantee(&mut self, r: &mut R, n: u8) -> ImageResult<()> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:42:72 [INFO] [stdout] | [INFO] [stdout] 42 | self.bits |= (byte as u32 << (32 - 8)) >> self.num_bits as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn read_bit(&mut self, r: &mut R) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn receive(&mut self, r: &mut R, ssss: u8) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:61:65 [INFO] [stdout] | [INFO] [stdout] 61 | let bits = (self.bits & (0xFFFFFFFFu32 << (32 - ssss as uint))) >> (32 - ssss) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:61:91 [INFO] [stdout] | [INFO] [stdout] 61 | let bits = (self.bits & (0xFFFFFFFFu32 << (32 - ssss as uint))) >> (32 - ssss) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:68:28 [INFO] [stdout] | [INFO] [stdout] 68 | self.bits <<= n as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn decode_symbol(&mut self, r: &mut R, table: &HuffTable) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:76:46 [INFO] [stdout] | [INFO] [stdout] 76 | let (val, size) = table.lut[index as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:86:30 [INFO] [stdout] | [INFO] [stdout] 86 | code |= b as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:88:29 [INFO] [stdout] | [INFO] [stdout] 88 | if (code as int) <= table.maxcode[i] { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:90:41 [INFO] [stdout] | [INFO] [stdout] 90 | ... code as int - [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:93:54 [INFO] [stdout] | [INFO] [stdout] 93 | return Ok(table.huffval[index as uint]) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:117:14 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:146:26 [INFO] [stdout] | [INFO] [stdout] 146 | code <<= diff as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | lut.as_mut_slice()[v as uint] = (huffsize[i], huffcode[i]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:177:14 [INFO] [stdout] | [INFO] [stdout] 177 | for i in range(0u, 16) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:180:55 [INFO] [stdout] | [INFO] [stdout] 180 | mincode.as_mut_slice()[i] = huffcode[j as uint] as int; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:180:64 [INFO] [stdout] | [INFO] [stdout] 180 | mincode.as_mut_slice()[i] = huffcode[j as uint] as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:181:29 [INFO] [stdout] | [INFO] [stdout] 181 | j += bits[i] as int - 1; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:182:55 [INFO] [stdout] | [INFO] [stdout] 182 | maxcode.as_mut_slice()[i] = huffcode[j as uint] as int; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:182:64 [INFO] [stdout] | [INFO] [stdout] 182 | maxcode.as_mut_slice()[i] = huffcode[j as uint] as int; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:193:36 [INFO] [stdout] | [INFO] [stdout] 193 | let r = 8 - huffsize[i] as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:195:18 [INFO] [stdout] | [INFO] [stdout] 195 | for j in range(0u, 1 << r) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/entropy.rs:197:41 [INFO] [stdout] | [INFO] [stdout] 197 | lut.as_mut_slice()[index as uint] = (*v, huffsize[i]); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | for y in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:103:65 [INFO] [stdout] | [INFO] [stdout] 103 | coeffs[y0 + 0] = (t10 + t11 - 8 * 128) << PASS1_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:104:55 [INFO] [stdout] | [INFO] [stdout] 104 | coeffs[y0 + 4] = (t10 - t11) << PASS1_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:110:87 [INFO] [stdout] | [INFO] [stdout] 110 | coeffs[y0 + 2] = (z1 + t12 * FIX_0_765366865) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:111:87 [INFO] [stdout] | [INFO] [stdout] 111 | coeffs[y0 + 6] = (z1 - t13 * FIX_1_847759065) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:119:53 [INFO] [stdout] | [INFO] [stdout] 119 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:138:61 [INFO] [stdout] | [INFO] [stdout] 138 | coeffs[y0 + 1] = t0 >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:139:61 [INFO] [stdout] | [INFO] [stdout] 139 | coeffs[y0 + 3] = t1 >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:140:61 [INFO] [stdout] | [INFO] [stdout] 140 | coeffs[y0 + 5] = t2 >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:141:61 [INFO] [stdout] | [INFO] [stdout] 141 | coeffs[y0 + 7] = t3 >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 147 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:155:55 [INFO] [stdout] | [INFO] [stdout] 155 | let t10 = t0 + t3 + (1 << (PASS1_BITS - 1) as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:165:58 [INFO] [stdout] | [INFO] [stdout] 165 | coeffs[x + 8 * 0] = (t10 + t11) >> PASS1_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:166:58 [INFO] [stdout] | [INFO] [stdout] 166 | coeffs[x + 8 * 4] = (t10 - t11) >> PASS1_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:170:53 [INFO] [stdout] | [INFO] [stdout] 170 | z1 += 1 << (CONST_BITS + PASS1_BITS - 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:172:90 [INFO] [stdout] | [INFO] [stdout] 172 | coeffs[x + 8 * 2] = (z1 + t12 * FIX_0_765366865) >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:173:90 [INFO] [stdout] | [INFO] [stdout] 173 | coeffs[x + 8 * 6] = (z1 - t13 * FIX_1_847759065) >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:181:53 [INFO] [stdout] | [INFO] [stdout] 181 | z1 += 1 << (CONST_BITS - PASS1_BITS - 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:200:64 [INFO] [stdout] | [INFO] [stdout] 200 | coeffs[x + 8 * 1] = t0 >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:201:64 [INFO] [stdout] | [INFO] [stdout] 201 | coeffs[x + 8 * 3] = t1 >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:202:64 [INFO] [stdout] | [INFO] [stdout] 202 | coeffs[x + 8 * 5] = t2 >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:203:64 [INFO] [stdout] | [INFO] [stdout] 203 | coeffs[x + 8 * 7] = t3 >> (CONST_BITS + PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:210:14 [INFO] [stdout] | [INFO] [stdout] 210 | for x in range(0u, 8).rev() { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:214:60 [INFO] [stdout] | [INFO] [stdout] 214 | let dcval = coeffs[x + 8 * 0] << PASS1_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | z2 <<= CONST_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:239:30 [INFO] [stdout] | [INFO] [stdout] 239 | z3 <<= CONST_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:241:53 [INFO] [stdout] | [INFO] [stdout] 241 | z2 += 1 << (CONST_BITS - PASS1_BITS - 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:277:69 [INFO] [stdout] | [INFO] [stdout] 277 | tmp[x + 8 * 0] = (t10 + t3) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:278:69 [INFO] [stdout] | [INFO] [stdout] 278 | tmp[x + 8 * 7] = (t10 - t3) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:279:69 [INFO] [stdout] | [INFO] [stdout] 279 | tmp[x + 8 * 1] = (t11 + t2) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:280:69 [INFO] [stdout] | [INFO] [stdout] 280 | tmp[x + 8 * 6] = (t11 - t2) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:281:69 [INFO] [stdout] | [INFO] [stdout] 281 | tmp[x + 8 * 2] = (t12 + t1) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:282:69 [INFO] [stdout] | [INFO] [stdout] 282 | tmp[x + 8 * 5] = (t12 - t1) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:283:69 [INFO] [stdout] | [INFO] [stdout] 283 | tmp[x + 8 * 3] = (t13 + t0) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:284:69 [INFO] [stdout] | [INFO] [stdout] 284 | tmp[x + 8 * 4] = (t13 - t0) >> (CONST_BITS - PASS1_BITS) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:287:14 [INFO] [stdout] | [INFO] [stdout] 287 | for y in range(0u, 8) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 4 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:297:58 [INFO] [stdout] | [INFO] [stdout] 297 | let z2 = tmp[y0 + 0] + (1 << (PASS1_BITS + 2) as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:300:45 [INFO] [stdout] | [INFO] [stdout] 300 | let t0 = (z2 + z3) << CONST_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:301:45 [INFO] [stdout] | [INFO] [stdout] 301 | let t1 = (z2 - z3) << CONST_BITS as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:334:64 [INFO] [stdout] | [INFO] [stdout] 334 | let a = (t10 + t3) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:337:64 [INFO] [stdout] | [INFO] [stdout] 337 | let a = (t10 - t3) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:340:64 [INFO] [stdout] | [INFO] [stdout] 340 | let a = (t11 + t2) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:343:64 [INFO] [stdout] | [INFO] [stdout] 343 | let a = (t11 - t2) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:346:64 [INFO] [stdout] | [INFO] [stdout] 346 | let a = (t12 + t1) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:349:64 [INFO] [stdout] | [INFO] [stdout] 349 | let a = (t12 - t1) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:352:64 [INFO] [stdout] | [INFO] [stdout] 352 | let a = (t13 + t0) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/jpeg/transform.rs:355:64 [INFO] [stdout] | [INFO] [stdout] 355 | let a = (t13 - t0) >> (CONST_BITS + PASS1_BITS + 3) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | impl GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:87:37 [INFO] [stdout] | [INFO] [stdout] 87 | fn read_block(&mut self) -> io::IoResult> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:89:43 [INFO] [stdout] | [INFO] [stdout] 89 | Ok(try!(self.r.read_exact(size as uint))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:134:48 [INFO] [stdout] | [INFO] [stdout] 134 | let n = 1 << (table_size + 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | image_top as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | image_left as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:166:32 [INFO] [stdout] | [INFO] [stdout] 166 | image_width as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | image_height as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:168:31 [INFO] [stdout] | [INFO] [stdout] 168 | self.width as uint * 3, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:227:48 [INFO] [stdout] | [INFO] [stdout] 227 | let _ = try!(self.r.read_exact(size as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:243:52 [INFO] [stdout] | [INFO] [stdout] 243 | self.image = Vec::from_elem(self.width as uint * self.height as uint * 3, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:243:74 [INFO] [stdout] | [INFO] [stdout] 243 | self.image = Vec::from_elem(self.width as uint * self.height as uint * 3, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:250:40 [INFO] [stdout] | [INFO] [stdout] 250 | 1 << ((fields & 7) + 1) as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:282:9 [INFO] [stdout] | [INFO] [stdout] 282 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:293:42 [INFO] [stdout] | [INFO] [stdout] 282 | impl ImageDecoder for GIFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 293 | fn row_len(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:295:30 [INFO] [stdout] | [INFO] [stdout] 295 | Ok(3 * self.width as uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:305:59 [INFO] [stdout] | [INFO] [stdout] 305 | let slice = self.image.slice(self.decoded_rows as uint * rlen, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | self.decoded_rows as uint * rlen + rlen); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | y0: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | x0: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | width: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | height: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | stride: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:346:14 [INFO] [stdout] | [INFO] [stdout] 346 | for y in range(0, height) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use gif::decoder::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | for x in range(0, width) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use gif::decoder::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/decoder.rs:354:46 [INFO] [stdout] | [INFO] [stdout] 354 | let (r, g, b) = palette[index as uint]; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | pos: uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | impl LZWReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:36:59 [INFO] [stdout] | [INFO] [stdout] 36 | let mut dict = Vec::from_elem(1 << MAXCODESIZE as uint, None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(0u, 1 << size as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use gif::lzw::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:38:41 [INFO] [stdout] | [INFO] [stdout] 38 | for i in range(0u, 1 << size as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | next_code: (1 << size as uint) + 2, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:55:33 [INFO] [stdout] | [INFO] [stdout] 55 | clear: 1 << size as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | end: (1 << size as uint) + 1, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:70:65 [INFO] [stdout] | [INFO] [stdout] 70 | self.accumulator |= byte as u32 << self.num_bits as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:74:44 [INFO] [stdout] | [INFO] [stdout] 74 | let mask = (1 << self.code_size as uint) - 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:77:48 [INFO] [stdout] | [INFO] [stdout] 77 | self.accumulator >>= self.code_size as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:89:64 [INFO] [stdout] | [INFO] [stdout] 89 | self.dict = Vec::from_elem(1 << MAXCODESIZE as uint, None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:91:26 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use gif::lzw::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:91:62 [INFO] [stdout] | [INFO] [stdout] 91 | for i in range(0u, 1 << self.initial_size as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/gif/lzw.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | if self.dict[code as uint].is_none() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | impl SmartReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | impl SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | impl Reader for SmartReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | impl Reader for SmartReader { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:65:52 [INFO] [stdout] | [INFO] [stdout] 63 | impl Reader for SmartReader { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] 64 | #[inline] [INFO] [stdout] 65 | fn read(&mut self, buf: &mut [u8]) -> IoResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | impl Seek for SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | impl Seek for SmartReader { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SeekStyle` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:78:45 [INFO] [stdout] | [INFO] [stdout] 78 | fn seek(&mut self, pos: i64, style: io::SeekStyle) -> IoResult<()> { [INFO] [stdout] | ^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | impl TIFFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | impl TIFFDecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 379 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tiff::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:398:42 [INFO] [stdout] | [INFO] [stdout] 379 | impl ImageDecoder for TIFFDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 398 | fn row_len(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:408:28 [INFO] [stdout] | [INFO] [stdout] 408 | self.width as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:409:30 [INFO] [stdout] | [INFO] [stdout] 409 | * 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/image-ac7d41938885a19a/4e0dc6a/./src/tiff/decoder.rs:410:64 [INFO] [stdout] | [INFO] [stdout] 410 | * 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[E0405]: cannot find trait `Show` in module `std::fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | impl ::std::fmt::Show for Entry { [INFO] [stdout] | ^^^^ not found in `std::fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:108:28 [INFO] [stdout] | [INFO] [stdout] 73 | struct Header { [INFO] [stdout] | ------------- similarly named struct `Header` defined here [INFO] [stdout] ... [INFO] [stdout] 108 | fn from_reader(r: &mut Reader) -> ImageResult

{ [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:128:19 [INFO] [stdout] | [INFO] [stdout] 128 | start_offset: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:129:17 [INFO] [stdout] | [INFO] [stdout] 129 | entry_size: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 73 | struct Header { [INFO] [stdout] | ------------- similarly named struct `Header` defined here [INFO] [stdout] ... [INFO] [stdout] 134 | pub fn from_reader(r: &mut Reader, [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `Header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | let bytes_per_entry = (bits_per_entry as uint + 7) / 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:140:76 [INFO] [stdout] | [INFO] [stdout] 140 | let bytes = try!(r.read_exact(bytes_per_entry * num_entries as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | start_offset: start_offset as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:149:30 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn get(&self, index: uint) -> &[u8] { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | width: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | height: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:161:22 [INFO] [stdout] | [INFO] [stdout] 161 | bytes_per_pixel: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | impl TGADecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:171:18 [INFO] [stdout] | [INFO] [stdout] 171 | impl TGADecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tga::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:193:49 [INFO] [stdout] | [INFO] [stdout] 193 | self.width = self.header.image_width as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:194:51 [INFO] [stdout] | [INFO] [stdout] 194 | self.height = self.header.image_height as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:195:60 [INFO] [stdout] | [INFO] [stdout] 195 | self.bytes_per_pixel = (self.header.pixel_depth as uint + 7) / 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SeekCur` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:252:60 [INFO] [stdout] | [INFO] [stdout] 252 | try!(self.r.seek(self.header.id_length as i64, io::SeekCur)); [INFO] [stdout] | ^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:270:44 [INFO] [stdout] | [INFO] [stdout] 270 | fn bytes_to_index(bytes: &[u8]) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:273:49 [INFO] [stdout] | [INFO] [stdout] 273 | result = result << 8 | *byte as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:278:62 [INFO] [stdout] | [INFO] [stdout] 278 | let bytes_per_entry = (self.header.map_entry_size as uint + 7) / 8; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:328:66 [INFO] [stdout] | [INFO] [stdout] 328 | let repeat_count = ((run_packet & !0x80) + 1) as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:330:26 [INFO] [stdout] | [INFO] [stdout] 330 | for _ in range(0u, repeat_count) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:336:57 [INFO] [stdout] | [INFO] [stdout] 336 | let num_raw_bytes = (run_packet + 1) as uint * self.bytes_per_pixel; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:339:43 [INFO] [stdout] | [INFO] [stdout] 339 | num_read += run_packet as uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:372:18 [INFO] [stdout] | [INFO] [stdout] 372 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use tga::decoder::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tga/decoder.rs:385:42 [INFO] [stdout] | [INFO] [stdout] 372 | impl ImageDecoder for TGADecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `, uint` [INFO] [stdout] ... [INFO] [stdout] 385 | fn row_len(&mut self) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | 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] 34 | IoError(ImageError), [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 34 | IoError(io::Error), [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | impl FromError for ImageError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::IoError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 40 | impl FromError for ImageError { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 40 | impl FromError for ImageError { [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | fn from_error(err: io::IoError) -> ImageError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `ImageError::IoError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 41 | fn from_error(err: ImageError) -> ImageError { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 41 | fn from_error(err: io::Error) -> ImageError { [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:83:42 [INFO] [stdout] | [INFO] [stdout] 75 | pub trait ImageDecoder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 83 | fn row_len(&mut self) -> ImageResult; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:106:48 [INFO] [stdout] | [INFO] [stdout] 106 | let mut buf = Vec::from_elem(length as uint * width as uint * bpp, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:106:64 [INFO] [stdout] | [INFO] [stdout] 106 | let mut buf = Vec::from_elem(length as uint * width as uint * bpp, 0u8); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0, length as uint) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:117:37 [INFO] [stdout] | [INFO] [stdout] 117 | for i in range(0, length as uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:119:48 [INFO] [stdout] | [INFO] [stdout] 119 | let from = tmp.slice_from(x as uint * bpp) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:120:50 [INFO] [stdout] | [INFO] [stdout] 120 | ... .slice_to(width as uint * bpp); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 122 | let to = buf.slice_from_mut(i * width as uint * bpp) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:123:54 [INFO] [stdout] | [INFO] [stdout] 123 | ... .slice_to_mut(width as uint * bpp); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:276:57 [INFO] [stdout] | [INFO] [stdout] 276 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:288:73 [INFO] [stdout] | [INFO] [stdout] 288 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:290:18 [INFO] [stdout] | [INFO] [stdout] 290 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:292:50 [INFO] [stdout] | [INFO] [stdout] 292 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:292:56 [INFO] [stdout] | [INFO] [stdout] 292 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:310:43 [INFO] [stdout] | [INFO] [stdout] 310 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:310:60 [INFO] [stdout] | [INFO] [stdout] 310 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:363:30 [INFO] [stdout] | [INFO] [stdout] 363 | 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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:370:22 [INFO] [stdout] | [INFO] [stdout] 370 | buf[index as uint] = pixel; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:378:35 [INFO] [stdout] | [INFO] [stdout] 378 | &mut self.pixels[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/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:382:33 [INFO] [stdout] | [INFO] [stdout] 382 | 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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:387:31 [INFO] [stdout] | [INFO] [stdout] 387 | &self.pixels[index as uint] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:430:18 [INFO] [stdout] | [INFO] [stdout] 430 | for y in range(0, self.ystride) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/image.rs:431:22 [INFO] [stdout] | [INFO] [stdout] 431 | for x in range(0, self.xstride) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use image::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:85:54 [INFO] [stdout] | [INFO] [stdout] 85 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:85:66 [INFO] [stdout] | [INFO] [stdout] 85 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:97:54 [INFO] [stdout] | [INFO] [stdout] 97 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:97:66 [INFO] [stdout] | [INFO] [stdout] 97 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:109:54 [INFO] [stdout] | [INFO] [stdout] 109 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:109:66 [INFO] [stdout] | [INFO] [stdout] 109 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:121:54 [INFO] [stdout] | [INFO] [stdout] 121 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:121:66 [INFO] [stdout] | [INFO] [stdout] 121 | 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[E0405]: cannot find trait `Writer` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:334:20 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn save(&self, w: W, format: ImageFormat) -> io::IoResult> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoResult` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:334:69 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn save(&self, w: W, format: ImageFormat) -> io::IoResult> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:444:45 [INFO] [stdout] | [INFO] [stdout] 444 | let mask = (1u8 << bit_depth as uint) - 1; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:445:60 [INFO] [stdout] | [INFO] [stdout] 445 | let scaling_factor = (255)/((1 << bit_depth as uint) - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range_step_inclusive` in module `iter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:451:34 [INFO] [stdout] | [INFO] [stdout] 451 | ... iter::range_step_inclusive(8i8-(bit_depth as i8), 0, -(bit_depth as i8)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `iterate` in module `iter` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:452:39 [INFO] [stdout] | [INFO] [stdout] 452 | ... .zip(iter::iterate( [INFO] [stdout] | ^^^^^^^ not found in `iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:458:70 [INFO] [stdout] | [INFO] [stdout] 458 | .enumerate().filter(|&(i, _)| i % (row_len as uint) < (w as uint) ).map(|(_, p)| p) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:458:84 [INFO] [stdout] | [INFO] [stdout] 458 | .enumerate().filter(|&(i, _)| i % (row_len as uint) < (w as uint) ).map(|(_, p)| p) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:460:54 [INFO] [stdout] | [INFO] [stdout] 460 | ... (pixel & mask << shift as uint) >> shift as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:460:72 [INFO] [stdout] | [INFO] [stdout] 460 | ... (pixel & mask << shift as uint) >> shift as uint [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:516:20 [INFO] [stdout] | [INFO] [stdout] 516 | pub fn open(path: &Path) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:517:25 [INFO] [stdout] | [INFO] [stdout] 517 | let fin = match io::File::open(path) { [INFO] [stdout] | ^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:550:27 [INFO] [stdout] | [INFO] [stdout] 550 | 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/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:550:103 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn save_buffer(path: &Path, buf: &[u8], width: u32, height: u32, color: color::ColorType) -> io::IoResult<()> { [INFO] [stdout] | ^^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:551:25 [INFO] [stdout] | [INFO] [stdout] 551 | let fout = try!(io::File::create(path)); [INFO] [stdout] | ^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `IoError` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:559:27 [INFO] [stdout] | [INFO] [stdout] 559 | format => Err(io::IoError { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 559 | format => Err(io::Error { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this variant [INFO] [stdout] | [INFO] [stdout] 1 | use ImageError::IoError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `InvalidInput` in module `io` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:560:23 [INFO] [stdout] | [INFO] [stdout] 560 | kind: io::InvalidInput, [INFO] [stdout] | ^^^^^^^^^^^^ not found in `io` [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use dynimage::io::ErrorKind::InvalidInput; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Reader` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:571:16 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn load(r: R, format: ImageFormat) -> ImageResult { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Seek` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/dynimage.rs:571:23 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn load(r: R, format: ImageFormat) -> ImageResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use dynimage::io::Seek; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:31:37 [INFO] [stdout] | [INFO] [stdout] 31 | pub trait Primitive: Clone + Copy + Sub + NumCast { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | impl Primitive for uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | fn max_value() -> uint { Int::max_value() } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | impl Primitive for int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | fn max_value() -> int { Int::max_value() } [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn bits_per_pixel(c: ColorType) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:76:39 [INFO] [stdout] | [INFO] [stdout] 76 | ColorType::Grey(n) => 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:77:43 [INFO] [stdout] | [INFO] [stdout] 77 | ColorType::RGB(n) => 3 * 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:78:43 [INFO] [stdout] | [INFO] [stdout] 78 | ColorType::Palette(n) => 3 * 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:79:43 [INFO] [stdout] | [INFO] [stdout] 79 | ColorType::GreyA(n) => 2 * 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:80:43 [INFO] [stdout] | [INFO] [stdout] 80 | ColorType::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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:85:40 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn num_components(c: ColorType) -> uint { [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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:256:18 [INFO] [stdout] | [INFO] [stdout] 256 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:258:18 [INFO] [stdout] | [INFO] [stdout] 258 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:264:18 [INFO] [stdout] | [INFO] [stdout] 264 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:272:18 [INFO] [stdout] | [INFO] [stdout] 272 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:273:18 [INFO] [stdout] | [INFO] [stdout] 273 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:274:18 [INFO] [stdout] | [INFO] [stdout] 274 | let b3 = f(b1, b2); [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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:324:18 [INFO] [stdout] | [INFO] [stdout] 324 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:325:18 [INFO] [stdout] | [INFO] [stdout] 325 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:326:18 [INFO] [stdout] | [INFO] [stdout] 326 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:327:18 [INFO] [stdout] | [INFO] [stdout] 327 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:335:18 [INFO] [stdout] | [INFO] [stdout] 335 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:336:18 [INFO] [stdout] | [INFO] [stdout] 336 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:348:18 [INFO] [stdout] | [INFO] [stdout] 348 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:349:18 [INFO] [stdout] | [INFO] [stdout] 349 | let b3 = f(b1, b2); [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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:399:18 [INFO] [stdout] | [INFO] [stdout] 399 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:405:18 [INFO] [stdout] | [INFO] [stdout] 405 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:412:18 [INFO] [stdout] | [INFO] [stdout] 412 | let l3 = f(l1, l2); [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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:465:18 [INFO] [stdout] | [INFO] [stdout] 465 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:466:18 [INFO] [stdout] | [INFO] [stdout] 466 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:474:18 [INFO] [stdout] | [INFO] [stdout] 474 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:475:18 [INFO] [stdout] | [INFO] [stdout] 475 | 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/image-ac7d41938885a19a/4e0dc6a/./src/color.rs:484:18 [INFO] [stdout] | [INFO] [stdout] 484 | 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 beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(if_let)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `if_let` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: half-open range patterns are unstable [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/image-ac7d41938885a19a/4e0dc6a/./src/tiff/ifd.rs:105:54 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn new(type_: Type, count: u32, offset: [u8, ..4]) -> Entry { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 492 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0432, E0433, E0463, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `image` due to 493 previous errors [INFO] running `Command { std: "docker" "inspect" "b1fb2cc14333f34843a0c47fde49c73e9c5580034dd0be039065489c0df836b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1fb2cc14333f34843a0c47fde49c73e9c5580034dd0be039065489c0df836b0", kill_on_drop: false }` [INFO] [stdout] b1fb2cc14333f34843a0c47fde49c73e9c5580034dd0be039065489c0df836b0