[INFO] updating cached repository Arcterus/umake [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Arcterus/umake [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Arcterus/umake" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Arcterus/umake"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Arcterus/umake'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Arcterus/umake" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Arcterus/umake"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Arcterus/umake'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5b496fbd67b3c7cbb33b1ad613a376e98f71edb1 [INFO] sha for GitHub repo Arcterus/umake: 5b496fbd67b3c7cbb33b1ad613a376e98f71edb1 [INFO] validating manifest of Arcterus/umake on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Arcterus/umake on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Arcterus/umake [INFO] finished frobbing Arcterus/umake [INFO] frobbed toml for Arcterus/umake written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Arcterus/umake/Cargo.toml [INFO] started frobbing Arcterus/umake [INFO] finished frobbing Arcterus/umake [INFO] frobbed toml for Arcterus/umake written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Arcterus/umake/Cargo.toml [INFO] crate Arcterus/umake already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Arcterus/umake against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Arcterus/umake:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fcb379d65a4e093a10558b666af952535c481c9f787a5507869a534b66b05e64 [INFO] running `"docker" "start" "-a" "fcb379d65a4e093a10558b666af952535c481c9f787a5507869a534b66b05e64"` [INFO] [stderr] Checking umake v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved imports `std::fmt::Show`, `std::fmt::FormatError` [INFO] [stderr] --> src/lib.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fmt::{Show, FormatError, Formatter}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ no `FormatError` in `fmt` [INFO] [stderr] | | [INFO] [stderr] | no `Show` in `fmt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `Comma`, `Dollar` [INFO] [stderr] --> src/gnu/lexer.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | use {TokenError, TokenResult, Token, Comma, Dollar}; [INFO] [stderr] | ^^^^^ ^^^^^^ no `Dollar` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Comma` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:30:105 [INFO] [stderr] | [INFO] [stderr] 30 | fn parse_var<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, tokens: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:38:106 [INFO] [stderr] | [INFO] [stderr] 38 | fn parse_rule<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, tokens: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:42:104 [INFO] [stderr] | [INFO] [stderr] 42 | fn parse_func<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unimplemented` in this scope [INFO] [stderr] --> src/gnu/parser.rs:49:62 [INFO] [stderr] | [INFO] [stderr] 49 | ParseError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::parser::GnuParseError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/parser.rs:49:79 [INFO] [stderr] | [INFO] [stderr] 49 | ParseError::new(format!("{} not yet implemented.", name), Unimplemented 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/gnu/lexer.rs:37:111 [INFO] [stderr] | [INFO] [stderr] 37 | fn tokenize_var<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:45:112 [INFO] [stderr] | [INFO] [stderr] 45 | fn tokenize_rule<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:49:112 [INFO] [stderr] | [INFO] [stderr] 49 | fn tokenize_func<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unimplemented` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:56:62 [INFO] [stderr] | [INFO] [stderr] 56 | TokenError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::parser::GnuParseError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:56:79 [INFO] [stderr] | [INFO] [stderr] 56 | TokenError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unexpected` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:71:75 [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), Unexpected as int) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), expected as int) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unexpected; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:71:89 [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), Unexpected as int) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/gnu/mod.rs:22:31 [INFO] [stderr] | [INFO] [stderr] 22 | fn vars(&mut self) -> &mut MutableMap<&'a [u8], Vec> { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/gnu/mod.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | &mut self.vars as &mut MutableMap<&'a [u8], Vec> [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/lib.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | fn vars(&mut self) -> &mut MutableMap<&'a [u8], Vec>; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv_as_bytes` in module `os` [INFO] [stderr] --> src/lib.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | match os::getenv_as_bytes(utf8_name) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:74:14 [INFO] [stderr] | [INFO] [stderr] 74 | pub code: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:79:14 [INFO] [stderr] | [INFO] [stderr] 79 | pub code: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn new(msg: String, code: int) -> ParseError { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn new(msg: String, code: int) -> TokenError { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `MakefileRule` [INFO] [stderr] --> src/gnu/parser.rs:2:6 [INFO] [stderr] | [INFO] [stderr] 2 | use {MakefileRule, MakefileDag, ParseError, ParseResult, Token}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0496]: lifetime name `'a` shadows a lifetime name that is already in scope [INFO] [stderr] --> src/lib.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 17 | pub trait Makefile<'a> { [INFO] [stderr] | -- first declared here [INFO] [stderr] ... [INFO] [stderr] 20 | fn tokenize<'a>(&mut self, data: &[u8]) -> TokenResult>>; [INFO] [stderr] | ^^ lifetime 'a already in scope [INFO] [stderr] [INFO] [stderr] error[E0496]: lifetime name `'a` shadows a lifetime name that is already in scope [INFO] [stderr] --> src/lib.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 17 | pub trait Makefile<'a> { [INFO] [stderr] | -- first declared here [INFO] [stderr] ... [INFO] [stderr] 21 | fn parse<'a, 'b>(&mut self, tokens: Vec>) -> ParseResult>; [INFO] [stderr] | ^^ lifetime 'a already in scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0496. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `umake`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `std::fmt::Show`, `std::fmt::FormatError` [INFO] [stderr] --> src/lib.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fmt::{Show, FormatError, Formatter}; [INFO] [stderr] | ^^^^ ^^^^^^^^^^^ no `FormatError` in `fmt` [INFO] [stderr] | | [INFO] [stderr] | no `Show` in `fmt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `Comma`, `Dollar` [INFO] [stderr] --> src/gnu/lexer.rs:2:38 [INFO] [stderr] | [INFO] [stderr] 2 | use {TokenError, TokenResult, Token, Comma, Dollar}; [INFO] [stderr] | ^^^^^ ^^^^^^ no `Dollar` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Comma` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:30:105 [INFO] [stderr] | [INFO] [stderr] 30 | fn parse_var<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, tokens: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:38:106 [INFO] [stderr] | [INFO] [stderr] 38 | fn parse_rule<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, tokens: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/parser.rs:42:104 [INFO] [stderr] | [INFO] [stderr] 42 | fn parse_func<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[Token<'b>]) -> ParseResult { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unimplemented` in this scope [INFO] [stderr] --> src/gnu/parser.rs:49:62 [INFO] [stderr] | [INFO] [stderr] 49 | ParseError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::parser::GnuParseError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/parser.rs:49:79 [INFO] [stderr] | [INFO] [stderr] 49 | ParseError::new(format!("{} not yet implemented.", name), Unimplemented 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/gnu/lexer.rs:37:111 [INFO] [stderr] | [INFO] [stderr] 37 | fn tokenize_var<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:45:112 [INFO] [stderr] | [INFO] [stderr] 45 | fn tokenize_rule<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:49:112 [INFO] [stderr] | [INFO] [stderr] 49 | fn tokenize_func<'a, 'b>(&mut self, makefile: &mut GnuMakefile<'a>, data: &[u8]) -> TokenResult<(Token<'b>, uint)> { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unimplemented` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:56:62 [INFO] [stderr] | [INFO] [stderr] 56 | TokenError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::parser::GnuParseError::Unimplemented; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:56:79 [INFO] [stderr] | [INFO] [stderr] 56 | TokenError::new(format!("{} not yet implemented.", name), Unimplemented as int) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Unexpected` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:71:75 [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), Unexpected as int) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] help: a local variable with a similar name exists [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), expected as int) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gnu::lexer::GnuTokenError::Unexpected; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/gnu/lexer.rs:71:89 [INFO] [stderr] | [INFO] [stderr] 71 | TokenError::new(format!("Expected {} but found {}.", expected, token), Unexpected as int) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/gnu/mod.rs:22:31 [INFO] [stderr] | [INFO] [stderr] 22 | fn vars(&mut self) -> &mut MutableMap<&'a [u8], Vec> { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/gnu/mod.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | &mut self.vars as &mut MutableMap<&'a [u8], Vec> [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `MutableMap` in this scope [INFO] [stderr] --> src/lib.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | fn vars(&mut self) -> &mut MutableMap<&'a [u8], Vec>; [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getenv_as_bytes` in module `os` [INFO] [stderr] --> src/lib.rs:28:26 [INFO] [stderr] | [INFO] [stderr] 28 | match os::getenv_as_bytes(utf8_name) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:74:14 [INFO] [stderr] | [INFO] [stderr] 74 | pub code: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:79:14 [INFO] [stderr] | [INFO] [stderr] 79 | pub code: int [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn new(msg: String, code: int) -> ParseError { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:121:34 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn new(msg: String, code: int) -> TokenError { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `MakefileRule` [INFO] [stderr] --> src/gnu/parser.rs:2:6 [INFO] [stderr] | [INFO] [stderr] 2 | use {MakefileRule, MakefileDag, ParseError, ParseResult, Token}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0496]: lifetime name `'a` shadows a lifetime name that is already in scope [INFO] [stderr] --> src/lib.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 17 | pub trait Makefile<'a> { [INFO] [stderr] | -- first declared here [INFO] [stderr] ... [INFO] [stderr] 20 | fn tokenize<'a>(&mut self, data: &[u8]) -> TokenResult>>; [INFO] [stderr] | ^^ lifetime 'a already in scope [INFO] [stderr] [INFO] [stderr] error[E0496]: lifetime name `'a` shadows a lifetime name that is already in scope [INFO] [stderr] --> src/lib.rs:21:13 [INFO] [stderr] | [INFO] [stderr] 17 | pub trait Makefile<'a> { [INFO] [stderr] | -- first declared here [INFO] [stderr] ... [INFO] [stderr] 21 | fn parse<'a, 'b>(&mut self, tokens: Vec>) -> ParseResult>; [INFO] [stderr] | ^^ lifetime 'a already in scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0496. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `umake`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fcb379d65a4e093a10558b666af952535c481c9f787a5507869a534b66b05e64"` [INFO] running `"docker" "rm" "-f" "fcb379d65a4e093a10558b666af952535c481c9f787a5507869a534b66b05e64"` [INFO] [stdout] fcb379d65a4e093a10558b666af952535c481c9f787a5507869a534b66b05e64