[INFO] cloning repository https://github.com/4r33x/proto-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/4r33x/proto-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F4r33x%2Fproto-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F4r33x%2Fproto-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8c0024a3f8168819d910a5571eccb5bae58bd49f [INFO] checking 4r33x/proto-rs against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F4r33x%2Fproto-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/4r33x/proto-rs [INFO] finished tweaking git repo https://github.com/4r33x/proto-rs [INFO] tweaked toml for git repo https://github.com/4r33x/proto-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/4r33x/proto-rs on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/4r33x/proto-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" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a52573ca2b5ac31ddd18d336e62567acd527c4157901cb338e7181649ef3f194 [INFO] running `Command { std: "docker" "start" "-a" "a52573ca2b5ac31ddd18d336e62567acd527c4157901cb338e7181649ef3f194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a52573ca2b5ac31ddd18d336e62567acd527c4157901cb338e7181649ef3f194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a52573ca2b5ac31ddd18d336e62567acd527c4157901cb338e7181649ef3f194", kill_on_drop: false }` [INFO] [stdout] a52573ca2b5ac31ddd18d336e62567acd527c4157901cb338e7181649ef3f194 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4704c49b5497bd594bc7779ddac6da91f0a77be1b998ddb843ccf39ebfa67023 [INFO] running `Command { std: "docker" "start" "-a" "4704c49b5497bd594bc7779ddac6da91f0a77be1b998ddb843ccf39ebfa67023", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling pulldown-cmark v0.13.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Checking indexmap v2.11.4 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking axum-core v0.5.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling fastnum v0.7.4 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking bnum v0.12.1 [INFO] [stderr] Checking typewit v1.14.2 [INFO] [stderr] Checking inventory v0.3.21 [INFO] [stderr] Checking clap_builder v4.5.49 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking criterion-plot v0.6.0 [INFO] [stderr] Compiling pulldown-cmark-to-cmark v21.0.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking clap v4.5.49 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Compiling tonic-build v0.14.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling prost-derive v0.14.1 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling zerocopy-derive v0.8.27 [INFO] [stderr] Compiling const_panic_proc_macros v0.2.15 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling prosto_derive v0.6.19 (/opt/rustwide/workdir/crates/prosto_derive) [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Checking const_panic v0.2.15 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling prost v0.14.1 [INFO] [stderr] Compiling prost-types v0.14.1 [INFO] [stderr] Compiling prost-build v0.14.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling tonic-prost-build v0.14.2 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling tonic_prost_test v0.1.0 (/opt/rustwide/workdir/tests/tonic_prost_test) [INFO] [stderr] Compiling prost_rs_test v0.1.0 (/opt/rustwide/workdir/tests/proto_rs_test) [INFO] [stderr] Checking criterion v0.7.0 [INFO] [stderr] Checking proptest v1.9.0 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking axum v0.8.6 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking hyper-util v0.1.17 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking tonic v0.14.2 [INFO] [stderr] Checking tonic-prost v0.14.2 [INFO] [stderr] Checking proto_rs v0.6.19 (/opt/rustwide/workdir) [INFO] [stderr] Checking proto_build_test v0.1.0 (/opt/rustwide/workdir/tests/proto_build_test) [INFO] [stdout] warning: unexpected `cfg` condition value: `stable` [INFO] [stdout] --> tests/proto_build_test/src/main.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(not(feature = "stable"), feature(impl_trait_in_assoc_type))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `build-schemas` and `default` [INFO] [stdout] = help: consider adding `stable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking bench_runner v0.1.0 (/opt/rustwide/workdir/benches/bench_runner) [INFO] [stdout] warning: unexpected `cfg` condition value: `stable` [INFO] [stdout] --> tests/proto_build_test/src/main.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(not(feature = "stable"), feature(impl_trait_in_assoc_type))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `build-schemas` and `default` [INFO] [stdout] = help: consider adding `stable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.05s [INFO] running `Command { std: "docker" "inspect" "4704c49b5497bd594bc7779ddac6da91f0a77be1b998ddb843ccf39ebfa67023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4704c49b5497bd594bc7779ddac6da91f0a77be1b998ddb843ccf39ebfa67023", kill_on_drop: false }` [INFO] [stdout] 4704c49b5497bd594bc7779ddac6da91f0a77be1b998ddb843ccf39ebfa67023