[INFO] updating cached repository https://github.com/elewis/rust-bf
[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] 4138efc7008b7c3ad884ba4af23742d65a21a0e8
[INFO] checking elewis/rust-bf against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felewis%2Frust-bf" "/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/elewis/rust-bf on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/elewis/rust-bf
[INFO] finished tweaking git repo https://github.com/elewis/rust-bf
[INFO] tweaked toml for git repo https://github.com/elewis/rust-bf written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/elewis/rust-bf already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 861a37c6e6bd221e6d511a81fe90de26e50005bc83c97da9ca8245c927ee9ff1
[INFO] running `"docker" "start" "-a" "861a37c6e6bd221e6d511a81fe90de26e50005bc83c97da9ca8245c927ee9ff1"`
[INFO] [stderr]     Checking rust-bf v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:11:28
[INFO] [stderr]    |
[INFO] [stderr] 11 | static STATE_SIZE : uint = 30000u;
[INFO] [stderr]    |                            ^^^^^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]   --> src/main.rs:33:17
[INFO] [stderr]    |
[INFO] [stderr] 33 |     state  : [u8, ..STATE_SIZE],
[INFO] [stderr]    |                 ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:42:22
[INFO] [stderr]    |
[INFO] [stderr] 42 |             ptr    : 0u,
[INFO] [stderr]    |                      ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:63:28
[INFO] [stderr]    |
[INFO] [stderr] 63 |         let mut code_ptr = 0u;
[INFO] [stderr]    |                            ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:86:20
[INFO] [stderr]    |
[INFO] [stderr] 86 |         code_ptr = 0u;
[INFO] [stderr]    |                    ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:11:28
[INFO] [stderr]    |
[INFO] [stderr] 11 | static STATE_SIZE : uint = 30000u;
[INFO] [stderr]    |                            ^^^^^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]   --> src/main.rs:33:17
[INFO] [stderr]    |
[INFO] [stderr] 33 |     state  : [u8, ..STATE_SIZE],
[INFO] [stderr]    |                 ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:42:22
[INFO] [stderr]    |
[INFO] [stderr] 42 |             ptr    : 0u,
[INFO] [stderr]    |                      ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:63:28
[INFO] [stderr]    |
[INFO] [stderr] 63 |         let mut code_ptr = 0u;
[INFO] [stderr]    |                            ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]   --> src/main.rs:86:20
[INFO] [stderr]    |
[INFO] [stderr] 86 |         code_ptr = 0u;
[INFO] [stderr]    |                    ^^ invalid suffix `u`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `fail` in this scope
[INFO] [stderr]   --> src/main.rs:78:25
[INFO] [stderr]    |
[INFO] [stderr] 78 |                         fail!("unexpected close bracket");
[INFO] [stderr]    |                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `fail` in this scope
[INFO] [stderr]    --> src/main.rs:118:22
[INFO] [stderr]     |
[INFO] [stderr] 118 |                 _ => fail!("not implemented")
[INFO] [stderr]     |                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> src/main.rs:25:16
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let path = Path::new(filename);
[INFO] [stderr]    |                ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `BufferedReader` in `io`
[INFO] [stderr]   --> src/main.rs:26:24
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut file = io::BufferedReader::new(io::File::open(&path));
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `File` in `io`
[INFO] [stderr]   --> src/main.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut file = io::BufferedReader::new(io::File::open(&path));
[INFO] [stderr]    |                                                ^^^^ could not find `File` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:11:21
[INFO] [stderr]    |
[INFO] [stderr] 11 | static STATE_SIZE : uint = 30000u;
[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:16:20
[INFO] [stderr]    |
[INFO] [stderr] 16 |     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] 8  | use std::env::args;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Reader` in this scope
[INFO] [stderr]   --> src/main.rs:31:23
[INFO] [stderr]    |
[INFO] [stderr] 31 | struct Interpreter<R: Reader> {
[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:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     ptr    : uint,
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StdReader` in `io::stdio`
[INFO] [stderr]   --> src/main.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |                             ^^^^^^^^^ not found in `io::stdio`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StdReader` in `io::stdio`
[INFO] [stderr]   --> src/main.rs:40:40
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn new() -> Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |                                        ^^^^^^^^^ not found in `io::stdio`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:66:28
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<uint>`
[INFO] [stderr] ...
[INFO] [stderr] 66 |         let mut stack: Vec<uint> = Vec::new();
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `JMPF` in this scope
[INFO] [stderr]   --> src/main.rs:75:53
[INFO] [stderr]    |
[INFO] [stderr] 75 |                         *tokens.get_mut(start)    = JMPF(code_ptr + 1);
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 8  | use Cmd::JMPF;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `JMPT` in this scope
[INFO] [stderr]   --> src/main.rs:76:53
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         *tokens.get_mut(code_ptr) = JMPT(start);
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 8  | use Cmd::JMPT;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `JMPT` in this scope
[INFO] [stderr]    --> src/main.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |                 JMPT(dest) => {
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::JMPT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `JMPF` in this scope
[INFO] [stderr]    --> src/main.rs:112:17
[INFO] [stderr]     |
[INFO] [stderr] 112 |                 JMPF(dest) => {
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::JMPF;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:143:10
[INFO] [stderr]     |
[INFO] [stderr] 143 |     JMPT(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:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |     JMPF(uint),
[INFO] [stderr]     |          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NEXT` in this scope
[INFO] [stderr]    --> src/main.rs:151:20
[INFO] [stderr]     |
[INFO] [stderr] 151 |             '>' => NEXT, // >
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::NEXT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PREV` in this scope
[INFO] [stderr]    --> src/main.rs:152:20
[INFO] [stderr]     |
[INFO] [stderr] 152 |             '<' => PREV, // <
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::PREV;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INCR` in this scope
[INFO] [stderr]    --> src/main.rs:153:20
[INFO] [stderr]     |
[INFO] [stderr] 153 |             '+' => INCR, // +
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::INCR;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DECR` in this scope
[INFO] [stderr]    --> src/main.rs:154:20
[INFO] [stderr]     |
[INFO] [stderr] 154 |             '-' => DECR, // -
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::DECR;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OUTP` in this scope
[INFO] [stderr]    --> src/main.rs:155:20
[INFO] [stderr]     |
[INFO] [stderr] 155 |             '.' => OUTP, // .
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::OUTP;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPT` in this scope
[INFO] [stderr]    --> src/main.rs:156:20
[INFO] [stderr]     |
[INFO] [stderr] 156 |             ',' => INPT, // ,
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::INPT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FWRD` in this scope
[INFO] [stderr]    --> src/main.rs:157:20
[INFO] [stderr]     |
[INFO] [stderr] 157 |             '[' => FWRD, // [
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::FWRD;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `BACK` in this scope
[INFO] [stderr]    --> src/main.rs:158:20
[INFO] [stderr]     |
[INFO] [stderr] 158 |             ']' => BACK, // ]
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::BACK;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NOOP` in this scope
[INFO] [stderr]    --> src/main.rs:159:20
[INFO] [stderr]     |
[INFO] [stderr] 159 |             _   => NOOP
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::NOOP;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:38:22
[INFO] [stderr]     |
[INFO] [stderr] 38  | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]     |                      ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:40:33
[INFO] [stderr]     |
[INFO] [stderr] 40  |     fn new() -> Interpreter<io::stdio::StdReader> {
[INFO] [stderr]     |                                 ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:45:26
[INFO] [stderr]     |
[INFO] [stderr] 45  |             buf    : io::stdio::stdin()
[INFO] [stderr]     |                          ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 35 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0531, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `rust-bf`.
[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: cannot find macro `fail` in this scope
[INFO] [stderr]   --> src/main.rs:78:25
[INFO] [stderr]    |
[INFO] [stderr] 78 |                         fail!("unexpected close bracket");
[INFO] [stderr]    |                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `fail` in this scope
[INFO] [stderr]    --> src/main.rs:118:22
[INFO] [stderr]     |
[INFO] [stderr] 118 |                 _ => fail!("not implemented")
[INFO] [stderr]     |                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> src/main.rs:25:16
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let path = Path::new(filename);
[INFO] [stderr]    |                ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `BufferedReader` in `io`
[INFO] [stderr]   --> src/main.rs:26:24
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut file = io::BufferedReader::new(io::File::open(&path));
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ could not find `BufferedReader` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `File` in `io`
[INFO] [stderr]   --> src/main.rs:26:48
[INFO] [stderr]    |
[INFO] [stderr] 26 |     let mut file = io::BufferedReader::new(io::File::open(&path));
[INFO] [stderr]    |                                                ^^^^ could not find `File` in `io`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:11:21
[INFO] [stderr]    |
[INFO] [stderr] 11 | static STATE_SIZE : uint = 30000u;
[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:16:20
[INFO] [stderr]    |
[INFO] [stderr] 16 |     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] 8  | use std::env::args;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Reader` in this scope
[INFO] [stderr]   --> src/main.rs:31:23
[INFO] [stderr]    |
[INFO] [stderr] 31 | struct Interpreter<R: Reader> {
[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:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     ptr    : uint,
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StdReader` in `io::stdio`
[INFO] [stderr]   --> src/main.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |                             ^^^^^^^^^ not found in `io::stdio`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `StdReader` in `io::stdio`
[INFO] [stderr]   --> src/main.rs:40:40
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn new() -> Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |                                        ^^^^^^^^^ not found in `io::stdio`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/main.rs:66:28
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]    |     - help: you might be missing a type parameter: `<uint>`
[INFO] [stderr] ...
[INFO] [stderr] 66 |         let mut stack: Vec<uint> = Vec::new();
[INFO] [stderr]    |                            ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `JMPF` in this scope
[INFO] [stderr]   --> src/main.rs:75:53
[INFO] [stderr]    |
[INFO] [stderr] 75 |                         *tokens.get_mut(start)    = JMPF(code_ptr + 1);
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 8  | use Cmd::JMPF;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `JMPT` in this scope
[INFO] [stderr]   --> src/main.rs:76:53
[INFO] [stderr]    |
[INFO] [stderr] 76 |                         *tokens.get_mut(code_ptr) = JMPT(start);
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 8  | use Cmd::JMPT;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `JMPT` in this scope
[INFO] [stderr]    --> src/main.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |                 JMPT(dest) => {
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::JMPT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `JMPF` in this scope
[INFO] [stderr]    --> src/main.rs:112:17
[INFO] [stderr]     |
[INFO] [stderr] 112 |                 JMPF(dest) => {
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::JMPF;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]    --> src/main.rs:143:10
[INFO] [stderr]     |
[INFO] [stderr] 143 |     JMPT(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:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |     JMPF(uint),
[INFO] [stderr]     |          ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NEXT` in this scope
[INFO] [stderr]    --> src/main.rs:151:20
[INFO] [stderr]     |
[INFO] [stderr] 151 |             '>' => NEXT, // >
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::NEXT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PREV` in this scope
[INFO] [stderr]    --> src/main.rs:152:20
[INFO] [stderr]     |
[INFO] [stderr] 152 |             '<' => PREV, // <
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::PREV;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INCR` in this scope
[INFO] [stderr]    --> src/main.rs:153:20
[INFO] [stderr]     |
[INFO] [stderr] 153 |             '+' => INCR, // +
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::INCR;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DECR` in this scope
[INFO] [stderr]    --> src/main.rs:154:20
[INFO] [stderr]     |
[INFO] [stderr] 154 |             '-' => DECR, // -
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::DECR;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OUTP` in this scope
[INFO] [stderr]    --> src/main.rs:155:20
[INFO] [stderr]     |
[INFO] [stderr] 155 |             '.' => OUTP, // .
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::OUTP;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INPT` in this scope
[INFO] [stderr]    --> src/main.rs:156:20
[INFO] [stderr]     |
[INFO] [stderr] 156 |             ',' => INPT, // ,
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::INPT;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FWRD` in this scope
[INFO] [stderr]    --> src/main.rs:157:20
[INFO] [stderr]     |
[INFO] [stderr] 157 |             '[' => FWRD, // [
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::FWRD;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `BACK` in this scope
[INFO] [stderr]    --> src/main.rs:158:20
[INFO] [stderr]     |
[INFO] [stderr] 158 |             ']' => BACK, // ]
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::BACK;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NOOP` in this scope
[INFO] [stderr]    --> src/main.rs:159:20
[INFO] [stderr]     |
[INFO] [stderr] 159 |             _   => NOOP
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 8   | use Cmd::NOOP;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:38:22
[INFO] [stderr]     |
[INFO] [stderr] 38  | impl Interpreter<io::stdio::StdReader> {
[INFO] [stderr]     |                      ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:40:33
[INFO] [stderr]     |
[INFO] [stderr] 40  |     fn new() -> Interpreter<io::stdio::StdReader> {
[INFO] [stderr]     |                                 ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `stdio` is private
[INFO] [stderr]    --> src/main.rs:45:26
[INFO] [stderr]     |
[INFO] [stderr] 45  |             buf    : io::stdio::stdin()
[INFO] [stderr]     |                          ^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `stdio` is defined here
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 35 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0531, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `rust-bf`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "861a37c6e6bd221e6d511a81fe90de26e50005bc83c97da9ca8245c927ee9ff1"`
[INFO] running `"docker" "rm" "-f" "861a37c6e6bd221e6d511a81fe90de26e50005bc83c97da9ca8245c927ee9ff1"`
[INFO] [stdout] 861a37c6e6bd221e6d511a81fe90de26e50005bc83c97da9ca8245c927ee9ff1
