[INFO] cloning repository https://github.com/kevlarr/rusty-calc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevlarr/rusty-calc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevlarr%2Frusty-calc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevlarr%2Frusty-calc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5cfcecf677b91ae35a487ca1628f569bed545573 [INFO] checking kevlarr/rusty-calc against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevlarr%2Frusty-calc" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kevlarr/rusty-calc on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kevlarr/rusty-calc [INFO] finished tweaking git repo https://github.com/kevlarr/rusty-calc [INFO] tweaked toml for git repo https://github.com/kevlarr/rusty-calc written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kevlarr/rusty-calc already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70a7d03fc7a33797fa6d2afbcc75b8fab576427e3c259e240c640f3cf3caa645 [INFO] running `Command { std: "docker" "start" "-a" "70a7d03fc7a33797fa6d2afbcc75b8fab576427e3c259e240c640f3cf3caa645", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70a7d03fc7a33797fa6d2afbcc75b8fab576427e3c259e240c640f3cf3caa645", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a7d03fc7a33797fa6d2afbcc75b8fab576427e3c259e240c640f3cf3caa645", kill_on_drop: false }` [INFO] [stdout] 70a7d03fc7a33797fa6d2afbcc75b8fab576427e3c259e240c640f3cf3caa645 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cac45e26d0bb94a27050d7c580f943ee4e0fb31430d4a4c43ae93a40eca191c [INFO] running `Command { std: "docker" "start" "-a" "2cac45e26d0bb94a27050d7c580f943ee4e0fb31430d4a4c43ae93a40eca191c", kill_on_drop: false }` [INFO] [stderr] Checking rustycalc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `add` in module `super` [INFO] [stdout] --> src/lib.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | assert_eq!(super::add(*x, *y), Ok(x + y), "{} + {}", x, y); [INFO] [stdout] | ^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `subtract` in module `super` [INFO] [stdout] --> src/lib.rs:96:31 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(super::subtract(*x, *y), Ok(x - y), "{} - {}", x, y); [INFO] [stdout] | ^^^^^^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `multiply` in module `super` [INFO] [stdout] --> src/lib.rs:119:31 [INFO] [stdout] | [INFO] [stdout] 119 | assert_eq!(super::multiply(*x, *y), Ok(x * y), "{} * {}", x, y); [INFO] [stdout] | ^^^^^^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `divide` in module `super` [INFO] [stdout] --> src/lib.rs:146:31 [INFO] [stdout] | [INFO] [stdout] 146 | assert_eq!(super::divide(*x, *y), Ok(x / y), "{} * {}", x, y); [INFO] [stdout] | ^^^^^^ not found in `super` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:133:47 [INFO] [stdout] | [INFO] [stdout] 133 | assert(vec![Tk::Num(15)], Ex::Literal(15)); [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:142:46 [INFO] [stdout] | [INFO] [stdout] 142 | Ex::SubExpr(Box::new(Ex::Literal(15))), [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:155:29 [INFO] [stdout] | [INFO] [stdout] 155 | (Sy::Caret, Op::Exp), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Mod` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | (Sy::Percent, Op::Mod), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Mod` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:166:29 [INFO] [stdout] | [INFO] [stdout] 166 | Ex::Literal(15), [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:168:29 [INFO] [stdout] | [INFO] [stdout] 168 | Ex::Literal(0)) [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:182:29 [INFO] [stdout] | [INFO] [stdout] 182 | (Sy::Caret, Op::Exp), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Mod` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:183:31 [INFO] [stdout] | [INFO] [stdout] 183 | (Sy::Percent, Op::Mod), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Mod` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:196:33 [INFO] [stdout] | [INFO] [stdout] 196 | Ex::Literal(15), [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:198:33 [INFO] [stdout] | [INFO] [stdout] 198 | Ex::Literal(0), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:210:47 [INFO] [stdout] | [INFO] [stdout] 210 | Ex::Negation(Box::new(Ex::Literal(15))), [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:231:33 [INFO] [stdout] | [INFO] [stdout] 231 | Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:233:33 [INFO] [stdout] | [INFO] [stdout] 233 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:252:68 [INFO] [stdout] | [INFO] [stdout] 252 | Ex::SubExpr(Box::new(Ex::Negation(Box::new(Ex::Literal(15))))), [INFO] [stdout] | ----------- ^^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:265:29 [INFO] [stdout] | [INFO] [stdout] 265 | (Sy::Caret, Op::Exp), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Mod` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:266:31 [INFO] [stdout] | [INFO] [stdout] 266 | (Sy::Percent, Op::Mod), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Mod` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:278:33 [INFO] [stdout] | [INFO] [stdout] 278 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:280:55 [INFO] [stdout] | [INFO] [stdout] 280 | Ex::Negation(Box::new(Ex::Literal(5))), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:295:29 [INFO] [stdout] | [INFO] [stdout] 295 | (Sy::Caret, Op::Exp), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Mod` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:296:31 [INFO] [stdout] | [INFO] [stdout] 296 | (Sy::Percent, Op::Mod), [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Mod` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:310:37 [INFO] [stdout] | [INFO] [stdout] 310 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:312:37 [INFO] [stdout] | [INFO] [stdout] 312 | Ex::Literal(3), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:315:33 [INFO] [stdout] | [INFO] [stdout] 315 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:336:29 [INFO] [stdout] | [INFO] [stdout] 336 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:339:33 [INFO] [stdout] | [INFO] [stdout] 339 | Ex::Literal(3), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:341:33 [INFO] [stdout] | [INFO] [stdout] 341 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:366:37 [INFO] [stdout] | [INFO] [stdout] 366 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:368:37 [INFO] [stdout] | [INFO] [stdout] 368 | Ex::Literal(3), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:372:29 [INFO] [stdout] | [INFO] [stdout] 372 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:394:29 [INFO] [stdout] | [INFO] [stdout] 394 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:398:37 [INFO] [stdout] | [INFO] [stdout] 398 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:400:37 [INFO] [stdout] | [INFO] [stdout] 400 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:432:29 [INFO] [stdout] | [INFO] [stdout] 432 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:438:45 [INFO] [stdout] | [INFO] [stdout] 438 | ... Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:440:45 [INFO] [stdout] | [INFO] [stdout] 440 | ... Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Op::Exp, [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:446:45 [INFO] [stdout] | [INFO] [stdout] 446 | ... Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:448:45 [INFO] [stdout] | [INFO] [stdout] 448 | ... Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:472:33 [INFO] [stdout] | [INFO] [stdout] 472 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:474:33 [INFO] [stdout] | [INFO] [stdout] 474 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:477:29 [INFO] [stdout] | [INFO] [stdout] 477 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:491:29 [INFO] [stdout] | [INFO] [stdout] 491 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:494:33 [INFO] [stdout] | [INFO] [stdout] 494 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:496:33 [INFO] [stdout] | [INFO] [stdout] 496 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:521:37 [INFO] [stdout] | [INFO] [stdout] 521 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:523:37 [INFO] [stdout] | [INFO] [stdout] 523 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:526:33 [INFO] [stdout] | [INFO] [stdout] 526 | Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:529:29 [INFO] [stdout] | [INFO] [stdout] 529 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:554:33 [INFO] [stdout] | [INFO] [stdout] 554 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:557:37 [INFO] [stdout] | [INFO] [stdout] 557 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:560:41 [INFO] [stdout] | [INFO] [stdout] 560 | ... Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:561:33 [INFO] [stdout] | [INFO] [stdout] 561 | ... Op::Exp, [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:562:41 [INFO] [stdout] | [INFO] [stdout] 562 | ... Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:567:29 [INFO] [stdout] | [INFO] [stdout] 567 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:587:29 [INFO] [stdout] | [INFO] [stdout] 587 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:591:37 [INFO] [stdout] | [INFO] [stdout] 591 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:594:41 [INFO] [stdout] | [INFO] [stdout] 594 | ... Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:595:33 [INFO] [stdout] | [INFO] [stdout] 595 | ... Op::Exp, [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:596:41 [INFO] [stdout] | [INFO] [stdout] 596 | ... Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:600:33 [INFO] [stdout] | [INFO] [stdout] 600 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:624:33 [INFO] [stdout] | [INFO] [stdout] 624 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:626:33 [INFO] [stdout] | [INFO] [stdout] 626 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:630:33 [INFO] [stdout] | [INFO] [stdout] 630 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:631:25 [INFO] [stdout] | [INFO] [stdout] 631 | Op::Exp, [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:632:33 [INFO] [stdout] | [INFO] [stdout] 632 | Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:651:33 [INFO] [stdout] | [INFO] [stdout] 651 | Ex::Literal(1), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:654:37 [INFO] [stdout] | [INFO] [stdout] 654 | Ex::Literal(5), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Exp` found for enum `syntax::Operation` in the current scope [INFO] [stdout] --> src/parser/mod.rs:655:29 [INFO] [stdout] | [INFO] [stdout] 655 | Op::Exp, [INFO] [stdout] | ^^^ variant or associated item not found in `Operation` [INFO] [stdout] | [INFO] [stdout] ::: src/parser/syntax.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub enum Operation { [INFO] [stdout] | ------------------ variant or associated item `Exp` not found for this enum [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `syntax::Operation`, consider using `syntax::Operation::from_symbol` which returns `Result` [INFO] [stdout] --> src/parser/syntax.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn from_symbol(s: Symbol) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:656:37 [INFO] [stdout] | [INFO] [stdout] 656 | Ex::Literal(2), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/parser/mod.rs:660:29 [INFO] [stdout] | [INFO] [stdout] 660 | Ex::Literal(4), [INFO] [stdout] | ----------- ^ expected `Binary`, found integer [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> src/parser/syntax.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | Literal(Binary), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 74 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustycalc` (lib test) due to 75 previous errors [INFO] running `Command { std: "docker" "inspect" "2cac45e26d0bb94a27050d7c580f943ee4e0fb31430d4a4c43ae93a40eca191c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cac45e26d0bb94a27050d7c580f943ee4e0fb31430d4a4c43ae93a40eca191c", kill_on_drop: false }` [INFO] [stdout] 2cac45e26d0bb94a27050d7c580f943ee4e0fb31430d4a4c43ae93a40eca191c [INFO] checking kevlarr/rusty-calc against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevlarr%2Frusty-calc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kevlarr/rusty-calc on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kevlarr/rusty-calc [INFO] finished tweaking git repo https://github.com/kevlarr/rusty-calc [INFO] tweaked toml for git repo https://github.com/kevlarr/rusty-calc written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kevlarr/rusty-calc already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f69b0bb7ff4acb373ed8741b17f155e0f17fe358fc516e4b4e1997c4d3d411d [INFO] running `Command { std: "docker" "start" "-a" "5f69b0bb7ff4acb373ed8741b17f155e0f17fe358fc516e4b4e1997c4d3d411d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f69b0bb7ff4acb373ed8741b17f155e0f17fe358fc516e4b4e1997c4d3d411d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f69b0bb7ff4acb373ed8741b17f155e0f17fe358fc516e4b4e1997c4d3d411d", kill_on_drop: false }` [INFO] [stdout] 5f69b0bb7ff4acb373ed8741b17f155e0f17fe358fc516e4b4e1997c4d3d411d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab9f732ea04377a6dceb214e7482a3ba6b8a08e13cebe9061a1b924705c73cb2 [INFO] running `Command { std: "docker" "start" "-a" "ab9f732ea04377a6dceb214e7482a3ba6b8a08e13cebe9061a1b924705c73cb2", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "ab9f732ea04377a6dceb214e7482a3ba6b8a08e13cebe9061a1b924705c73cb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab9f732ea04377a6dceb214e7482a3ba6b8a08e13cebe9061a1b924705c73cb2", kill_on_drop: false }` [INFO] [stdout] ab9f732ea04377a6dceb214e7482a3ba6b8a08e13cebe9061a1b924705c73cb2