[INFO] updating cached repository https://github.com/mental32/pnc [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c1f7feaa49372fd0922512dd28e2e0847f06f841 [INFO] testing mental32/pnc against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmental32%2Fpnc" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mental32/pnc on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mental32/pnc [INFO] finished tweaking git repo https://github.com/mental32/pnc [INFO] tweaked toml for git repo https://github.com/mental32/pnc written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/mental32/pnc already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 474409b8a7a1417c9456579bac262385e3ffe55fd4e97c1485c1a4d0df305b23 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "474409b8a7a1417c9456579bac262385e3ffe55fd4e97c1485c1a4d0df305b23"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling string-interner v0.7.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling rustversion v1.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling scroll_derive v0.10.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Compiling scroll v0.10.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling goblin v0.1.3 [INFO] [stderr] Compiling thiserror v1.0.9 [INFO] [stderr] Compiling cranelift-codegen v0.52.0 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Compiling structopt v0.3.7 [INFO] [stderr] Compiling faerie v0.12.0 [INFO] [stderr] Compiling cranelift-module v0.52.0 [INFO] [stderr] Compiling cranelift-frontend v0.52.0 [INFO] [stderr] Compiling cranelift-faerie v0.52.0 [INFO] [stderr] Compiling pnc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `SymbolTable` in this scope [INFO] [stderr] --> src/codegen.rs:67:28 [INFO] [stderr] | [INFO] [stderr] 67 | mut symbol_table: &mut SymbolTable, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(drain_filter)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/codegen.rs:147:17 [INFO] [stderr] | [INFO] [stderr] 147 | / (pair.as_rule() == Rule::atom [INFO] [stderr] 148 | | || pair.clone().into_inner().last().unwrap().as_rule() == Rule::atom) [INFO] [stderr] | |_________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 147 | pair.as_rule() == Rule::atom [INFO] [stderr] 148 | || pair.clone().into_inner().last().unwrap().as_rule() == Rule::atom [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:74:32 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 74 | | return_value = codegen(inner, &mut builder)?; [INFO] [stderr] | | ^^^^^^^ ----- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:82:27 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 82 | | return Ok(codegen(collected.pop().unwrap(), &mut builder)?); [INFO] [stderr] | | ^^^^^^^ ------------------------ ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:92:32 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 92 | | return_value = codegen(inner, &mut builder)?; [INFO] [stderr] | | ^^^^^^^ ----- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:97:28 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 97 | | return_value = codegen(pair.into_inner().last().unwrap(), &mut builder)?; [INFO] [stderr] | | ^^^^^^^ --------------------------------- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:161:27 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 161 | | match codegen(atom, &mut builder)? { [INFO] [stderr] | | ^^^^^^^ ---- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:173:23 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 173 | | match codegen(pair, &mut builder)? { [INFO] [stderr] | | ^^^^^^^ ---- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stderr] --> src/codegen.rs:205:23 [INFO] [stderr] | [INFO] [stderr] 64 | / pub fn codegen( [INFO] [stderr] 65 | | pair: Pair, [INFO] [stderr] 66 | | mut builder: &mut FunctionBuilder, [INFO] [stderr] 67 | | mut symbol_table: &mut SymbolTable, [INFO] [stderr] ... | [INFO] [stderr] 205 | | match codegen(atom, &mut builder)? { [INFO] [stderr] | | ^^^^^^^ ---- ------------ supplied 2 arguments [INFO] [stderr] | | | [INFO] [stderr] | | expected 3 arguments [INFO] [stderr] ... | [INFO] [stderr] 227 | | Ok(return_value) [INFO] [stderr] 228 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0412, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `pnc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "474409b8a7a1417c9456579bac262385e3ffe55fd4e97c1485c1a4d0df305b23"` [INFO] running `"docker" "rm" "-f" "474409b8a7a1417c9456579bac262385e3ffe55fd4e97c1485c1a4d0df305b23"` [INFO] [stdout] 474409b8a7a1417c9456579bac262385e3ffe55fd4e97c1485c1a4d0df305b23