[INFO] updating cached repository vluzko/Grace [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/vluzko/Grace [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/vluzko/Grace" "work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/vluzko/Grace"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/vluzko/Grace'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vluzko/Grace" "work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/vluzko/Grace"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/vluzko/Grace'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e2af9ef229fe2b8758fc2f55ff587a225546d651 [INFO] sha for GitHub repo vluzko/Grace: e2af9ef229fe2b8758fc2f55ff587a225546d651 [INFO] validating manifest of vluzko/Grace on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vluzko/Grace on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vluzko/Grace [INFO] finished frobbing vluzko/Grace [INFO] frobbed toml for vluzko/Grace written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/vluzko/Grace/Cargo.toml [INFO] started frobbing vluzko/Grace [INFO] finished frobbing vluzko/Grace [INFO] frobbed toml for vluzko/Grace written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/vluzko/Grace/Cargo.toml [INFO] crate vluzko/Grace has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking vluzko/Grace against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-1/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/vluzko/Grace:/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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3d6f38d8d388643f66b3d356bfab7b16cf02de166966f1228df25b34a2a5dc0c [INFO] running `"docker" "start" "-a" "3d6f38d8d388643f66b3d356bfab7b16cf02de166966f1228df25b34a2a5dc0c"` [INFO] [stderr] Checking cute v0.3.0 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking smallvec v0.6.7 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking once_cell v0.1.6 [INFO] [stderr] Checking cached v0.8.0 [INFO] [stderr] Checking grace v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `function_declaration` in this scope [INFO] [stderr] --> src/parser.rs:1165:79 [INFO] [stderr] | [INFO] [stderr] 1165 | check_match("fn x(a, b, *args, c=5, d=7, **kwargs):\n x = 5", |x| function_declaration(x, 0), Stmt::FunctionDecStmt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `function_declaration` in this scope [INFO] [stderr] --> src/parser.rs:1178:71 [INFO] [stderr] | [INFO] [stderr] 1178 | check_match("fn x(a: int, c: int=5) -> int:\n x = 5", |x| function_declaration(x, 0), Stmt::FunctionDecStmt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `ast_node::*` [INFO] [stderr] --> src/compiler_layers.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use ast_node::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/compiler_layers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ast_node::*` [INFO] [stderr] --> src/compiler_layers.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use ast_node::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/compiler_layers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `function_declaration` on type `compiler_layers::Compilation` [INFO] [stderr] --> src/parser.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | call!(self.function_declaration, 0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use parentheses to call the method: `function_declaration(...)` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `function_declaration` on type `compiler_layers::Compilation` [INFO] [stderr] --> src/parser.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | call!(self.function_declaration, 0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use parentheses to call the method: `function_declaration(...)` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0615`. [INFO] [stderr] error: Could not compile `grace`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0425, E0615. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `grace`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d6f38d8d388643f66b3d356bfab7b16cf02de166966f1228df25b34a2a5dc0c"` [INFO] running `"docker" "rm" "-f" "3d6f38d8d388643f66b3d356bfab7b16cf02de166966f1228df25b34a2a5dc0c"` [INFO] [stdout] 3d6f38d8d388643f66b3d356bfab7b16cf02de166966f1228df25b34a2a5dc0c