[INFO] updating cached repository https://github.com/MainShayne233/elixir-parser
[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] f572d3a82be0587ec43e38c3c4081ddcf8f93c67
[INFO] checking MainShayne233/elixir-parser against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMainShayne233%2Felixir-parser" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/MainShayne233/elixir-parser on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/MainShayne233/elixir-parser
[INFO] finished tweaking git repo https://github.com/MainShayne233/elixir-parser
[INFO] tweaked toml for git repo https://github.com/MainShayne233/elixir-parser written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/MainShayne233/elixir-parser already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5568b835c6ffec44b1bbf84e7d6718fd25f5720142d432c3128069eb8d37848c
[INFO] running `"docker" "start" "-a" "5568b835c6ffec44b1bbf84e7d6718fd25f5720142d432c3128069eb8d37848c"`
[INFO] [stderr]    Compiling syn v0.15.39
[INFO] [stderr]    Compiling serde v1.0.94
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling utf8-ranges v1.0.3
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.3
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling bit-vec v0.5.1
[INFO] [stderr]    Compiling strsim v0.9.2
[INFO] [stderr]    Compiling opaque-debug v0.2.2
[INFO] [stderr]    Compiling lalrpop-util v0.17.1
[INFO] [stderr]    Compiling regex-syntax v0.6.7
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling generic-array v0.12.3
[INFO] [stderr]    Compiling aho-corasick v0.7.3
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]    Compiling block-padding v0.1.4
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]    Compiling ena v0.13.0
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling bit-set v0.5.1
[INFO] [stderr]    Compiling string_cache_codegen v0.4.2
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling sha2 v0.8.0
[INFO] [stderr]    Compiling ascii-canvas v2.0.0
[INFO] [stderr]    Compiling string_cache v0.7.3
[INFO] [stderr]    Compiling regex v1.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.94
[INFO] [stderr]    Compiling docopt v1.1.0
[INFO] [stderr]    Compiling lalrpop v0.17.1
[INFO] [stderr]    Compiling elixir-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused imports: `Expr`, `Meta`
[INFO] [stderr]  --> src/main.rs:3:18
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::ast::{Expr, Meta};
[INFO] [stderr]   |                  ^^^^  ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3878:5
[INFO] [stderr]      |
[INFO] [stderr] 3878 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3889:5
[INFO] [stderr]      |
[INFO] [stderr] 3889 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3900:5
[INFO] [stderr]      |
[INFO] [stderr] 3900 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3911:5
[INFO] [stderr]      |
[INFO] [stderr] 3911 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3922:5
[INFO] [stderr]      |
[INFO] [stderr] 3922 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3933:5
[INFO] [stderr]      |
[INFO] [stderr] 3933 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4368:5
[INFO] [stderr]      |
[INFO] [stderr] 4368 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4379:5
[INFO] [stderr]      |
[INFO] [stderr] 4379 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4390:5
[INFO] [stderr]      |
[INFO] [stderr] 4390 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4401:5
[INFO] [stderr]      |
[INFO] [stderr] 4401 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4412:5
[INFO] [stderr]      |
[INFO] [stderr] 4412 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4491:5
[INFO] [stderr]      |
[INFO] [stderr] 4491 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4502:5
[INFO] [stderr]      |
[INFO] [stderr] 4502 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4513:5
[INFO] [stderr]      |
[INFO] [stderr] 4513 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4525:5
[INFO] [stderr]      |
[INFO] [stderr] 4525 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4537:5
[INFO] [stderr]      |
[INFO] [stderr] 4537 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4753:5
[INFO] [stderr]      |
[INFO] [stderr] 4753 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4830:5
[INFO] [stderr]      |
[INFO] [stderr] 4830 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4841:5
[INFO] [stderr]      |
[INFO] [stderr] 4841 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4852:5
[INFO] [stderr]      |
[INFO] [stderr] 4852 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4863:5
[INFO] [stderr]      |
[INFO] [stderr] 4863 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4874:5
[INFO] [stderr]      |
[INFO] [stderr] 4874 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4885:5
[INFO] [stderr]      |
[INFO] [stderr] 4885 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4896:5
[INFO] [stderr]      |
[INFO] [stderr] 4896 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4907:5
[INFO] [stderr]      |
[INFO] [stderr] 4907 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4918:5
[INFO] [stderr]      |
[INFO] [stderr] 4918 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4929:5
[INFO] [stderr]      |
[INFO] [stderr] 4929 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4940:5
[INFO] [stderr]      |
[INFO] [stderr] 4940 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4951:5
[INFO] [stderr]      |
[INFO] [stderr] 4951 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4962:5
[INFO] [stderr]      |
[INFO] [stderr] 4962 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4973:5
[INFO] [stderr]      |
[INFO] [stderr] 4973 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4984:5
[INFO] [stderr]      |
[INFO] [stderr] 4984 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3878:5
[INFO] [stderr]      |
[INFO] [stderr] 3878 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3889:5
[INFO] [stderr]      |
[INFO] [stderr] 3889 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3900:5
[INFO] [stderr]      |
[INFO] [stderr] 3900 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3911:5
[INFO] [stderr]      |
[INFO] [stderr] 3911 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3922:5
[INFO] [stderr]      |
[INFO] [stderr] 3922 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:3933:5
[INFO] [stderr]      |
[INFO] [stderr] 3933 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4368:5
[INFO] [stderr]      |
[INFO] [stderr] 4368 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4379:5
[INFO] [stderr]      |
[INFO] [stderr] 4379 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4390:5
[INFO] [stderr]      |
[INFO] [stderr] 4390 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4401:5
[INFO] [stderr]      |
[INFO] [stderr] 4401 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4412:5
[INFO] [stderr]      |
[INFO] [stderr] 4412 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4491:5
[INFO] [stderr]      |
[INFO] [stderr] 4491 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4502:5
[INFO] [stderr]      |
[INFO] [stderr] 4502 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4513:5
[INFO] [stderr]      |
[INFO] [stderr] 4513 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4525:5
[INFO] [stderr]      |
[INFO] [stderr] 4525 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4537:5
[INFO] [stderr]      |
[INFO] [stderr] 4537 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4753:5
[INFO] [stderr]      |
[INFO] [stderr] 4753 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4830:5
[INFO] [stderr]      |
[INFO] [stderr] 4830 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4841:5
[INFO] [stderr]      |
[INFO] [stderr] 4841 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4852:5
[INFO] [stderr]      |
[INFO] [stderr] 4852 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4863:5
[INFO] [stderr]      |
[INFO] [stderr] 4863 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4874:5
[INFO] [stderr]      |
[INFO] [stderr] 4874 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4885:5
[INFO] [stderr]      |
[INFO] [stderr] 4885 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4896:5
[INFO] [stderr]      |
[INFO] [stderr] 4896 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4907:5
[INFO] [stderr]      |
[INFO] [stderr] 4907 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4918:5
[INFO] [stderr]      |
[INFO] [stderr] 4918 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4929:5
[INFO] [stderr]      |
[INFO] [stderr] 4929 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4940:5
[INFO] [stderr]      |
[INFO] [stderr] 4940 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4951:5
[INFO] [stderr]      |
[INFO] [stderr] 4951 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4962:5
[INFO] [stderr]      |
[INFO] [stderr] 4962 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4973:5
[INFO] [stderr]      |
[INFO] [stderr] 4973 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]     --> /opt/rustwide/target/debug/build/elixir-parser-26e337b01eec5c28/out/grammar.rs:4984:5
[INFO] [stderr]      |
[INFO] [stderr] 4984 |     (__0)
[INFO] [stderr]      |     ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0601]: `main` function not found in crate `elixir_parser`
[INFO] [stderr]    --> src/main.rs:1:1
[INFO] [stderr]     |
[INFO] [stderr] 1   | / #[macro_use]
[INFO] [stderr] 2   | | extern crate lalrpop_util;
[INFO] [stderr] 3   | | use crate::ast::{Expr, Meta};
[INFO] [stderr] 4   | |
[INFO] [stderr] ...   |
[INFO] [stderr] 222 | |     );
[INFO] [stderr] 223 | | }
[INFO] [stderr]     | |_^ consider adding a `main` function to `src/main.rs`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0601`.
[INFO] [stderr] error: could not compile `elixir-parser`.
[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" "5568b835c6ffec44b1bbf84e7d6718fd25f5720142d432c3128069eb8d37848c"`
[INFO] running `"docker" "rm" "-f" "5568b835c6ffec44b1bbf84e7d6718fd25f5720142d432c3128069eb8d37848c"`
[INFO] [stdout] 5568b835c6ffec44b1bbf84e7d6718fd25f5720142d432c3128069eb8d37848c
