[INFO] cloning repository https://github.com/dacid44/lisp_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dacid44/lisp_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdacid44%2Flisp_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdacid44%2Flisp_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5cae9d5c7646b9c3f1df915d9845dc3234af153e
[INFO] checking dacid44/lisp_rs against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdacid44%2Flisp_rs" "/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/dacid44/lisp_rs
[INFO] finished tweaking git repo https://github.com/dacid44/lisp_rs
[INFO] tweaked toml for git repo https://github.com/dacid44/lisp_rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dacid44/lisp_rs on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dacid44/lisp_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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 473b56bc1316f7bf26683b3c80173d51f674a05eb8b3b43e97d496d800986417
[INFO] running `Command { std: "docker" "start" "-a" "473b56bc1316f7bf26683b3c80173d51f674a05eb8b3b43e97d496d800986417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "473b56bc1316f7bf26683b3c80173d51f674a05eb8b3b43e97d496d800986417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "473b56bc1316f7bf26683b3c80173d51f674a05eb8b3b43e97d496d800986417", kill_on_drop: false }`
[INFO] [stdout] 473b56bc1316f7bf26683b3c80173d51f674a05eb8b3b43e97d496d800986417
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18e745dcde27a276fd07bae4ba69a2f16fdb1c49a954f8c5a8d7827af5eb0a5a
[INFO] running `Command { std: "docker" "start" "-a" "18e745dcde27a276fd07bae4ba69a2f16fdb1c49a954f8c5a8d7827af5eb0a5a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking lab v0.11.0
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking deltae v0.3.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling terminfo v0.8.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking vtparse v0.6.2
[INFO] [stderr]     Checking finl_unicode v1.2.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking clap_builder v4.5.14
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking memmem v0.1.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking winnow v0.6.18
[INFO] [stderr]     Checking literally v0.1.3
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling rustyline-derive v0.10.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking fd-lock v4.0.2
[INFO] [stderr]     Checking tempfile v3.9.0
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking csscolorparser v0.6.2
[INFO] [stderr]     Checking rustyline v14.0.0
[INFO] [stderr]     Checking pest v2.7.6
[INFO] [stderr]     Checking filedescriptor v0.8.2
[INFO] [stderr]     Checking clap v4.5.14
[INFO] [stderr]     Checking mac_address v1.1.5
[INFO] [stderr]     Checking wezterm-blob-leases v0.1.0
[INFO] [stderr]     Checking semver-parser v0.10.2
[INFO] [stderr]    Compiling pest_meta v2.7.6
[INFO] [stderr]     Checking semver v0.11.0
[INFO] [stderr]    Compiling wezterm-dynamic-derive v0.1.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking wezterm-dynamic v0.2.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]    Compiling pest_generator v2.7.6
[INFO] [stderr]     Checking wezterm-input-types v0.1.0
[INFO] [stderr]     Checking wezterm-color-types v0.3.0
[INFO] [stderr]     Checking wezterm-bidi v0.2.3
[INFO] [stderr]     Checking fancy-regex v0.11.0
[INFO] [stderr]    Compiling pest_derive v2.7.6
[INFO] [stderr]     Checking termwiz v0.22.0
[INFO] [stderr]     Checking lisp_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Color` and `Style`
[INFO] [stdout]  --> src/repl.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use colored::{Color, ColoredString, Colorize, Style};
[INFO] [stdout]   |               ^^^^^                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `winnow::error::ParseError`
[INFO] [stdout]  --> src/repl.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winnow::error::ParseError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokenize`
[INFO] [stdout]   --> src/repl.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     check_complete, tokens::{tokenize, tokenize_noisy, TokenSpan}, PartialExpressionResult, Token
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Color` and `Style`
[INFO] [stdout]  --> src/repl.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use colored::{Color, ColoredString, Colorize, Style};
[INFO] [stdout]   |               ^^^^^                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `winnow::error::ParseError`
[INFO] [stdout]  --> src/repl.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use winnow::error::ParseError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokenize`
[INFO] [stdout]   --> src/repl.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     check_complete, tokens::{tokenize, tokenize_noisy, TokenSpan}, PartialExpressionResult, Token
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `expr::InputStream` is more private than the item `expression`
[INFO] [stdout]    --> src/parser.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn expression<'a>(input: &mut impl InputStream) -> PResult<Expression, ContextError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `expr::InputStream` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/parser.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     trait InputStream: Stream<Token = Token> + StreamIsPartial {}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `into_nil`, `into_operator`, `into_boolean`, `into_list`, and `into_function` are never used
[INFO] [stdout]    --> src/interpreter.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl Expression {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout]  82 |     pub fn into_nil(self) -> LispResult<()> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn into_operator(self) -> LispResult<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     pub fn into_boolean(self) -> LispResult<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn into_list(self) -> LispResult<LinkedList<Expression>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn into_function(self) -> LispResult<Rc<Function>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:283:16
[INFO] [stdout]     |
[INFO] [stdout] 283 |     Incomplete(Needed),
[INFO] [stdout]     |     ---------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 283 -     Incomplete(Needed),
[INFO] [stdout] 283 +     Incomplete(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `expr::InputStream` is more private than the item `expression`
[INFO] [stdout]    --> src/parser.rs:223:5
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub fn expression<'a>(input: &mut impl InputStream) -> PResult<Expression, ContextError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `expression` is reachable at visibility `pub(crate)`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `expr::InputStream` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/parser.rs:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 |     trait InputStream: Stream<Token = Token> + StreamIsPartial {}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `into_nil`, `into_operator`, `into_boolean`, `into_list`, and `into_function` are never used
[INFO] [stdout]    --> src/interpreter.rs:82:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl Expression {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout]  82 |     pub fn into_nil(self) -> LispResult<()> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn into_operator(self) -> LispResult<Operator> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     pub fn into_boolean(self) -> LispResult<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn into_list(self) -> LispResult<LinkedList<Expression>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn into_function(self) -> LispResult<Rc<Function>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:283:16
[INFO] [stdout]     |
[INFO] [stdout] 283 |     Incomplete(Needed),
[INFO] [stdout]     |     ---------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 283 -     Incomplete(Needed),
[INFO] [stdout] 283 +     Incomplete(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s
[INFO] running `Command { std: "docker" "inspect" "18e745dcde27a276fd07bae4ba69a2f16fdb1c49a954f8c5a8d7827af5eb0a5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18e745dcde27a276fd07bae4ba69a2f16fdb1c49a954f8c5a8d7827af5eb0a5a", kill_on_drop: false }`
[INFO] [stdout] 18e745dcde27a276fd07bae4ba69a2f16fdb1c49a954f8c5a8d7827af5eb0a5a
