[INFO] fetching crate hq-rs 0.22.0...
[INFO] testing hq-rs-0.22.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate hq-rs 0.22.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate hq-rs 0.22.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hq-rs 0.22.0
[INFO] tweaked toml for crates.io crate hq-rs 0.22.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hq-rs 0.22.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hq-rs 0.22.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54276eb5ded14cc73de14b437c594e2a6699816b146592c5f2f4be28cd356be6
[INFO] running `Command { std: "docker" "start" "-a" "54276eb5ded14cc73de14b437c594e2a6699816b146592c5f2f4be28cd356be6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54276eb5ded14cc73de14b437c594e2a6699816b146592c5f2f4be28cd356be6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54276eb5ded14cc73de14b437c594e2a6699816b146592c5f2f4be28cd356be6", kill_on_drop: false }`
[INFO] [stdout] 54276eb5ded14cc73de14b437c594e2a6699816b146592c5f2f4be28cd356be6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e234a35f6ddf65c92e86cbe0560faf18b5b0c475ab98d845094ca33ecd329b2b
[INFO] running `Command { std: "docker" "start" "-a" "e234a35f6ddf65c92e86cbe0560faf18b5b0c475ab98d845094ca33ecd329b2b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling annotate-snippets v0.11.5
[INFO] [stderr]    Compiling clap_builder v4.5.32
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling clap v4.5.32
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling vecmap-rs v0.2.3
[INFO] [stderr]    Compiling hcl-primitives v0.1.8
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling hcl-edit v0.8.5
[INFO] [stderr]    Compiling hcl-rs v0.18.4
[INFO] [stderr]    Compiling hq-rs v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.85s
[INFO] running `Command { std: "docker" "inspect" "e234a35f6ddf65c92e86cbe0560faf18b5b0c475ab98d845094ca33ecd329b2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e234a35f6ddf65c92e86cbe0560faf18b5b0c475ab98d845094ca33ecd329b2b", kill_on_drop: false }`
[INFO] [stdout] e234a35f6ddf65c92e86cbe0560faf18b5b0c475ab98d845094ca33ecd329b2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3edd02eee048ade81457a9a270400a6d278921351f9f33bf6acf29848ecfc281
[INFO] running `Command { std: "docker" "start" "-a" "3edd02eee048ade81457a9a270400a6d278921351f9f33bf6acf29848ecfc281", kill_on_drop: false }`
[INFO] [stderr]    Compiling hq-rs v0.22.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]  --> tests/write-tests.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut body = utilities::edit_hcl("version = \"test\"").expect("hcl error");
[INFO] [stdout]   |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/write-tests.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let mut body = utilities::edit_hcl("options { enabled = false }").expect("hcl error");
[INFO] [stdout]    |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]  --> tests/delete-tests.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let mut body = utilities::edit_hcl("version = \"test\"").expect("hcl error");
[INFO] [stdout]   |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/write-tests.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         utilities::edit_hcl("module \"cool-module\" { version = \"1.0\" }").expect("hcl error");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         utilities::edit_hcl("module \"cool-module\" { version = \"1.0\" }").expect("hcl error");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         utilities::edit_hcl("module \"cool-module\" { version = \"1.0\" }").expect("hcl error");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut body = utilities::edit_hcl("local { var = 5 }").expect("hcl error");
[INFO] [stdout]    |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/write-tests.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let mut body = utilities::edit_hcl("options { attr = \"value\" }").expect("hcl error");
[INFO] [stdout]    |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let mut body = utilities::edit_hcl("local { var = 5 }").expect("hcl error");
[INFO] [stdout]    |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:73:20
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let mut body = utilities::edit_hcl("local { obj = { val = 5 } }").expect("hcl error");
[INFO] [stdout]    |                    ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/delete-tests.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |         utilities::edit_hcl("local { obj = { obj2 = { val = 5 } } }").expect("hcl error");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hq-rs` (test "write-tests") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hq-rs` (test "delete-tests") due to 7 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]  --> tests/query-tests.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]   |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/query-tests.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]    |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/query-tests.rs:39:16
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]    |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/query-tests.rs:61:16
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]    |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/query-tests.rs:77:16
[INFO] [stdout]    |
[INFO] [stdout] 77 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]    |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]   --> tests/query-tests.rs:96:16
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]    |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]    --> tests/query-tests.rs:115:16
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let body = utilities::read_test_hcl().expect("hcl error");
[INFO] [stdout]     |                ^^^^^^^^^ use of unresolved module or unlinked crate `utilities`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `utilities`, use `cargo add utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hq-rs` (test "query-tests") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "3edd02eee048ade81457a9a270400a6d278921351f9f33bf6acf29848ecfc281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3edd02eee048ade81457a9a270400a6d278921351f9f33bf6acf29848ecfc281", kill_on_drop: false }`
[INFO] [stdout] 3edd02eee048ade81457a9a270400a6d278921351f9f33bf6acf29848ecfc281
