[INFO] cloning repository https://github.com/gd0st/hermis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gd0st/hermis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgd0st%2Fhermis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgd0st%2Fhermis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91e4d4d0cb42de4abfb81d292daa5f9889063935 [INFO] checking gd0st/hermis against try#fc545c6b951a304df08b327c158f92678582f435 for pr-140557-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgd0st%2Fhermis" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gd0st/hermis on toolchain fc545c6b951a304df08b327c158f92678582f435 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gd0st/hermis [INFO] finished tweaking git repo https://github.com/gd0st/hermis [INFO] tweaked toml for git repo https://github.com/gd0st/hermis written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gd0st/hermis 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" "+fc545c6b951a304df08b327c158f92678582f435" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95d460b02bfd91379381adf86a0f848fbaa95d8373faa8ce6fb39d800f38d43c [INFO] running `Command { std: "docker" "start" "-a" "95d460b02bfd91379381adf86a0f848fbaa95d8373faa8ce6fb39d800f38d43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95d460b02bfd91379381adf86a0f848fbaa95d8373faa8ce6fb39d800f38d43c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95d460b02bfd91379381adf86a0f848fbaa95d8373faa8ce6fb39d800f38d43c", kill_on_drop: false }` [INFO] [stdout] 95d460b02bfd91379381adf86a0f848fbaa95d8373faa8ce6fb39d800f38d43c [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+fc545c6b951a304df08b327c158f92678582f435" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 833039b5d216df60fad660ea99f85be5a9ea56d0f231f724605ba57d94795010 [INFO] running `Command { std: "docker" "start" "-a" "833039b5d216df60fad660ea99f85be5a9ea56d0f231f724605ba57d94795010", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Checking bytes v1.8.0 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking hashbrown v0.15.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking tokio v1.41.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking anstyle v1.0.9 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking unicode-bidi v0.3.17 [INFO] [stderr] Checking anstream v0.6.17 [INFO] [stderr] Checking diligent-date-parser v0.1.4 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking never v0.1.0 [INFO] [stderr] Checking rustls-pki-types v1.10.0 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Checking quick-xml v0.36.2 [INFO] [stderr] Compiling anyhow v1.0.91 [INFO] [stderr] Checking rustls-pemfile v2.2.0 [INFO] [stderr] Checking clap_builder v4.5.20 [INFO] [stderr] Checking sync_wrapper v1.0.1 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking ipnet v2.10.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking rand_seeder v0.2.3 [INFO] [stderr] Checking rand_pcg v0.3.1 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Checking tokio-util v0.7.12 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking h2 v0.4.6 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking clap v4.5.20 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking atom_syndication v0.12.4 [INFO] [stderr] Checking rss v2.0.9 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper v1.5.0 [INFO] [stderr] Checking hyper-util v0.1.10 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking reqwest v0.12.9 [INFO] [stderr] Checking hermis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `buff` [INFO] [stdout] --> src/lib.rs:270:21 [INFO] [stdout] | [INFO] [stdout] 270 | let buff = BufReader::new(blob.text()?.as_bytes()); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buff` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `buff` [INFO] [stdout] --> src/lib.rs:270:21 [INFO] [stdout] | [INFO] [stdout] 270 | let buff = BufReader::new(blob.text()?.as_bytes()); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_buff` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sources` [INFO] [stdout] --> src/main.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let sources: Vec = vec![ [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sources` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sources` [INFO] [stdout] --> src/main.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | let sources: Vec = vec![ [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sources` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "833039b5d216df60fad660ea99f85be5a9ea56d0f231f724605ba57d94795010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "833039b5d216df60fad660ea99f85be5a9ea56d0f231f724605ba57d94795010", kill_on_drop: false }` [INFO] [stdout] 833039b5d216df60fad660ea99f85be5a9ea56d0f231f724605ba57d94795010