[INFO] cloning repository https://github.com/lbf-star/fengni [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lbf-star/fengni" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbf-star%2Ffengni", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbf-star%2Ffengni'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 34e149f0310e6574cda4cac6b749d917297019b3 [INFO] testing lbf-star/fengni against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flbf-star%2Ffengni" "/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/lbf-star/fengni [INFO] finished tweaking git repo https://github.com/lbf-star/fengni [INFO] tweaked toml for git repo https://github.com/lbf-star/fengni written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lbf-star/fengni on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lbf-star/fengni 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 24bfb4b7bc9ede55b10f281297a5af343c4587b5a449262dea0b9dfb8edc2f71 [INFO] running `Command { std: "docker" "start" "-a" "24bfb4b7bc9ede55b10f281297a5af343c4587b5a449262dea0b9dfb8edc2f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "24bfb4b7bc9ede55b10f281297a5af343c4587b5a449262dea0b9dfb8edc2f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24bfb4b7bc9ede55b10f281297a5af343c4587b5a449262dea0b9dfb8edc2f71", kill_on_drop: false }` [INFO] [stdout] 24bfb4b7bc9ede55b10f281297a5af343c4587b5a449262dea0b9dfb8edc2f71 [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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 636101fe4309504648b0d206e2bbd65926e153e64bd626302a9c1283b9bd3532 [INFO] running `Command { std: "docker" "start" "-a" "636101fe4309504648b0d206e2bbd65926e153e64bd626302a9c1283b9bd3532", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zmij v1.0.7 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling cdylib-link-lines v0.1.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling intrusive-collections v0.9.7 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling octets v0.3.4 [INFO] [stderr] Compiling debug_panic v0.2.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling quiche v0.24.6 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling x25519-dalek v2.0.1 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling serde_with_macros v3.16.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling serde_with v3.16.1 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling qlog v0.15.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling fengni2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `rng` is never read [INFO] [stdout] --> src/core/crypto.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct CryptoContext { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 66 | rng: ring_rand::SystemRandom, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s [INFO] running `Command { std: "docker" "inspect" "636101fe4309504648b0d206e2bbd65926e153e64bd626302a9c1283b9bd3532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "636101fe4309504648b0d206e2bbd65926e153e64bd626302a9c1283b9bd3532", kill_on_drop: false }` [INFO] [stdout] 636101fe4309504648b0d206e2bbd65926e153e64bd626302a9c1283b9bd3532 [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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6af1c2e1119950159d0efd7d3b8932494e9aa2136d13a51eeec54d3f403ad20 [INFO] running `Command { std: "docker" "start" "-a" "a6af1c2e1119950159d0efd7d3b8932494e9aa2136d13a51eeec54d3f403ad20", kill_on_drop: false }` [INFO] [stderr] Compiling fengni2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `rng` is never read [INFO] [stdout] --> src/core/crypto.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct CryptoContext { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 66 | rng: ring_rand::SystemRandom, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `rng` is never read [INFO] [stdout] --> src/core/crypto.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 65 | pub struct CryptoContext { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 66 | rng: ring_rand::SystemRandom, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s [INFO] running `Command { std: "docker" "inspect" "a6af1c2e1119950159d0efd7d3b8932494e9aa2136d13a51eeec54d3f403ad20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6af1c2e1119950159d0efd7d3b8932494e9aa2136d13a51eeec54d3f403ad20", kill_on_drop: false }` [INFO] [stdout] a6af1c2e1119950159d0efd7d3b8932494e9aa2136d13a51eeec54d3f403ad20 [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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e4248658bc9fb8d283fdf984bdbf6e75a1a7d58087fccaa6f1d44d127a7ed250 [INFO] running `Command { std: "docker" "start" "-a" "e4248658bc9fb8d283fdf984bdbf6e75a1a7d58087fccaa6f1d44d127a7ed250", kill_on_drop: false }` [INFO] [stderr] warning: field `rng` is never read [INFO] [stderr] --> src/core/crypto.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 65 | pub struct CryptoContext { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 66 | rng: ring_rand::SystemRandom, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `fengni2` (lib) generated 1 warning [INFO] [stderr] warning: `fengni2` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fengni2-656bb2990eca5884) [INFO] [stderr] Running unittests src/bin/fengni-cli.rs (/opt/rustwide/target/debug/deps/fengni_cli-4fd541775cd38ea6) [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] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests fengni2 [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] [stdout] [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] [stdout] [INFO] running `Command { std: "docker" "inspect" "e4248658bc9fb8d283fdf984bdbf6e75a1a7d58087fccaa6f1d44d127a7ed250", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4248658bc9fb8d283fdf984bdbf6e75a1a7d58087fccaa6f1d44d127a7ed250", kill_on_drop: false }` [INFO] [stdout] e4248658bc9fb8d283fdf984bdbf6e75a1a7d58087fccaa6f1d44d127a7ed250