[INFO] cloning repository coderfox/luaasm [INFO] running `"git" "clone" "--bare" "git://github.com/coderfox/luaasm.git" "work/cache/sources/gh/coderfox/luaasm"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/coderfox/luaasm'... [INFO] running `"git" "clone" "work/cache/sources/gh/coderfox/luaasm" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/coderfox/luaasm"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/coderfox/luaasm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/coderfox/luaasm" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/coderfox/luaasm"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/coderfox/luaasm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b044f5a8271017d9d9035eca913c34583ba1b9fa [INFO] sha for GitHub repo coderfox/luaasm: b044f5a8271017d9d9035eca913c34583ba1b9fa [INFO] validating manifest of coderfox/luaasm on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coderfox/luaasm on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coderfox/luaasm [INFO] finished frobbing coderfox/luaasm [INFO] frobbed toml for coderfox/luaasm written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/coderfox/luaasm/Cargo.toml [INFO] started frobbing coderfox/luaasm [INFO] finished frobbing coderfox/luaasm [INFO] frobbed toml for coderfox/luaasm written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/coderfox/luaasm/Cargo.toml [INFO] crate coderfox/luaasm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking coderfox/luaasm against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-6/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/coderfox/luaasm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/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" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 36ec1c925216e6760d95b1ce36312521fe1708ab45e6c6084ead3e111de99546 [INFO] running `"docker" "start" "-a" "36ec1c925216e6760d95b1ce36312521fe1708ab45e6c6084ead3e111de99546"` [INFO] [stderr] Checking memchr v2.1.1 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking lexical-core v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Checking nom v5.0.0 [INFO] [stderr] Checking luaasm v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `alpha` in this scope [INFO] [stderr] --> src/parser/inst.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | opcode: map!(alpha, |s| s.to_string()) >> [INFO] [stderr] | ^^^^^ help: a function with a similar name exists: `alpha1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | many0!(space) >> [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 18 | many0!(space1) >> [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | opt!(terminated!(reference, many0!(space))), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 20 | opt!(terminated!(reference, many0!(space1))), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | opt!(terminated!(reference, many0!(space))), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 21 | opt!(terminated!(reference, many0!(space1))), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | opt!(terminated!(reference, many0!(space))) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 22 | opt!(terminated!(reference, many0!(space1))) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `call`, `complete`, `error_position` [INFO] [stderr] --> src/parser/ref.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::{alt, call, complete, do_parse, error_position, named, tag}; [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/inst.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named, opt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `alpha1`, `space1` [INFO] [stderr] --> src/parser/inst.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | use nom::character::complete::{alpha1,space1}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/constdecl.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `call`, `error_node_position`, `error_position`, `tuple_parser` [INFO] [stderr] --> src/parser/constval.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | alt, call, delimited, error_node_position, error_position, escaped_transform, is_not, map, [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 7 | named, tag, tuple_parser, value, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/upvaldecl.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/arginfo.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/func.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/file.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `alpha` in this scope [INFO] [stderr] --> src/parser/inst.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | opcode: map!(alpha, |s| s.to_string()) >> [INFO] [stderr] | ^^^^^ help: a function with a similar name exists: `alpha1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | many0!(space) >> [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 18 | many0!(space1) >> [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | opt!(terminated!(reference, many0!(space))), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 20 | opt!(terminated!(reference, many0!(space1))), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | opt!(terminated!(reference, many0!(space))), [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 21 | opt!(terminated!(reference, many0!(space1))), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `space` in this scope [INFO] [stderr] --> src/parser/inst.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | opt!(terminated!(reference, many0!(space))) [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: a function with a similar name exists [INFO] [stderr] | [INFO] [stderr] 22 | opt!(terminated!(reference, many0!(space1))) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use crate::parser::whitespace::space; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `call`, `complete`, `error_position` [INFO] [stderr] --> src/parser/ref.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::{alt, call, complete, do_parse, error_position, named, tag}; [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/inst.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named, opt}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `alpha1`, `space1` [INFO] [stderr] --> src/parser/inst.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | use nom::character::complete::{alpha1,space1}; [INFO] [stderr] | ^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/constdecl.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `call`, `error_node_position`, `error_position`, `tuple_parser` [INFO] [stderr] --> src/parser/constval.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | alt, call, delimited, error_node_position, error_position, escaped_transform, is_not, map, [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] 7 | named, tag, tuple_parser, value, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/upvaldecl.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/arginfo.rs:2:11 [INFO] [stderr] | [INFO] [stderr] 2 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/func.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | use nom::{call, named, tag}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `call` [INFO] [stderr] --> src/parser/file.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use nom::{call, named}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `luaasm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `luaasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "36ec1c925216e6760d95b1ce36312521fe1708ab45e6c6084ead3e111de99546"` [INFO] running `"docker" "rm" "-f" "36ec1c925216e6760d95b1ce36312521fe1708ab45e6c6084ead3e111de99546"` [INFO] [stdout] 36ec1c925216e6760d95b1ce36312521fe1708ab45e6c6084ead3e111de99546