[INFO] cloning repository https://github.com/dhanji/cadmus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dhanji/cadmus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhanji%2Fcadmus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhanji%2Fcadmus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e9fa41bed38935ebefb9ea3f1799245f8ded4aa
[INFO] testing dhanji/cadmus against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhanji%2Fcadmus" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dhanji/cadmus
[INFO] finished tweaking git repo https://github.com/dhanji/cadmus
[INFO] tweaked toml for git repo https://github.com/dhanji/cadmus written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dhanji/cadmus on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dhanji/cadmus 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a3fb729f3f499b6ae40d244f9f916eb7fbb9243e9389035ce4c18740dbe251e
[INFO] running `Command { std: "docker" "start" "-a" "7a3fb729f3f499b6ae40d244f9f916eb7fbb9243e9389035ce4c18740dbe251e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a3fb729f3f499b6ae40d244f9f916eb7fbb9243e9389035ce4c18740dbe251e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a3fb729f3f499b6ae40d244f9f916eb7fbb9243e9389035ce4c18740dbe251e", kill_on_drop: false }`
[INFO] [stdout] 7a3fb729f3f499b6ae40d244f9f916eb7fbb9243e9389035ce4c18740dbe251e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dfbdc8041d5ef7ce5aea5ceaaa20f66cd5358a2e93373077b7fe534119c1584a
[INFO] running `Command { std: "docker" "start" "-a" "dfbdc8041d5ef7ce5aea5ceaaa20f66cd5358a2e93373077b7fe534119c1584a", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling rustyline v15.0.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling cadmus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&std::string::String` instead of cloning the inner type
[INFO] [stdout]    --> src/racket_executor.rs:694:45
[INFO] [stdout]     |
[INFO] [stdout] 694 |         sorted_params.sort_by_key(|(k, _)| k.clone());
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&std::string::String` instead of cloning the inner type
[INFO] [stdout]    --> src/racket_executor.rs:750:38
[INFO] [stdout]     |
[INFO] [stdout] 750 |         sorted.sort_by_key(|(k, _)| k.clone());
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.17s
[INFO] running `Command { std: "docker" "inspect" "dfbdc8041d5ef7ce5aea5ceaaa20f66cd5358a2e93373077b7fe534119c1584a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfbdc8041d5ef7ce5aea5ceaaa20f66cd5358a2e93373077b7fe534119c1584a", kill_on_drop: false }`
[INFO] [stdout] dfbdc8041d5ef7ce5aea5ceaaa20f66cd5358a2e93373077b7fe534119c1584a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4f70c4c177e2b5dbbfa190dcf2715eea431ffce169ba339d9cd65530076bd9e
[INFO] running `Command { std: "docker" "start" "-a" "d4f70c4c177e2b5dbbfa190dcf2715eea431ffce169ba339d9cd65530076bd9e", kill_on_drop: false }`
[INFO] [stderr]    Compiling cadmus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&std::string::String` instead of cloning the inner type
[INFO] [stdout]    --> src/racket_executor.rs:694:45
[INFO] [stdout]     |
[INFO] [stdout] 694 |         sorted_params.sort_by_key(|(k, _)| k.clone());
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&std::string::String` instead of cloning the inner type
[INFO] [stdout]    --> src/racket_executor.rs:750:38
[INFO] [stdout]     |
[INFO] [stdout] 750 |         sorted.sort_by_key(|(k, _)| k.clone());
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cadmus::plan`
[INFO] [stdout]  --> tests/macos_tasks_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use cadmus::plan;
[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: `cadmus::racket_executor`
[INFO] [stdout]  --> tests/macos_tasks_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use cadmus::racket_executor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> tests/pipeline_traces.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | use cadmus::nl::dialogue::{self, DialogueState};
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `description` is never read
[INFO] [stdout]    --> tests/domain_autoregression.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct PlanResult {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 108 |     description: 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: method `furthest_ok_stage` is never used
[INFO] [stdout]    --> tests/domain_autoregression.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout] 112 | impl PlanResult {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] 113 |     fn furthest_ok_stage(&self) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `earley_parse_count` and `plan_sexpr` are never read
[INFO] [stdout]   --> tests/pipeline_traces.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | struct PipelineTrace {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     earley_parse_count: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     plan_sexpr: 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: unused variable: `path`
[INFO] [stdout]   --> tests/nl_autoregression.rs:55:35
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn parse_plan_file(content: &str, path: &Path) -> Option<PlanDef> {
[INFO] [stdout]    |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `nl_to_script` is never used
[INFO] [stdout]   --> tests/prompts_tests.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn nl_to_script(input: &str) -> Option<String> {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cadmus` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name cadmus --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=424ad10d9c451ee6 -C extra-filename=-321f554ba98f662b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-b9be73fd8c5253b0.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f9f82c158f1300df.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-39a38241373810bc.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-4832312c9676c6a8.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-1fa0e1ef1077b046.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-3377f32fe81c2204/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d4f70c4c177e2b5dbbfa190dcf2715eea431ffce169ba339d9cd65530076bd9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4f70c4c177e2b5dbbfa190dcf2715eea431ffce169ba339d9cd65530076bd9e", kill_on_drop: false }`
[INFO] [stdout] d4f70c4c177e2b5dbbfa190dcf2715eea431ffce169ba339d9cd65530076bd9e
