[INFO] cloning repository https://github.com/anandijain/cas3.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anandijain/cas3.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanandijain%2Fcas3.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanandijain%2Fcas3.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03860af10a67ae70bb08a85b9cd8ac1980a1fa94
[INFO] checking anandijain/cas3.rs against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanandijain%2Fcas3.rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anandijain/cas3.rs
[INFO] finished tweaking git repo https://github.com/anandijain/cas3.rs
[INFO] tweaked toml for git repo https://github.com/anandijain/cas3.rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anandijain/cas3.rs on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anandijain/cas3.rs 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustyline-derive v0.9.0
[INFO] [stderr]   Downloaded ordered-float v4.1.0
[INFO] [stderr]   Downloaded rustyline v12.0.0
[INFO] [stderr]   Downloaded cairo-rs v0.18.2
[INFO] [stderr]   Downloaded system-deps v6.1.2
[INFO] [stderr]   Downloaded target-lexicon v0.12.12
[INFO] [stderr]   Downloaded cfg-expr v0.15.5
[INFO] [stderr]   Downloaded toml v0.8.4
[INFO] [stderr]   Downloaded glib-macros v0.18.2
[INFO] [stderr]   Downloaded toml_edit v0.20.4
[INFO] [stderr]   Downloaded winnow v0.5.17
[INFO] [stderr]   Downloaded glib v0.18.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] 3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d
[INFO] running `Command { std: "docker" "start" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d", 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" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d", 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" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling winnow v0.5.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling target-lexicon v0.12.12
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling cfg-expr v0.15.5
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rustix v0.38.14
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.7
[INFO] [stderr]     Checking memchr v2.6.3
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling peg-runtime v0.8.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling peg-macros v0.8.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]     Checking ordered-float v4.1.0
[INFO] [stderr]     Checking fd-lock v3.0.13
[INFO] [stderr]     Checking peg v0.8.1
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.4
[INFO] [stderr]    Compiling toml_edit v0.20.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling rustyline-derive v0.9.0
[INFO] [stderr]     Checking rustyline v12.0.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling toml v0.8.4
[INFO] [stderr]    Compiling system-deps v6.1.2
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]    Compiling glib-macros v0.18.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]     Checking glib v0.18.2
[INFO] [stderr]     Checking cairo-rs v0.18.2
[INFO] [stderr]     Checking cas3 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Duration`
[INFO] [stdout]   --> src/main.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | use std::time::{Duration, Instant};
[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 import: `Duration`
[INFO] [stdout]   --> src/main.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 | use std::time::{Duration, Instant};
[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 variable: `ls`
[INFO] [stdout]    --> src/main.rs:699:53
[INFO] [stdout]     |
[INFO] [stdout] 699 |         if !matches!(&evaluated_args[0], Expr::List(ls)) {
[INFO] [stdout]     |                                                     ^^ help: if this is intentional, prefix it with an underscore: `_ls`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse` is never used
[INFO] [stdout]   --> src/main.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn parse(s: &str) -> Expr {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ls`
[INFO] [stdout]    --> src/main.rs:699:53
[INFO] [stdout]     |
[INFO] [stdout] 699 |         if !matches!(&evaluated_args[0], Expr::List(ls)) {
[INFO] [stdout]     |                                                     ^^ help: if this is intentional, prefix it with an underscore: `_ls`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.21s
[INFO] running `Command { std: "docker" "inspect" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d", kill_on_drop: false }`
[INFO] [stdout] 3218b83130de210d4c5c005b68914fa966400dfea57f4a04c82f0124b590214d
