[INFO] cloning repository https://github.com/Nyrox/celtic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nyrox/celtic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fceltic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fceltic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa0d827812d5382639ddd8c32406e6525474325b
[INFO] checking Nyrox/celtic against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fceltic" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Nyrox/celtic
[INFO] finished tweaking git repo https://github.com/Nyrox/celtic
[INFO] tweaked toml for git repo https://github.com/Nyrox/celtic written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nyrox/celtic on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Nyrox/celtic 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `nomorebullshit-compiler` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14
[INFO] running `Command { std: "docker" "start" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14", 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" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14", 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" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `nomorebullshit-compiler` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.39
[INFO] [stderr]    Compiling cc v1.0.5
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]     Checking cfg-if v0.1.2
[INFO] [stderr]     Checking lazy_static v1.0.0
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking rustc-demangle v0.1.7
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking regex-syntax v0.5.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]     Checking regex v0.2.7
[INFO] [stderr]    Compiling derive-error-chain v0.11.0
[INFO] [stderr]     Checking backtrace v0.3.5
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking dotenv v0.11.0
[INFO] [stderr]     Checking nomorebullshit-compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/macros.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn include(params: Vec<MacroValue>) -> Result<MacroValue, Box<Error>> {
[INFO] [stdout]   |                                                                   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn include(params: Vec<MacroValue>) -> Result<MacroValue, Box<dyn Error>> {
[INFO] [stdout]   |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/macros.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn include(params: Vec<MacroValue>) -> Result<MacroValue, Box<Error>> {
[INFO] [stdout]   |                                                                   ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn include(params: Vec<MacroValue>) -> Result<MacroValue, Box<dyn Error>> {
[INFO] [stdout]   |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/macros.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn eq(params: Vec<MacroValue>) -> Result<MacroValue, Box<Error>> {
[INFO] [stdout]    |                                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn eq(params: Vec<MacroValue>) -> Result<MacroValue, Box<dyn Error>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/macros.rs:17:62
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn eq(params: Vec<MacroValue>) -> Result<MacroValue, Box<Error>> {
[INFO] [stdout]    |                                                              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn eq(params: Vec<MacroValue>) -> Result<MacroValue, Box<dyn Error>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:167:6
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let mut output = ExecutionContext::new(&buffer).execute();
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/main.rs:148:15
[INFO] [stdout]     |
[INFO] [stdout] 148 |         if let Some(input) = options.input {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:167:6
[INFO] [stdout]     |
[INFO] [stdout] 167 |     let mut output = ExecutionContext::new(&buffer).execute();
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/main.rs:148:15
[INFO] [stdout]     |
[INFO] [stdout] 148 |         if let Some(input) = options.input {
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `env` is never used
[INFO] [stdout]    --> src/main.rs:186:4
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn env(arguments: Vec<String>) -> String {
[INFO] [stdout]     |    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_word_if` is never used
[INFO] [stdout]    --> src/main.rs:268:4
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn parse_word_if<It: Iterator<Item=char>, Cond: Fn(char) -> bool>(chars: &mut It, cond: Cond) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `env` is never used
[INFO] [stdout]    --> src/main.rs:186:4
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn env(arguments: Vec<String>) -> String {
[INFO] [stdout]     |    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_word_if` is never used
[INFO] [stdout]    --> src/main.rs:268:4
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn parse_word_if<It: Iterator<Item=char>, Cond: Fn(char) -> bool>(chars: &mut It, cond: Cond) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:164:2
[INFO] [stdout]     |
[INFO] [stdout] 164 |     input_file.read_to_string(&mut buffer);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let _ = input_file.read_to_string(&mut buffer);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.36s
[INFO] [stdout] warning: variable `outFile` should have a snake case name
[INFO] [stdout]    --> src/main.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let mut outFile = File::create(options.out.unwrap()).unwrap();
[INFO] [stdout]     |             ^^^^^^^ help: convert the identifier to snake case: `out_file`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:164:2
[INFO] [stdout]     |
[INFO] [stdout] 164 |     input_file.read_to_string(&mut buffer);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 164 |     let _ = input_file.read_to_string(&mut buffer);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:172:2
[INFO] [stdout]     |
[INFO] [stdout] 172 |     outFile.write_all(output.as_bytes());
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let _ = outFile.write_all(output.as_bytes());
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `outFile` should have a snake case name
[INFO] [stdout]    --> src/main.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let mut outFile = File::create(options.out.unwrap()).unwrap();
[INFO] [stdout]     |             ^^^^^^^ help: convert the identifier to snake case: `out_file`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:172:2
[INFO] [stdout]     |
[INFO] [stdout] 172 |     outFile.write_all(output.as_bytes());
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 172 |     let _ = outFile.write_all(output.as_bytes());
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14", kill_on_drop: false }`
[INFO] [stdout] 9054a989514549e216e30e4fb5d884108db0451dea965b8f6e7546fa1b08ca14
