[INFO] cloning repository https://github.com/dspadea/data-gov-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dspadea/data-gov-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspadea%2Fdata-gov-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspadea%2Fdata-gov-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d848324f7b9a7c771d8db9b59242e8b87121c67f [INFO] testing dspadea/data-gov-rs against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdspadea%2Fdata-gov-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dspadea/data-gov-rs [INFO] finished tweaking git repo https://github.com/dspadea/data-gov-rs [INFO] tweaked toml for git repo https://github.com/dspadea/data-gov-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dspadea/data-gov-rs 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/dspadea/data-gov-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9ff12885d176eff6e0c0801f12dccce60c3a509c1f94d0df829a3fa8609147ae [INFO] running `Command { std: "docker" "start" "-a" "9ff12885d176eff6e0c0801f12dccce60c3a509c1f94d0df829a3fa8609147ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ff12885d176eff6e0c0801f12dccce60c3a509c1f94d0df829a3fa8609147ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ff12885d176eff6e0c0801f12dccce60c3a509c1f94d0df829a3fa8609147ae", kill_on_drop: false }` [INFO] [stdout] 9ff12885d176eff6e0c0801f12dccce60c3a509c1f94d0df829a3fa8609147ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 76d5f2c8a386a9c7a0235fae2acf328fb3020514382c24a3769157580182193e [INFO] running `Command { std: "docker" "start" "-a" "76d5f2c8a386a9c7a0235fae2acf328fb3020514382c24a3769157580182193e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling aws-lc-rs v1.16.3 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling console v0.16.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling unit-prefix v0.5.2 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling colored v3.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling aws-lc-sys v0.40.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling rustyline v17.0.2 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [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 tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling indicatif v0.18.4 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling rustls-webpki v0.103.13 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling data-gov-catalog v0.4.0 (/opt/rustwide/workdir/data-gov-catalog) [INFO] [stderr] Compiling data-gov-ckan v0.4.0 (/opt/rustwide/workdir/data-gov-ckan) [INFO] [stderr] Compiling data-gov v0.4.0 (/opt/rustwide/workdir/data-gov) [INFO] [stderr] Compiling data-gov-mcp-server v0.4.0 (/opt/rustwide/workdir/data-gov-mcp-server) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `Command { std: "docker" "inspect" "76d5f2c8a386a9c7a0235fae2acf328fb3020514382c24a3769157580182193e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76d5f2c8a386a9c7a0235fae2acf328fb3020514382c24a3769157580182193e", kill_on_drop: false }` [INFO] [stdout] 76d5f2c8a386a9c7a0235fae2acf328fb3020514382c24a3769157580182193e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3deba6fdf115a2e1f403dd87c205022b7b277034136325696685785812fcf389 [INFO] running `Command { std: "docker" "start" "-a" "3deba6fdf115a2e1f403dd87c205022b7b277034136325696685785812fcf389", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling tempfile v3.26.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling indicatif v0.18.4 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling data-gov-catalog v0.4.0 (/opt/rustwide/workdir/data-gov-catalog) [INFO] [stderr] Compiling data-gov-ckan v0.4.0 (/opt/rustwide/workdir/data-gov-ckan) [INFO] [stderr] Compiling data-gov v0.4.0 (/opt/rustwide/workdir/data-gov) [INFO] [stderr] Compiling data-gov-mcp-server v0.4.0 (/opt/rustwide/workdir/data-gov-mcp-server) [INFO] [stderr] error: could not compile `data-gov-mcp-server` (bin "data-gov-mcp-server" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name data_gov_mcp_server --edition=2024 data-gov-mcp-server/src/main.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=dfc947055711bc9f -C extra-filename=-122a73c4f8ca1628 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern data_gov=/opt/rustwide/target/debug/deps/libdata_gov-e1fe086daefd2e7a.rlib --extern data_gov_catalog=/opt/rustwide/target/debug/deps/libdata_gov_catalog-9ff599e9efb3e331.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d909f39840b15de.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8ead63f10a966001.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-888ee6516ac1126f.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-ffa4d1845af480db.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-a8805a59e8296b0b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `data-gov-ckan` (test "unit_tests") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name unit_tests --edition=2024 data-gov-ckan/tests/unit_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="native-tls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-tls", "rustls-tls"))' -C metadata=14ac2485773f5d7f -C extra-filename=-9f352bfedbf8ab9a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-825ea678cfada989.so --extern data_gov_ckan=/opt/rustwide/target/debug/deps/libdata_gov_ckan-8ddfd4f8abdf623d.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2fd78930376446d2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-4390b26fc25b15a7.so --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d909f39840b15de.rlib --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-8d2f3daeb1fa49fd.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-4397ee9e2d742826.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-4fc19d5560e20fbe.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-ffa4d1845af480db.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-a8805a59e8296b0b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `data-gov` (bin "data-gov") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name data_gov --edition=2024 data-gov/tools/cli/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53d9bdf5ccdba9e8 -C extra-filename=-a1290095b9fa95d4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a5c83dd69235542a.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-bb2b7332cdb1adc3.rlib --extern data_gov=/opt/rustwide/target/debug/deps/libdata_gov-e1fe086daefd2e7a.rlib --extern data_gov_catalog=/opt/rustwide/target/debug/deps/libdata_gov_catalog-9ff599e9efb3e331.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-0316451cd34d16d4.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-f105a15022189a51.rlib --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-fad1dcd627a661ad.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2fd78930376446d2.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-6b32cd14b49d2a89.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d909f39840b15de.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-beb9da3aff980b91.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-4397ee9e2d742826.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-a8805a59e8296b0b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `data-gov-catalog` (test "client_tests") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name client_tests --edition=2024 data-gov-catalog/tests/client_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="native-tls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-tls", "rustls-tls"))' -C metadata=763d02f45053f994 -C extra-filename=-a3873c945b32d566 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern data_gov_catalog=/opt/rustwide/target/debug/deps/libdata_gov_catalog-9ff599e9efb3e331.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2fd78930376446d2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d909f39840b15de.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-ffa4d1845af480db.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-a8805a59e8296b0b/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `data-gov` (test "download_tests") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name download_tests --edition=2024 data-gov/tests/download_tests.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=38321783d5e7ea52 -C extra-filename=-140a131077663106 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a5c83dd69235542a.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-bb2b7332cdb1adc3.rlib --extern data_gov=/opt/rustwide/target/debug/deps/libdata_gov-e1fe086daefd2e7a.rlib --extern data_gov_catalog=/opt/rustwide/target/debug/deps/libdata_gov_catalog-9ff599e9efb3e331.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-0316451cd34d16d4.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-f105a15022189a51.rlib --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-fad1dcd627a661ad.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2fd78930376446d2.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-6b32cd14b49d2a89.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9ae909d4b36762db.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-388449cb3c71d5c5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8d909f39840b15de.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-beb9da3aff980b91.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-4397ee9e2d742826.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-ffa4d1845af480db.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-a8805a59e8296b0b/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "3deba6fdf115a2e1f403dd87c205022b7b277034136325696685785812fcf389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3deba6fdf115a2e1f403dd87c205022b7b277034136325696685785812fcf389", kill_on_drop: false }` [INFO] [stdout] 3deba6fdf115a2e1f403dd87c205022b7b277034136325696685785812fcf389