[INFO] cloning repository https://github.com/eboody/client_gen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eboody/client_gen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feboody%2Fclient_gen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feboody%2Fclient_gen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b8a3fab090cd14df83a8d97464657868c2a4302 [INFO] checking eboody/client_gen against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feboody%2Fclient_gen" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eboody/client_gen on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eboody/client_gen [INFO] finished tweaking git repo https://github.com/eboody/client_gen [INFO] tweaked toml for git repo https://github.com/eboody/client_gen written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/eboody/client_gen 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" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bf68e9ebadaecb685ae72e8c769a506e26aedb6d2b168039ba194b15797cc92 [INFO] running `Command { std: "docker" "start" "-a" "7bf68e9ebadaecb685ae72e8c769a506e26aedb6d2b168039ba194b15797cc92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bf68e9ebadaecb685ae72e8c769a506e26aedb6d2b168039ba194b15797cc92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf68e9ebadaecb685ae72e8c769a506e26aedb6d2b168039ba194b15797cc92", kill_on_drop: false }` [INFO] [stdout] 7bf68e9ebadaecb685ae72e8c769a506e26aedb6d2b168039ba194b15797cc92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b174fa7214e864d20b3436669aa5e5f000b20639c59a32f0eed8a61081fd62c3 [INFO] running `Command { std: "docker" "start" "-a" "b174fa7214e864d20b3436669aa5e5f000b20639c59a32f0eed8a61081fd62c3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking client_gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `params_object` [INFO] [stdout] --> src/process_rpc.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_params_object` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `params_object` [INFO] [stdout] --> src/process_rpc.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_params_object` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bindings` [INFO] [stdout] --> src/process_rpc.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | bindings: &Vec, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bindings` [INFO] [stdout] --> src/process_rpc.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | bindings: &Vec, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | let mut client_param_name = "params".to_owned(); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | let mut client_param_name = "params".to_owned(); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/process_rpc.rs:530:54 [INFO] [stdout] | [INFO] [stdout] 530 | if let Err(Error::CantMatchHandlerReturnType(e)) = return_type { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/process_rpc.rs:530:54 [INFO] [stdout] | [INFO] [stdout] 530 | if let Err(Error::CantMatchHandlerReturnType(e)) = return_type { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `EntityFunction` is more private than the item `OutputFileContent::functions` [INFO] [stdout] --> src/process_rpc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub functions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `OutputFileContent::functions` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `EntityFunction` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/process_rpc.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | struct EntityFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `EntityFunction` is more private than the item `OutputFileContent::functions` [INFO] [stdout] --> src/process_rpc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub functions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `OutputFileContent::functions` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `EntityFunction` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/process_rpc.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | struct EntityFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `imports` is never read [INFO] [stdout] --> src/process_rpc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OutputFileContent { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 16 | imports: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OutputFileContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `imports` is never read [INFO] [stdout] --> src/process_rpc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OutputFileContent { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 16 | imports: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OutputFileContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/process_rpc.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 274 | struct Param { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 275 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/process_rpc.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 274 | struct Param { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 275 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `type_exists_in_bindings` is never used [INFO] [stdout] --> src/process_rpc.rs:328:4 [INFO] [stdout] | [INFO] [stdout] 328 | fn type_exists_in_bindings(type_to_check: &str, bindings: &Vec) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `type_exists_in_bindings` is never used [INFO] [stdout] --> src/process_rpc.rs:328:4 [INFO] [stdout] | [INFO] [stdout] 328 | fn type_exists_in_bindings(type_to_check: &str, bindings: &Vec) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s [INFO] running `Command { std: "docker" "inspect" "b174fa7214e864d20b3436669aa5e5f000b20639c59a32f0eed8a61081fd62c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b174fa7214e864d20b3436669aa5e5f000b20639c59a32f0eed8a61081fd62c3", kill_on_drop: false }` [INFO] [stdout] b174fa7214e864d20b3436669aa5e5f000b20639c59a32f0eed8a61081fd62c3 [INFO] checking eboody/client_gen against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feboody%2Fclient_gen" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eboody/client_gen on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eboody/client_gen [INFO] finished tweaking git repo https://github.com/eboody/client_gen [INFO] tweaked toml for git repo https://github.com/eboody/client_gen written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/eboody/client_gen 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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 68be2b8bb1f52e61474fa0e7120ff11e7ec87dfb2e6efdeb076c1494299465e4 [INFO] running `Command { std: "docker" "start" "-a" "68be2b8bb1f52e61474fa0e7120ff11e7ec87dfb2e6efdeb076c1494299465e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68be2b8bb1f52e61474fa0e7120ff11e7ec87dfb2e6efdeb076c1494299465e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68be2b8bb1f52e61474fa0e7120ff11e7ec87dfb2e6efdeb076c1494299465e4", kill_on_drop: false }` [INFO] [stdout] 68be2b8bb1f52e61474fa0e7120ff11e7ec87dfb2e6efdeb076c1494299465e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Dtail_expr_drop_order" "-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41945a59c9a74be213444e2daf4c442de1a3cc369a7b81d04c06b43be082d818 [INFO] running `Command { std: "docker" "start" "-a" "41945a59c9a74be213444e2daf4c442de1a3cc369a7b81d04c06b43be082d818", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking client_gen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `params_object` [INFO] [stdout] --> src/process_rpc.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_params_object` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bindings` [INFO] [stdout] --> src/process_rpc.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | bindings: &Vec, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `params_object` [INFO] [stdout] --> src/process_rpc.rs:418:13 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_params_object` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bindings` [INFO] [stdout] --> src/process_rpc.rs:343:5 [INFO] [stdout] | [INFO] [stdout] 343 | bindings: &Vec, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | let mut client_param_name = "params".to_owned(); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | let mut client_param_name = "params".to_owned(); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/process_rpc.rs:418:9 [INFO] [stdout] | [INFO] [stdout] 418 | let mut params_object = String::from(""); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/process_rpc.rs:530:54 [INFO] [stdout] | [INFO] [stdout] 530 | if let Err(Error::CantMatchHandlerReturnType(e)) = return_type { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/process_rpc.rs:530:54 [INFO] [stdout] | [INFO] [stdout] 530 | if let Err(Error::CantMatchHandlerReturnType(e)) = return_type { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `EntityFunction` is more private than the item `OutputFileContent::functions` [INFO] [stdout] --> src/process_rpc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub functions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `OutputFileContent::functions` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `EntityFunction` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/process_rpc.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | struct EntityFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `EntityFunction` is more private than the item `OutputFileContent::functions` [INFO] [stdout] --> src/process_rpc.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub functions: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `OutputFileContent::functions` is reachable at visibility `pub(crate)` [INFO] [stdout] | [INFO] [stdout] note: but type `EntityFunction` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/process_rpc.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | struct EntityFunction { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `imports` is never read [INFO] [stdout] --> src/process_rpc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OutputFileContent { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 16 | imports: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OutputFileContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/process_rpc.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 274 | struct Param { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 275 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `imports` is never read [INFO] [stdout] --> src/process_rpc.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct OutputFileContent { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 16 | imports: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OutputFileContent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `type_exists_in_bindings` is never used [INFO] [stdout] --> src/process_rpc.rs:328:4 [INFO] [stdout] | [INFO] [stdout] 328 | fn type_exists_in_bindings(type_to_check: &str, bindings: &Vec) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/process_rpc.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 274 | struct Param { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 275 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Param` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `type_exists_in_bindings` is never used [INFO] [stdout] --> src/process_rpc.rs:328:4 [INFO] [stdout] | [INFO] [stdout] 328 | fn type_exists_in_bindings(type_to_check: &str, bindings: &Vec) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process_rpc.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 122 | let re = RegexBuilder::new(r"export (interface|type) (?\w+) (\{|=)") [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | / re.captures_iter(&content) [INFO] [stdout] 127 | | .filter_map(|e| e.name("name")) [INFO] [stdout] 128 | | .map(|name| name.as_str().to_owned()) [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process_rpc.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 122 | let re = RegexBuilder::new(r"export (interface|type) (?\w+) (\{|=)") [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 126 | / re.captures_iter(&content) [INFO] [stdout] 127 | | .filter_map(|e| e.name("name")) [INFO] [stdout] 128 | | .map(|name| name.as_str().to_owned()) [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process_rpc.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 497 | let re = RegexBuilder::new(r"(?\w+)\s*\.into_dyn()") [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 501 | / re.captures_iter(&content) [INFO] [stdout] 502 | | .filter_map(|e| e.name("name")) [INFO] [stdout] 503 | | .map(|name| name.as_str().to_owned()) [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/process_rpc.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 497 | let re = RegexBuilder::new(r"(?\w+)\s*\.into_dyn()") [INFO] [stdout] | -- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 501 | / re.captures_iter(&content) [INFO] [stdout] 502 | | .filter_map(|e| e.name("name")) [INFO] [stdout] 503 | | .map(|name| name.as_str().to_owned()) [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `client_gen` (bin "client_gen") due to 3 previous errors; 9 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `client_gen` (bin "client_gen" test) due to 3 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "41945a59c9a74be213444e2daf4c442de1a3cc369a7b81d04c06b43be082d818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41945a59c9a74be213444e2daf4c442de1a3cc369a7b81d04c06b43be082d818", kill_on_drop: false }` [INFO] [stdout] 41945a59c9a74be213444e2daf4c442de1a3cc369a7b81d04c06b43be082d818