[INFO] updating cached repository alehander42/escher-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/alehander42/escher-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/alehander42/escher-rust" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/alehander42/escher-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/alehander42/escher-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/alehander42/escher-rust" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/alehander42/escher-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/alehander42/escher-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 458ef2a4e8078c59a96b864e565340127a4f6c62 [INFO] sha for GitHub repo alehander42/escher-rust: 458ef2a4e8078c59a96b864e565340127a4f6c62 [INFO] validating manifest of alehander42/escher-rust 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 alehander42/escher-rust 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 alehander42/escher-rust [INFO] finished frobbing alehander42/escher-rust [INFO] frobbed toml for alehander42/escher-rust written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/alehander42/escher-rust/Cargo.toml [INFO] started frobbing alehander42/escher-rust [INFO] finished frobbing alehander42/escher-rust [INFO] frobbed toml for alehander42/escher-rust written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/alehander42/escher-rust/Cargo.toml [INFO] crate alehander42/escher-rust 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 alehander42/escher-rust against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/alehander42/escher-rust:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c408e3169b9c03586c9d0b387b6eeac209982bc2fccadc03efdd795571e2d024 [INFO] running `"docker" "start" "-a" "c408e3169b9c03586c9d0b387b6eeac209982bc2fccadc03efdd795571e2d024"` [INFO] [stderr] warning: path `/opt/crater/workdir/src/escher.rs` was erroneously implicitly accepted for binary `escher`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Checking escher v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/parser.rs:127:22 [INFO] [stderr] | [INFO] [stderr] 127 | let mut number = 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/parser.rs:128:21 [INFO] [stderr] | [INFO] [stderr] 128 | let mut index = 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/parser.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | let mut index = 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/parser.rs:156:21 [INFO] [stderr] | [INFO] [stderr] 156 | let mut index = 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/parser.rs:127:22 [INFO] [stderr] | [INFO] [stderr] 127 | let mut number = 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/parser.rs:128:21 [INFO] [stderr] | [INFO] [stderr] 128 | let mut index = 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/parser.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | let mut index = 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/parser.rs:156:21 [INFO] [stderr] | [INFO] [stderr] 156 | let mut index = 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: unknown format trait `s` [INFO] [stderr] --> src/parser.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | let arg = format!("({:s})", source); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the only appropriate formatting traits are: [INFO] [stderr] - ``, which uses the `Display` trait [INFO] [stderr] - `?`, which uses the `Debug` trait [INFO] [stderr] - `e`, which uses the `LowerExp` trait [INFO] [stderr] - `E`, which uses the `UpperExp` trait [INFO] [stderr] - `o`, which uses the `Octal` trait [INFO] [stderr] - `p`, which uses the `Pointer` trait [INFO] [stderr] - `b`, which uses the `Binary` trait [INFO] [stderr] - `x`, which uses the `LowerHex` trait [INFO] [stderr] - `X`, which uses the `UpperHex` trait [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ascii::StrAsciiExt` [INFO] [stderr] --> src/parser.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::ascii::StrAsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `AsciiExt` [INFO] [stderr] | no `StrAsciiExt` in `ascii` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[deriving(Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:33:3 [INFO] [stderr] | [INFO] [stderr] 33 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:49:3 [INFO] [stderr] | [INFO] [stderr] 49 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:45:33 [INFO] [stderr] | [INFO] [stderr] 45 | ListCell(a) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/parser.rs:47:41 [INFO] [stderr] | [INFO] [stderr] 47 | StringCell(b) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:115:42 [INFO] [stderr] | [INFO] [stderr] 115 | return Ok(ParseResult{value: ListCell(list), left: left, signatures: HashMap::new()}); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:122:34 [INFO] [stderr] | [INFO] [stderr] 122 | return Ok(ParseResult{value: ListCell(list), left: left, signatures: HashMap::new()}); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IntCell` in this scope [INFO] [stderr] --> src/parser.rs:139:31 [INFO] [stderr] | [INFO] [stderr] 139 | return ParseResult{value: IntCell(number), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IdentCell` in this scope [INFO] [stderr] --> src/parser.rs:150:31 [INFO] [stderr] | [INFO] [stderr] 150 | return ParseResult{value: IdentCell(label), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `StringCell` in this scope [INFO] [stderr] --> src/parser.rs:162:31 [INFO] [stderr] | [INFO] [stderr] 162 | return ParseResult{value: StringCell(label), left: source.slice_from(index + 1).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/parser.rs:177:21 [INFO] [stderr] | [INFO] [stderr] 177 | IdentCell(label) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sexp.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | IntCell(uint), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IntCell` in this scope [INFO] [stderr] --> src/sexp.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | (IntCell(a), IntCell(b)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IntCell` in this scope [INFO] [stderr] --> src/sexp.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | (IntCell(a), IntCell(b)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/sexp.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | (StringCell(a), StringCell(b)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/sexp.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | (StringCell(a), StringCell(b)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/sexp.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | (IdentCell(a), IdentCell(b)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/sexp.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | (IdentCell(a), IdentCell(b)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/sexp.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | (ListCell(a), ListCell(b)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/sexp.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | (ListCell(a), ListCell(b)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: unknown format trait `s` [INFO] [stderr] --> src/parser.rs:6:33 [INFO] [stderr] | [INFO] [stderr] 6 | let arg = format!("({:s})", source); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the only appropriate formatting traits are: [INFO] [stderr] - ``, which uses the `Display` trait [INFO] [stderr] - `?`, which uses the `Debug` trait [INFO] [stderr] - `e`, which uses the `LowerExp` trait [INFO] [stderr] - `E`, which uses the `UpperExp` trait [INFO] [stderr] - `o`, which uses the `Octal` trait [INFO] [stderr] - `p`, which uses the `Pointer` trait [INFO] [stderr] - `b`, which uses the `Binary` trait [INFO] [stderr] - `x`, which uses the `LowerHex` trait [INFO] [stderr] - `X`, which uses the `UpperHex` trait [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ascii::StrAsciiExt` [INFO] [stderr] --> src/parser.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::ascii::StrAsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `AsciiExt` [INFO] [stderr] | no `StrAsciiExt` in `ascii` [INFO] [stderr] [INFO] [stderr] error[E0616]: field `sexp` of struct `sexp::Sexp` is private [INFO] [stderr] --> src/escher.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | Ok(a) => { println!("{}", a.sexp); } [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `sexp::Cell` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/escher.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | Ok(a) => { println!("{}", a.sexp); } [INFO] [stderr] | ^^^^^^ `sexp::Cell` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sexp::Cell` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | let cells = parse_cells(arg.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | let first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | let l = parse_signature(trimmed_source.slice_from(1)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | let next = m.left.as_slice().trim(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:81:42 [INFO] [stderr] | [INFO] [stderr] 81 | return parse_list(trimmed_source.slice_from(1)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:84:47 [INFO] [stderr] | [INFO] [stderr] 84 | return Ok(parse_string(trimmed_source.slice_from(1))); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:98:36 [INFO] [stderr] | [INFO] [stderr] 98 | let mut first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | let mut left = String::from_str(trimmed_source); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:129:42 [INFO] [stderr] | [INFO] [stderr] 129 | while index < source.len() && source.char_at(index).is_digit() { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:130:28 [INFO] [stderr] | [INFO] [stderr] 130 | let digit = source.char_at(index).to_digit(10); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:139:61 [INFO] [stderr] | [INFO] [stderr] 139 | return ParseResult{value: IntCell(number), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:143:29 [INFO] [stderr] | [INFO] [stderr] 143 | let mut label = String::from_str(""); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:146:42 [INFO] [stderr] | [INFO] [stderr] 146 | while index < source.len() && source.char_at(index) != ' ' { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | label.push_char(source.char_at(index)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:150:62 [INFO] [stderr] | [INFO] [stderr] 150 | return ParseResult{value: IdentCell(label), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[deriving(Eq, Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:155:29 [INFO] [stderr] | [INFO] [stderr] 155 | let mut label = String::from_str(""); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:33:3 [INFO] [stderr] | [INFO] [stderr] 33 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:39:3 [INFO] [stderr] | [INFO] [stderr] 39 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/sexp.rs:49:3 [INFO] [stderr] | [INFO] [stderr] 49 | #[deriving(Show)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:158:42 [INFO] [stderr] | [INFO] [stderr] 158 | while index < source.len() && source.char_at(index) != '"' { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | label.push_char(source.char_at(index)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:162:63 [INFO] [stderr] | [INFO] [stderr] 162 | return ParseResult{value: StringCell(label), left: source.slice_from(index + 1).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:169:36 [INFO] [stderr] | [INFO] [stderr] 169 | let mut first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:170:28 [INFO] [stderr] | [INFO] [stderr] 170 | let mut left = String::from_str(trimmed_source); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `sexp::ParameterType` with `sexp::ParameterType` [INFO] [stderr] --> src/parser.rs:181:45 [INFO] [stderr] | [INFO] [stderr] 181 | else if !parameters.contains(&label) { [INFO] [stderr] | ^^^^^^^^ no implementation for `sexp::ParameterType == sexp::ParameterType` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `sexp::ParameterType` [INFO] [stderr] [INFO] [stderr] error: aborting due to 52 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0425, E0432, E0599, E0616. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `escher`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:45:33 [INFO] [stderr] | [INFO] [stderr] 45 | ListCell(a) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/parser.rs:47:41 [INFO] [stderr] | [INFO] [stderr] 47 | StringCell(b) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:115:42 [INFO] [stderr] | [INFO] [stderr] 115 | return Ok(ParseResult{value: ListCell(list), left: left, signatures: HashMap::new()}); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ListCell` in this scope [INFO] [stderr] --> src/parser.rs:122:34 [INFO] [stderr] | [INFO] [stderr] 122 | return Ok(ParseResult{value: ListCell(list), left: left, signatures: HashMap::new()}); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IntCell` in this scope [INFO] [stderr] --> src/parser.rs:139:31 [INFO] [stderr] | [INFO] [stderr] 139 | return ParseResult{value: IntCell(number), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IdentCell` in this scope [INFO] [stderr] --> src/parser.rs:150:31 [INFO] [stderr] | [INFO] [stderr] 150 | return ParseResult{value: IdentCell(label), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `StringCell` in this scope [INFO] [stderr] --> src/parser.rs:162:31 [INFO] [stderr] | [INFO] [stderr] 162 | return ParseResult{value: StringCell(label), left: source.slice_from(index + 1).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/parser.rs:177:21 [INFO] [stderr] | [INFO] [stderr] 177 | IdentCell(label) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sexp.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | IntCell(uint), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IntCell` in this scope [INFO] [stderr] --> src/sexp.rs:14:14 [INFO] [stderr] | [INFO] [stderr] 14 | (IntCell(a), IntCell(b)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IntCell` in this scope [INFO] [stderr] --> src/sexp.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | (IntCell(a), IntCell(b)) => { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IntCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/sexp.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | (StringCell(a), StringCell(b)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `StringCell` in this scope [INFO] [stderr] --> src/sexp.rs:17:29 [INFO] [stderr] | [INFO] [stderr] 17 | (StringCell(a), StringCell(b)) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::StringCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/sexp.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | (IdentCell(a), IdentCell(b)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `IdentCell` in this scope [INFO] [stderr] --> src/sexp.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | (IdentCell(a), IdentCell(b)) => { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::IdentCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/sexp.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | (ListCell(a), ListCell(b)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `ListCell` in this scope [INFO] [stderr] --> src/sexp.rs:23:27 [INFO] [stderr] | [INFO] [stderr] 23 | (ListCell(a), ListCell(b)) => { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use sexp::Cell::ListCell; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0616]: field `sexp` of struct `sexp::Sexp` is private [INFO] [stderr] --> src/escher.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | Ok(a) => { println!("{}", a.sexp); } [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `sexp::Cell` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/escher.rs:7:35 [INFO] [stderr] | [INFO] [stderr] 7 | Ok(a) => { println!("{}", a.sexp); } [INFO] [stderr] | ^^^^^^ `sexp::Cell` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `sexp::Cell` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:7:33 [INFO] [stderr] | [INFO] [stderr] 7 | let cells = parse_cells(arg.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | let first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:35:48 [INFO] [stderr] | [INFO] [stderr] 35 | let l = parse_signature(trimmed_source.slice_from(1)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | let next = m.left.as_slice().trim(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:81:42 [INFO] [stderr] | [INFO] [stderr] 81 | return parse_list(trimmed_source.slice_from(1)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:84:47 [INFO] [stderr] | [INFO] [stderr] 84 | return Ok(parse_string(trimmed_source.slice_from(1))); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:98:36 [INFO] [stderr] | [INFO] [stderr] 98 | let mut first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:99:28 [INFO] [stderr] | [INFO] [stderr] 99 | let mut left = String::from_str(trimmed_source); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:129:42 [INFO] [stderr] | [INFO] [stderr] 129 | while index < source.len() && source.char_at(index).is_digit() { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:130:28 [INFO] [stderr] | [INFO] [stderr] 130 | let digit = source.char_at(index).to_digit(10); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:139:61 [INFO] [stderr] | [INFO] [stderr] 139 | return ParseResult{value: IntCell(number), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:143:29 [INFO] [stderr] | [INFO] [stderr] 143 | let mut label = String::from_str(""); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:146:42 [INFO] [stderr] | [INFO] [stderr] 146 | while index < source.len() && source.char_at(index) != ' ' { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:147:32 [INFO] [stderr] | [INFO] [stderr] 147 | label.push_char(source.char_at(index)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:150:62 [INFO] [stderr] | [INFO] [stderr] 150 | return ParseResult{value: IdentCell(label), left: source.slice_from(index).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:155:29 [INFO] [stderr] | [INFO] [stderr] 155 | let mut label = String::from_str(""); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:158:42 [INFO] [stderr] | [INFO] [stderr] 158 | while index < source.len() && source.char_at(index) != '"' { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | label.push_char(source.char_at(index)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:162:63 [INFO] [stderr] | [INFO] [stderr] 162 | return ParseResult{value: StringCell(label), left: source.slice_from(index + 1).to_string(), signatures: HashMap::new()} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `char_at` found for type `&str` in the current scope [INFO] [stderr] --> src/parser.rs:169:36 [INFO] [stderr] | [INFO] [stderr] 169 | let mut first = trimmed_source.char_at(0); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/parser.rs:170:28 [INFO] [stderr] | [INFO] [stderr] 170 | let mut left = String::from_str(trimmed_source); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use std::str::FromStr;` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `sexp::ParameterType` with `sexp::ParameterType` [INFO] [stderr] --> src/parser.rs:181:45 [INFO] [stderr] | [INFO] [stderr] 181 | else if !parameters.contains(&label) { [INFO] [stderr] | ^^^^^^^^ no implementation for `sexp::ParameterType == sexp::ParameterType` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `sexp::ParameterType` [INFO] [stderr] [INFO] [stderr] error: aborting due to 52 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0412, E0425, E0432, E0599, E0616. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `escher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c408e3169b9c03586c9d0b387b6eeac209982bc2fccadc03efdd795571e2d024"` [INFO] running `"docker" "rm" "-f" "c408e3169b9c03586c9d0b387b6eeac209982bc2fccadc03efdd795571e2d024"` [INFO] [stdout] c408e3169b9c03586c9d0b387b6eeac209982bc2fccadc03efdd795571e2d024