[INFO] updating cached repository https://github.com/evdc/sprout-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee959dbeb16cd707b5bd8cf014c077104ea2b6b5 [INFO] checking evdc/sprout-rs/ee959dbeb16cd707b5bd8cf014c077104ea2b6b5 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevdc%2Fsprout-rs" "/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/evdc/sprout-rs on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/evdc/sprout-rs [INFO] finished tweaking git repo https://github.com/evdc/sprout-rs [INFO] tweaked toml for git repo https://github.com/evdc/sprout-rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/evdc/sprout-rs 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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa247e0f9a3e0319b165944afe3237e36f1bb2d2bf90da1f8665a970afa51893 [INFO] running `Command { std: "docker" "start" "-a" "aa247e0f9a3e0319b165944afe3237e36f1bb2d2bf90da1f8665a970afa51893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa247e0f9a3e0319b165944afe3237e36f1bb2d2bf90da1f8665a970afa51893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa247e0f9a3e0319b165944afe3237e36f1bb2d2bf90da1f8665a970afa51893", kill_on_drop: false }` [INFO] [stdout] aa247e0f9a3e0319b165944afe3237e36f1bb2d2bf90da1f8665a970afa51893 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 804f3c781ac3d58fcdb702ff071be2fa0702fae2fcb218ad224cf7ff07bd3c17 [INFO] running `Command { std: "docker" "start" "-a" "804f3c781ac3d58fcdb702ff071be2fa0702fae2fcb218ad224cf7ff07bd3c17", kill_on_drop: false }` [INFO] [stderr] Checking sprout-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `super::compile` [INFO] [stdout] --> src/compiler/codegen2.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | use super::compile; [INFO] [stdout] | ^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module (notice the capitalization): `Compile` [INFO] [stdout] | no `compile` in `compiler::codegen2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | tok(TokenType::LiteralBool(true)), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | tok(TokenType::And), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | tok(TokenType::Not), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:232:9 [INFO] [stdout] | [INFO] [stdout] 232 | tok(TokenType::LiteralBool(false)), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | tok(TokenType::Plus), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | tok(TokenType::Name("foo".to_string())), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | tok(TokenType::Star), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:236:9 [INFO] [stdout] | [INFO] [stdout] 236 | tok(TokenType::LiteralStr("bar".to_string())), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | tok(TokenType::Power), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | tok(TokenType::LiteralNum(3.0)) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:252:9 [INFO] [stdout] | [INFO] [stdout] 252 | tok(TokenType::Lt), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | tok(TokenType::LtEq), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | tok(TokenType::Gt), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | tok(TokenType::GtEq), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | tok(TokenType::Assign), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:257:9 [INFO] [stdout] | [INFO] [stdout] 257 | tok(TokenType::Eq), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `tok` in this scope [INFO] [stdout] --> src/compiler/lexer.rs:258:9 [INFO] [stdout] | [INFO] [stdout] 258 | tok(TokenType::NotEq) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | let mut p = Parser::new(&mut lex); [INFO] [stdout] | ^^^^^^^^^^^---------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn new(lexer: &'a mut Lexer<'a>, compiler: &'a mut Compiler, vm: &'a mut VM) -> Parser<'a> { [INFO] [stdout] | ^^^ ------------------------ -------------------------- -------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 397 | let mut p = Parser::new(&mut lex, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:407:17 [INFO] [stdout] | [INFO] [stdout] 407 | let mut p = Parser::new(&mut lex); [INFO] [stdout] | ^^^^^^^^^^^---------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn new(lexer: &'a mut Lexer<'a>, compiler: &'a mut Compiler, vm: &'a mut VM) -> Parser<'a> { [INFO] [stdout] | ^^^ ------------------------ -------------------------- -------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 407 | let mut p = Parser::new(&mut lex, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:419:17 [INFO] [stdout] | [INFO] [stdout] 419 | let mut p = Parser::new(&mut lex); [INFO] [stdout] | ^^^^^^^^^^^---------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn new(lexer: &'a mut Lexer<'a>, compiler: &'a mut Compiler, vm: &'a mut VM) -> Parser<'a> { [INFO] [stdout] | ^^^ ------------------------ -------------------------- -------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 419 | let mut p = Parser::new(&mut lex, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:431:17 [INFO] [stdout] | [INFO] [stdout] 431 | let mut p = Parser::new(&mut lex); [INFO] [stdout] | ^^^^^^^^^^^---------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn new(lexer: &'a mut Lexer<'a>, compiler: &'a mut Compiler, vm: &'a mut VM) -> Parser<'a> { [INFO] [stdout] | ^^^ ------------------------ -------------------------- -------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 431 | let mut p = Parser::new(&mut lex, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | let mut p = Parser::new(&mut lex); [INFO] [stdout] | ^^^^^^^^^^^---------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 293 | pub fn new(lexer: &'a mut Lexer<'a>, compiler: &'a mut Compiler, vm: &'a mut VM) -> Parser<'a> { [INFO] [stdout] | ^^^ ------------------------ -------------------------- -------------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 443 | let mut p = Parser::new(&mut lex, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/parser.rs:454:18 [INFO] [stdout] | [INFO] [stdout] 454 | let result = Parser::parse(input); [INFO] [stdout] | ^^^^^^^^^^^^^------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:305:12 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn parse(input: &str, compiler: &mut Compiler, vm: &mut VM) -> Result { [INFO] [stdout] | ^^^^^ ----------- ----------------------- ----------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 454 | let result = Parser::parse(input, /* &mut Compiler */, /* &mut VM */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stdout] --> src/compiler/codegen2.rs:397:19 [INFO] [stdout] | [INFO] [stdout] 397 | let ast = Parser::parse(input).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^------- two arguments of type `&mut Compiler` and `&mut VM` are missing [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/compiler/parser.rs:305:12 [INFO] [stdout] | [INFO] [stdout] 305 | pub fn parse(input: &str, compiler: &mut Compiler, vm: &mut VM) -> Result { [INFO] [stdout] | ^^^^^ ----------- ----------------------- ----------- [INFO] [stdout] help: provide the arguments [INFO] [stdout] | [INFO] [stdout] 397 | let ast = Parser::parse(input, /* &mut Compiler */, /* &mut VM */).unwrap(); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sprout-rs` (lib test) due to 25 previous errors [INFO] running `Command { std: "docker" "inspect" "804f3c781ac3d58fcdb702ff071be2fa0702fae2fcb218ad224cf7ff07bd3c17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "804f3c781ac3d58fcdb702ff071be2fa0702fae2fcb218ad224cf7ff07bd3c17", kill_on_drop: false }` [INFO] [stdout] 804f3c781ac3d58fcdb702ff071be2fa0702fae2fcb218ad224cf7ff07bd3c17