[INFO] updating cached repository https://github.com/martindevans/y
[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] bab18734d91195ffb628fba07338af209b4d107c
[INFO] checking martindevans/y against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartindevans%2Fy" "/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/martindevans/y on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/martindevans/y
[INFO] finished tweaking git repo https://github.com/martindevans/y
[INFO] tweaked toml for git repo https://github.com/martindevans/y written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/martindevans/y already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] b352c011211cebeff424b7dbda88b3f5e6869952e328aec360ede6d25284e477
[INFO] running `"docker" "start" "-a" "b352c011211cebeff424b7dbda88b3f5e6869952e328aec360ede6d25284e477"`
[INFO] [stderr]    Compiling peg-runtime v0.6.2
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]    Compiling peg-macros v0.6.2
[INFO] [stderr]     Checking peg v0.6.2
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking yolol_number v0.7.1
[INFO] [stderr]     Checking yc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `set_virtual_terminal` in module `colored::control`
[INFO] [stderr]   --> src/main.rs:24:39
[INFO] [stderr]    |
[INFO] [stderr] 24 |     if let Err(_) = colored::control::set_virtual_terminal(true) {
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^ not found in `colored::control`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CallType`, `FieldDefinition`, `ParameterDefinition`
[INFO] [stderr]  --> src/compiler/stages/materialise_structs.rs:4:90
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::grammar::ast::{ InnerStatement, OuterStatement, Expression, StructDefinition, FieldDefinition, CallType, ParameterDefinition };
[INFO] [stderr]   |                                                                                          ^^^^^^^^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `infer_expr_type`, `type_check_assignment`
[INFO] [stderr]  --> src/compiler/stages/materialise_structs.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | use super::super::typecheck::{ infer_expr_type, Type, type_check_assignment };
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `set_virtual_terminal` in module `colored::control`
[INFO] [stderr]   --> src/main.rs:24:39
[INFO] [stderr]    |
[INFO] [stderr] 24 |     if let Err(_) = colored::control::set_virtual_terminal(true) {
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^ not found in `colored::control`
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CallType`, `FieldDefinition`, `ParameterDefinition`
[INFO] [stderr]  --> src/compiler/stages/materialise_structs.rs:4:90
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::grammar::ast::{ InnerStatement, OuterStatement, Expression, StructDefinition, FieldDefinition, CallType, ParameterDefinition };
[INFO] [stderr]   |                                                                                          ^^^^^^^^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `infer_expr_type`, `type_check_assignment`
[INFO] [stderr]  --> src/compiler/stages/materialise_structs.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | use super::super::typecheck::{ infer_expr_type, Type, type_check_assignment };
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]    --> src/compiler/stages/inline_macros.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 155 |             panic!("rewrite");
[INFO] [stderr]     |             ------------------ any code following this expression is unreachable
[INFO] [stderr] ...
[INFO] [stderr] 158 |             result.append(&mut rewritten.statements);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]   --> src/compiler/stages/materialise_structs.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 81 |                 panic!("check that constructor args are compatible with type");
[INFO] [stderr]    |                 --------------------------------------------------------------- any code following this expression is unreachable
[INFO] [stderr] 82 |                 panic!("constructor declaration initialiser");
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]    --> src/compiler/stages/inline_macros.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 155 |             panic!("rewrite");
[INFO] [stderr]     |             ------------------ any code following this expression is unreachable
[INFO] [stderr] ...
[INFO] [stderr] 158 |             result.append(&mut rewritten.statements);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `yc`.
[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] warning: unreachable statement
[INFO] [stderr]   --> src/compiler/stages/materialise_structs.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 81 |                 panic!("check that constructor args are compatible with type");
[INFO] [stderr]    |                 --------------------------------------------------------------- any code following this expression is unreachable
[INFO] [stderr] 82 |                 panic!("constructor declaration initialiser");
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `yc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b352c011211cebeff424b7dbda88b3f5e6869952e328aec360ede6d25284e477"`
[INFO] running `"docker" "rm" "-f" "b352c011211cebeff424b7dbda88b3f5e6869952e328aec360ede6d25284e477"`
[INFO] [stdout] b352c011211cebeff424b7dbda88b3f5e6869952e328aec360ede6d25284e477
