[INFO] cloning repository https://github.com/noxzion/novaria-language
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noxzion/novaria-language" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoxzion%2Fnovaria-language", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoxzion%2Fnovaria-language'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34c343b90a2b4e8efee2cb9d473b80c248b7cf80
[INFO] checking noxzion/novaria-language against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoxzion%2Fnovaria-language" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/noxzion/novaria-language
[INFO] finished tweaking git repo https://github.com/noxzion/novaria-language
[INFO] tweaked toml for git repo https://github.com/noxzion/novaria-language written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/noxzion/novaria-language on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/noxzion/novaria-language already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12
[INFO] running `Command { std: "docker" "start" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking perano-lang v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::ast::AsmPart`
[INFO] [stdout]    --> src/parser.rs:418:13
[INFO] [stdout]     |
[INFO] [stdout] 418 |         use crate::ast::AsmPart;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FormatSpec` and `FormatType`
[INFO] [stdout]    --> src/parser.rs:730:46
[INFO] [stdout]     |
[INFO] [stdout] 730 |         use crate::ast::{TemplateStringPart, FormatSpec, FormatType};
[INFO] [stdout]     |                                              ^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ast::AsmPart`
[INFO] [stdout]    --> src/parser.rs:418:13
[INFO] [stdout]     |
[INFO] [stdout] 418 |         use crate::ast::AsmPart;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FormatSpec` and `FormatType`
[INFO] [stdout]    --> src/parser.rs:730:46
[INFO] [stdout]     |
[INFO] [stdout] 730 |         use crate::ast::{TemplateStringPart, FormatSpec, FormatType};
[INFO] [stdout]     |                                              ^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_sections`
[INFO] [stdout]    --> src/pe/pe_writer.rs:219:109
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn write_section_headers(&self, buffer: &mut Vec<u8>, code_size: u32, import_size: u32, data_size: u32, num_sections: u16) {
[INFO] [stdout]     |                                                                                                             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_sections`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parts`
[INFO] [stdout]    --> src/pe/c_codegen.rs:211:42
[INFO] [stdout]     |
[INFO] [stdout] 211 |             Expression::TemplateString { parts } => {
[INFO] [stdout]     |                                          ^^^^^ help: try ignoring the field: `parts: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_sections`
[INFO] [stdout]    --> src/pe/pe_writer.rs:219:109
[INFO] [stdout]     |
[INFO] [stdout] 219 |     fn write_section_headers(&self, buffer: &mut Vec<u8>, code_size: u32, import_size: u32, data_size: u32, num_sections: u16) {
[INFO] [stdout]     |                                                                                                             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_sections`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parts`
[INFO] [stdout]    --> src/pe/c_codegen.rs:211:42
[INFO] [stdout]     |
[INFO] [stdout] 211 |             Expression::TemplateString { parts } => {
[INFO] [stdout]     |                                          ^^^^^ help: try ignoring the field: `parts: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSCALL_OPEN` is never used
[INFO] [stdout]   --> src/nvm/codegen.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 | const SYSCALL_OPEN: u8 = 0x02;
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vga_cursor` is never read
[INFO] [stdout]   --> src/nvm/codegen.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct NVMCodeGen {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     vga_cursor: u32,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `emit_vga_char` and `vga_newline` are never used
[INFO] [stdout]    --> src/nvm/codegen.rs:681:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl NVMCodeGen {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 681 |     fn emit_vga_char(&mut self, ch: u8, attr: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 688 |     fn vga_newline(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SYSCALL_OPEN` is never used
[INFO] [stdout]   --> src/nvm/codegen.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 | const SYSCALL_OPEN: u8 = 0x02;
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vga_cursor` is never read
[INFO] [stdout]   --> src/nvm/codegen.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct NVMCodeGen {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 57 |     vga_cursor: u32,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `emit_vga_char` and `vga_newline` are never used
[INFO] [stdout]    --> src/nvm/codegen.rs:681:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl NVMCodeGen {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 681 |     fn emit_vga_char(&mut self, ch: u8, attr: u8) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 688 |     fn vga_newline(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12", kill_on_drop: false }`
[INFO] [stdout] af85cc52ed5ad72cfb0452e71daa6f88db1ae81859cd371e17ea75d7a4d96e12
