[INFO] cloning repository https://github.com/zahrulsch/auto-request
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zahrulsch/auto-request" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzahrulsch%2Fauto-request", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzahrulsch%2Fauto-request'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42c199e81221c0076d3dcf92a49c0565c72c3b2e
[INFO] testing zahrulsch/auto-request against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzahrulsch%2Fauto-request" "/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/zahrulsch/auto-request
[INFO] finished tweaking git repo https://github.com/zahrulsch/auto-request
[INFO] tweaked toml for git repo https://github.com/zahrulsch/auto-request written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zahrulsch/auto-request 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 git repo https://github.com/zahrulsch/auto-request 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 58e0e911571504a12978a19ce68dcdca667fcd44c9be8204db23087cd936ed3c
[INFO] running `Command { std: "docker" "start" "-a" "58e0e911571504a12978a19ce68dcdca667fcd44c9be8204db23087cd936ed3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "58e0e911571504a12978a19ce68dcdca667fcd44c9be8204db23087cd936ed3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58e0e911571504a12978a19ce68dcdca667fcd44c9be8204db23087cd936ed3c", kill_on_drop: false }`
[INFO] [stdout] 58e0e911571504a12978a19ce68dcdca667fcd44c9be8204db23087cd936ed3c
[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=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] 41f98e1eb203e9f229c9353ac47af057bcea5e3153066c0fd614f6b1bf10c31d
[INFO] running `Command { std: "docker" "start" "-a" "41f98e1eb203e9f229c9353ac47af057bcea5e3153066c0fd614f6b1bf10c31d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.6
[INFO] [stderr]    Compiling once_cell v1.17.0
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling tokio v1.24.2
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling unicode-bidi v0.3.9
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling async-trait v0.1.62
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling publicsuffix v2.2.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling async-compression v0.3.15
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling cookie_store v0.16.1
[INFO] [stderr]    Compiling hyper v0.14.23
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.14
[INFO] [stderr]    Compiling auto_requester v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DefaultFormat` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:302:12
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub struct DefaultFormat {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TierVariation` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:314:12
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub struct TierVariation {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BundleDealInfo` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub struct BundleDealInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Experiment` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:460:12
[INFO] [stdout]     |
[INFO] [stdout] 460 | pub struct Experiment {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Facet` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct Facet {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub struct Category {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParentCategoryDetail` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub struct ParentCategoryDetail {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category2` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub struct Category2 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Brand` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:230:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub struct Brand {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
[INFO] running `Command { std: "docker" "inspect" "41f98e1eb203e9f229c9353ac47af057bcea5e3153066c0fd614f6b1bf10c31d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41f98e1eb203e9f229c9353ac47af057bcea5e3153066c0fd614f6b1bf10c31d", kill_on_drop: false }`
[INFO] [stdout] 41f98e1eb203e9f229c9353ac47af057bcea5e3153066c0fd614f6b1bf10c31d
[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=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] b280021ef1a99584554463fe052f224777b70e9545c13fbda0a3e8eab4195c38
[INFO] running `Command { std: "docker" "start" "-a" "b280021ef1a99584554463fe052f224777b70e9545c13fbda0a3e8eab4195c38", kill_on_drop: false }`
[INFO] [stdout] warning: struct `DefaultFormat` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:302:12
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub struct DefaultFormat {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TierVariation` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:314:12
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub struct TierVariation {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BundleDealInfo` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub struct BundleDealInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Experiment` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:460:12
[INFO] [stdout]     |
[INFO] [stdout] 460 | pub struct Experiment {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Facet` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct Facet {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub struct Category {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParentCategoryDetail` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub struct ParentCategoryDetail {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category2` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub struct Category2 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling auto_requester v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Brand` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:230:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub struct Brand {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DefaultFormat` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:302:12
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub struct DefaultFormat {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TierVariation` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:314:12
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub struct TierVariation {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BundleDealInfo` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 342 | pub struct BundleDealInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Experiment` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_search_result.rs:460:12
[INFO] [stdout]     |
[INFO] [stdout] 460 | pub struct Experiment {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Facet` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:168:12
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub struct Facet {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub struct Category {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ParentCategoryDetail` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 | pub struct ParentCategoryDetail {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category2` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:202:12
[INFO] [stdout]     |
[INFO] [stdout] 202 | pub struct Category2 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Brand` is never constructed
[INFO] [stdout]    --> src/model_translations/shopee_filter_config.rs:230:12
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub struct Brand {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.39s
[INFO] running `Command { std: "docker" "inspect" "b280021ef1a99584554463fe052f224777b70e9545c13fbda0a3e8eab4195c38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b280021ef1a99584554463fe052f224777b70e9545c13fbda0a3e8eab4195c38", kill_on_drop: false }`
[INFO] [stdout] b280021ef1a99584554463fe052f224777b70e9545c13fbda0a3e8eab4195c38
[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=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", kill_on_drop: false }`
[INFO] [stdout] 276ece34212cdbf10d9bf13f851d0e7b176656e47b0ac953cca5d525482edbf5
[INFO] running `Command { std: "docker" "start" "-a" "276ece34212cdbf10d9bf13f851d0e7b176656e47b0ac953cca5d525482edbf5", kill_on_drop: false }`
[INFO] [stderr] warning: struct `DefaultFormat` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_search_result.rs:302:12
[INFO] [stderr]     |
[INFO] [stderr] 302 | pub struct DefaultFormat {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TierVariation` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_search_result.rs:314:12
[INFO] [stderr]     |
[INFO] [stderr] 314 | pub struct TierVariation {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BundleDealInfo` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_search_result.rs:342:12
[INFO] [stderr]     |
[INFO] [stderr] 342 | pub struct BundleDealInfo {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Experiment` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_search_result.rs:460:12
[INFO] [stderr]     |
[INFO] [stderr] 460 | pub struct Experiment {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Facet` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_filter_config.rs:168:12
[INFO] [stderr]     |
[INFO] [stderr] 168 | pub struct Facet {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Category` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_filter_config.rs:178:12
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub struct Category {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ParentCategoryDetail` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_filter_config.rs:192:12
[INFO] [stderr]     |
[INFO] [stderr] 192 | pub struct ParentCategoryDetail {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Category2` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_filter_config.rs:202:12
[INFO] [stderr]     |
[INFO] [stderr] 202 | pub struct Category2 {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Brand` is never constructed
[INFO] [stderr]    --> src/model_translations/shopee_filter_config.rs:230:12
[INFO] [stderr]     |
[INFO] [stderr] 230 | pub struct Brand {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `auto_requester` (lib) generated 9 warnings
[INFO] [stderr] warning: `auto_requester` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/auto_requester-2ecd43fbba2a085b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/shopee.rs (/opt/rustwide/target/debug/deps/shopee-a43786a8e18feeda)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_shopee::validate_add_ext_header ... ok
[INFO] [stdout] test test_shopee::validate_url_isset ... ok
[INFO] [stdout] test test_shopee::validate_url_type ... ok
[INFO] [stdout] test test_shopee::validate_headers_is_setup ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/shopee_filter_config.rs (/opt/rustwide/target/debug/deps/shopee_filter_config-2c1d60d269e2fead)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_shopee_filter_config::pick_config ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_shopee_filter_config::pick_config stdout ----
[INFO] [stdout] Error: Client(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("mall.shopee.co.id")), port: None, path: "/api/v4/search/search_filter_config", query: Some("page_type=search"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_shopee_filter_config::pick_config
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test shopee_filter_config`
[INFO] running `Command { std: "docker" "inspect" "276ece34212cdbf10d9bf13f851d0e7b176656e47b0ac953cca5d525482edbf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "276ece34212cdbf10d9bf13f851d0e7b176656e47b0ac953cca5d525482edbf5", kill_on_drop: false }`
[INFO] [stdout] 276ece34212cdbf10d9bf13f851d0e7b176656e47b0ac953cca5d525482edbf5
