[INFO] updating cached repository https://github.com/knoebber/Rustals
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ef38faa7c1a938edb56ca63e7713120ec19ff6c1
[INFO] checking knoebber/Rustals against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknoebber%2FRustals" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/knoebber/Rustals on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/knoebber/Rustals
[INFO] finished tweaking git repo https://github.com/knoebber/Rustals
[INFO] tweaked toml for git repo https://github.com/knoebber/Rustals written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/knoebber/Rustals already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/PistonDevelopers/image`
[INFO] [stderr]     Updating git repository `https://github.com/rust-lang/num.git`
[INFO] [stderr]     Updating git repository `https://github.com/rust-num/num-bigint`
[INFO] [stderr]     Updating git repository `https://github.com/rust-num/num-complex`
[INFO] [stderr]     Updating git repository `https://github.com/rust-num/num-rational`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 434eff6ac92646ec2f4d4c7865f6ae62ddd32b41ede473c72d7515e79935a15a
[INFO] running `"docker" "start" "-a" "434eff6ac92646ec2f4d4c7865f6ae62ddd32b41ede473c72d7515e79935a15a"`
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling num-bigint v0.3.0-pre (https://github.com/rust-num/num-bigint#4239ddd3)
[INFO] [stderr]    Compiling num-iter v0.1.40
[INFO] [stderr]    Compiling num-rational v0.3.0-pre (https://github.com/rust-num/num-rational#07112ea0)
[INFO] [stderr]     Checking num-complex v0.3.0-pre (https://github.com/rust-num/num-complex#7fb4f1c0)
[INFO] [stderr]     Checking png v0.16.2
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking image v0.23.3 (https://github.com/PistonDevelopers/image#b9d85b55)
[INFO] [stderr]     Checking num v0.3.0-pre (https://github.com/rust-lang/num.git#111734b3)
[INFO] [stderr]     Checking fractal v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let mut ddf_x = 1i;
[INFO] [stderr]    |                     ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:34:14
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let mut x = 0i;
[INFO] [stderr]    |                 ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let mut ddf_x = 1i;
[INFO] [stderr]    |                     ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:34:14
[INFO] [stderr]    |
[INFO] [stderr] 34 |     let mut x = 0i;
[INFO] [stderr]    |                 ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::io::File`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::io::File;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `File` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::rand::{task_rng,Rng}; 
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]   --> src/main.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::rand::random;
[INFO] [stderr]    |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::num::FloatMath`
[INFO] [stderr]   --> src/main.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::num::FloatMath;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]    --> src/main.rs:383:27
[INFO] [stderr]     |
[INFO] [stderr] 383 |     let fout = File::create(&Path::new(file_name)).unwrap();
[INFO] [stderr]     |                              ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | const WIDTH: uint = 1000;
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:17:15
[INFO] [stderr]    |
[INFO] [stderr] 17 | const HEIGHT: uint = 1000;
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:35
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:42
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:53
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:33
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:40
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:47
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:54
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:69:12
[INFO] [stderr]    |
[INFO] [stderr] 69 |         for i in range(x,x+w)
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:71:13
[INFO] [stderr]    |
[INFO] [stderr] 71 |             for j in range(y,y+w)
[INFO] [stderr]    |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:40
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:47
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:54
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:102:16
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let mut index:uint;
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:112:14
[INFO] [stderr]     |
[INFO] [stderr] 112 |         while x as int != x1
[INFO] [stderr]     |                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:114:29
[INFO] [stderr]     |
[INFO] [stderr] 114 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:114:38
[INFO] [stderr]     |
[INFO] [stderr] 114 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:131:14
[INFO] [stderr]     |
[INFO] [stderr] 131 |         while y as int != y1 
[INFO] [stderr]     |                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:133:29
[INFO] [stderr]     |
[INFO] [stderr] 133 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:133:38
[INFO] [stderr]     |
[INFO] [stderr] 133 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:147:28
[INFO] [stderr]     |
[INFO] [stderr] 147 |         index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:147:37
[INFO] [stderr]     |
[INFO] [stderr] 147 |         index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:39
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:46
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:52
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:63
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:72
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:76
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:168:31
[INFO] [stderr]     |
[INFO] [stderr] 168 |     draw_line(pixels,x0,y0,x1 as int,y1 as int);
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |     draw_line(pixels,x0,y0,x1 as int,y1 as int);
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:169:9
[INFO] [stderr]     |
[INFO] [stderr] 169 |     (x1 as int, y1 as int)
[INFO] [stderr]     |            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:169:20
[INFO] [stderr]     |
[INFO] [stderr] 169 |     (x1 as int, y1 as int)
[INFO] [stderr]     |                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:16
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:24
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:33
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:182:18
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:182:25
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:182:33
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:185:17
[INFO] [stderr]     |
[INFO] [stderr] 185 |         (x+((WIDTH as int)*y)) as uint
[INFO] [stderr]     |                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:185:29
[INFO] [stderr]     |
[INFO] [stderr] 185 |         (x+((WIDTH as int)*y)) as uint
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:188:16
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn on_screen(x:int,y:int) -> bool
[INFO] [stderr]     |                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:188:22
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn on_screen(x:int,y:int) -> bool
[INFO] [stderr]     |                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:190:25
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:190:55
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |                                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:37
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:44
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:54
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:35
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:42
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:54
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:30
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:37
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:48
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:59
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:34
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:41
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:52
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:63
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:27
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:34
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:45
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:56
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:32
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:39
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:50
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:61
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:261:21
[INFO] [stderr]     |
[INFO] [stderr] 261 |         let mut new_theta:int = theta+task_rng().gen_range(-30,30);
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:34
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:40
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:51
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:61
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:71
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:27
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:33
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:44
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:54
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `args` in module `os`
[INFO] [stderr]    --> src/main.rs:310:18
[INFO] [stderr]     |
[INFO] [stderr] 310 |   let args = os::args();
[INFO] [stderr]     |                  ^^^^ not found in `os`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 7   | use std::env::args;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> src/main.rs:369:11
[INFO] [stderr]     |
[INFO] [stderr] 369 |     for i in range(0,WIDTH)
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> src/main.rs:371:12
[INFO] [stderr]     |
[INFO] [stderr] 371 |         for j in range(0,HEIGHT)
[INFO] [stderr]     |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in crate `image`
[INFO] [stderr]    --> src/main.rs:386:20
[INFO] [stderr]     |
[INFO] [stderr] 386 |     let _    = image::ImageLuma8(imgbuf).save(fout, image::PNG);
[INFO] [stderr]     |                       ^^^^^^^^^^ not found in `image`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 7   | use image::DynamicImage::ImageLuma8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PNG` in crate `image`
[INFO] [stderr]    --> src/main.rs:386:57
[INFO] [stderr]     |
[INFO] [stderr] 386 |     let _    = image::ImageLuma8(imgbuf).save(fout, image::PNG);
[INFO] [stderr]     |                                                            ^^^ not found in `image`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/main.rs:190:2
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/main.rs:213:39
[INFO] [stderr]     |
[INFO] [stderr] 213 |         circ_fractal(pixels,x+ (radius/2),y,(radius/2));
[INFO] [stderr]     |                                             ^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:306:36
[INFO] [stderr]     |
[INFO] [stderr] 306 |     let pixels: &mut[u8] = &mut [0u8, ..WIDTH*HEIGHT];
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^ expected `u8`, found struct `std::ops::RangeTo`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected type `u8`
[INFO] [stderr]              found struct `std::ops::RangeTo<_>`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `image::GenericImage`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use image::GenericImage;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 91 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `fractal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `std::io::File`
[INFO] [stderr]  --> src/main.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::io::File;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `File` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::rand::{task_rng,Rng}; 
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]   --> src/main.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::rand::random;
[INFO] [stderr]    |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::num::FloatMath`
[INFO] [stderr]   --> src/main.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::num::FloatMath;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^ no `FloatMath` in `num`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]    --> src/main.rs:383:27
[INFO] [stderr]     |
[INFO] [stderr] 383 |     let fout = File::create(&Path::new(file_name)).unwrap();
[INFO] [stderr]     |                              ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | const WIDTH: uint = 1000;
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:17:15
[INFO] [stderr]    |
[INFO] [stderr] 17 | const HEIGHT: uint = 1000;
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:35
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:42
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:29:53
[INFO] [stderr]    |
[INFO] [stderr] 29 | fn draw_circle(pixels:&mut[u8],x0:int,y0:int,radius:int)
[INFO] [stderr]    |                                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:33
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:40
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:47
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:67:54
[INFO] [stderr]    |
[INFO] [stderr] 67 | fn draw_rect(pixels:&mut[u8], x:int, y:int, w:int, h:int)
[INFO] [stderr]    |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:69:12
[INFO] [stderr]    |
[INFO] [stderr] 69 |         for i in range(x,x+w)
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:71:13
[INFO] [stderr]    |
[INFO] [stderr] 71 |             for j in range(y,y+w)
[INFO] [stderr]    |                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:33
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:40
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:47
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]   --> src/main.rs:91:54
[INFO] [stderr]    |
[INFO] [stderr] 91 | fn draw_line(pixels:&mut[u8],x0:int,y0:int,x1:int,y1:int)
[INFO] [stderr]    |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:102:16
[INFO] [stderr]     |
[INFO] [stderr] 102 |     let mut index:uint;
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:112:14
[INFO] [stderr]     |
[INFO] [stderr] 112 |         while x as int != x1
[INFO] [stderr]     |                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:114:29
[INFO] [stderr]     |
[INFO] [stderr] 114 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:114:38
[INFO] [stderr]     |
[INFO] [stderr] 114 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:131:14
[INFO] [stderr]     |
[INFO] [stderr] 131 |         while y as int != y1 
[INFO] [stderr]     |                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:133:29
[INFO] [stderr]     |
[INFO] [stderr] 133 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:133:38
[INFO] [stderr]     |
[INFO] [stderr] 133 |             index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:147:28
[INFO] [stderr]     |
[INFO] [stderr] 147 |         index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:147:37
[INFO] [stderr]     |
[INFO] [stderr] 147 |         index = get_index_i(x as int,y as int);
[INFO] [stderr]     |                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:39
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:46
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:52
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:63
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:72
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:162:76
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn draw_polar_line(pixels:&mut[u8],x0:int,y0:int,r:int,degree:int) -> (int,int)
[INFO] [stderr]     |                                                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:168:31
[INFO] [stderr]     |
[INFO] [stderr] 168 |     draw_line(pixels,x0,y0,x1 as int,y1 as int);
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |     draw_line(pixels,x0,y0,x1 as int,y1 as int);
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:169:9
[INFO] [stderr]     |
[INFO] [stderr] 169 |     (x1 as int, y1 as int)
[INFO] [stderr]     |            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:169:20
[INFO] [stderr]     |
[INFO] [stderr] 169 |     (x1 as int, y1 as int)
[INFO] [stderr]     |                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:16
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:24
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:176:33
[INFO] [stderr]     |
[INFO] [stderr] 176 | fn get_index(x:uint, y:uint) -> uint
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:182:18
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:182:25
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:182:33
[INFO] [stderr]     |
[INFO] [stderr] 182 | fn get_index_i(x:int, y:int) -> uint
[INFO] [stderr]     |                                 ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:185:17
[INFO] [stderr]     |
[INFO] [stderr] 185 |         (x+((WIDTH as int)*y)) as uint
[INFO] [stderr]     |                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:185:29
[INFO] [stderr]     |
[INFO] [stderr] 185 |         (x+((WIDTH as int)*y)) as uint
[INFO] [stderr]     |                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:188:16
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn on_screen(x:int,y:int) -> bool
[INFO] [stderr]     |                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:188:22
[INFO] [stderr]     |
[INFO] [stderr] 188 | fn on_screen(x:int,y:int) -> bool
[INFO] [stderr]     |                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:190:25
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:190:55
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |                                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:37
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:44
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:194:54
[INFO] [stderr]     |
[INFO] [stderr] 194 | fn square_fractal(pixels:&mut[u8],x:int, y:int, side:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:35
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:42
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                          ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:207:54
[INFO] [stderr]     |
[INFO] [stderr] 207 | fn circ_fractal(pixels:&mut[u8],x:int, y:int, radius:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:30
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:37
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:48
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:219:59
[INFO] [stderr]     |
[INFO] [stderr] 219 | fn squares(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:34
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:41
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:52
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                    ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:230:63
[INFO] [stderr]     |
[INFO] [stderr] 230 | fn curved_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:27
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:34
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:45
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:240:56
[INFO] [stderr]     |
[INFO] [stderr] 240 | fn tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:32
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:39
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:50
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:255:61
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn rand_tree(pixels:&mut[u8],x:int, y:int,length:int, theta:int)
[INFO] [stderr]     |                                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:261:21
[INFO] [stderr]     |
[INFO] [stderr] 261 |         let mut new_theta:int = theta+task_rng().gen_range(-30,30);
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:34
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:40
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                        ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:51
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:61
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                             ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:282:71
[INFO] [stderr]     |
[INFO] [stderr] 282 | fn snow_flake(pixels: &mut[u8],x:int,y:int,length:int,theta:int,depth:int)
[INFO] [stderr]     |                                                                       ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:27
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:33
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:44
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]    --> src/main.rs:296:54
[INFO] [stderr]     |
[INFO] [stderr] 296 | fn exp(pixels: &mut[u8],x:int,y:int,radius:int,depth:int)
[INFO] [stderr]     |                                                      ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `args` in module `os`
[INFO] [stderr]    --> src/main.rs:310:18
[INFO] [stderr]     |
[INFO] [stderr] 310 |   let args = os::args();
[INFO] [stderr]     |                  ^^^^ not found in `os`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 7   | use std::env::args;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> src/main.rs:369:11
[INFO] [stderr]     |
[INFO] [stderr] 369 |     for i in range(0,WIDTH)
[INFO] [stderr]     |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]    --> src/main.rs:371:12
[INFO] [stderr]     |
[INFO] [stderr] 371 |         for j in range(0,HEIGHT)
[INFO] [stderr]     |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `ImageLuma8` in crate `image`
[INFO] [stderr]    --> src/main.rs:386:20
[INFO] [stderr]     |
[INFO] [stderr] 386 |     let _    = image::ImageLuma8(imgbuf).save(fout, image::PNG);
[INFO] [stderr]     |                       ^^^^^^^^^^ not found in `image`
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 7   | use image::DynamicImage::ImageLuma8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PNG` in crate `image`
[INFO] [stderr]    --> src/main.rs:386:57
[INFO] [stderr]     |
[INFO] [stderr] 386 |     let _    = image::ImageLuma8(imgbuf).save(fout, image::PNG);
[INFO] [stderr]     |                                                            ^^^ not found in `image`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/main.rs:190:2
[INFO] [stderr]     |
[INFO] [stderr] 190 |     (x>=0 && x <= WIDTH as int && y>=0 && y <= HEIGHT as int)
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/main.rs:213:39
[INFO] [stderr]     |
[INFO] [stderr] 213 |         circ_fractal(pixels,x+ (radius/2),y,(radius/2));
[INFO] [stderr]     |                                             ^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:306:36
[INFO] [stderr]     |
[INFO] [stderr] 306 |     let pixels: &mut[u8] = &mut [0u8, ..WIDTH*HEIGHT];
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^ expected `u8`, found struct `std::ops::RangeTo`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected type `u8`
[INFO] [stderr]              found struct `std::ops::RangeTo<_>`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `image::GenericImage`
[INFO] [stderr]  --> src/main.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use image::GenericImage;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 91 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `fractal`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "434eff6ac92646ec2f4d4c7865f6ae62ddd32b41ede473c72d7515e79935a15a"`
[INFO] running `"docker" "rm" "-f" "434eff6ac92646ec2f4d4c7865f6ae62ddd32b41ede473c72d7515e79935a15a"`
[INFO] [stdout] 434eff6ac92646ec2f4d4c7865f6ae62ddd32b41ede473c72d7515e79935a15a
