[INFO] cloning repository https://github.com/AirOne01/proxyster-lib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AirOne01/proxyster-lib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirOne01%2Fproxyster-lib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirOne01%2Fproxyster-lib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 25e5b8e9a98c0caef84d62a7d4a7a1569d388e1b
[INFO] documenting AirOne01/proxyster-lib against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAirOne01%2Fproxyster-lib" "/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/AirOne01/proxyster-lib
[INFO] finished tweaking git repo https://github.com/AirOne01/proxyster-lib
[INFO] tweaked toml for git repo https://github.com/AirOne01/proxyster-lib written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AirOne01/proxyster-lib 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/AirOne01/proxyster-lib 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-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 558e81befd050b1b6026fb2968edbe0e904dd379339b8a1bc3bd52e6b79c6295
[INFO] running `Command { std: "docker" "start" "-a" "558e81befd050b1b6026fb2968edbe0e904dd379339b8a1bc3bd52e6b79c6295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "558e81befd050b1b6026fb2968edbe0e904dd379339b8a1bc3bd52e6b79c6295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "558e81befd050b1b6026fb2968edbe0e904dd379339b8a1bc3bd52e6b79c6295", kill_on_drop: false }`
[INFO] [stdout] 558e81befd050b1b6026fb2968edbe0e904dd379339b8a1bc3bd52e6b79c6295
[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=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" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac6c5541130843f801226b2669cb4b765c685f817ec5f12895da3dfba32511b9
[INFO] running `Command { std: "docker" "start" "-a" "ac6c5541130843f801226b2669cb4b765c685f817ec5f12895da3dfba32511b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling openssl-sys v0.9.80
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]     Checking parking_lot_core v0.9.7
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling openssl v0.10.45
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]     Checking dtoa-short v0.3.3
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking unicode-bidi v0.3.10
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking servo_arc v0.1.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking nom8 v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]     Checking thin-slice v0.1.1
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking ipnet v2.7.1
[INFO] [stderr]     Checking ego-tree v0.6.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking string_cache v0.8.4
[INFO] [stderr]     Checking serde_spanned v0.6.1
[INFO] [stderr]     Checking toml_datetime v0.6.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking toml_edit v0.19.3
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking toml v0.7.2
[INFO] [stderr]     Checking scraper v0.14.0
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.15
[INFO] [stderr]     Checking hyper v0.14.24
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.14
[INFO] [stderr]  Documenting proxyster-lib v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.51s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/proxyster_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "ac6c5541130843f801226b2669cb4b765c685f817ec5f12895da3dfba32511b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac6c5541130843f801226b2669cb4b765c685f817ec5f12895da3dfba32511b9", kill_on_drop: false }`
[INFO] [stdout] ac6c5541130843f801226b2669cb4b765c685f817ec5f12895da3dfba32511b9
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f90d378e29d43fa82708d2f56324bb7680c54171f0b994f9b82f74be8d7e6df2
[INFO] running `Command { std: "docker" "start" "-a" "f90d378e29d43fa82708d2f56324bb7680c54171f0b994f9b82f74be8d7e6df2", kill_on_drop: false }`
[INFO] [stderr]  Documenting proxyster-lib v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/proxyster_lib/index.html
[INFO] running `Command { std: "docker" "inspect" "f90d378e29d43fa82708d2f56324bb7680c54171f0b994f9b82f74be8d7e6df2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f90d378e29d43fa82708d2f56324bb7680c54171f0b994f9b82f74be8d7e6df2", kill_on_drop: false }`
[INFO] [stdout] f90d378e29d43fa82708d2f56324bb7680c54171f0b994f9b82f74be8d7e6df2
