[INFO] cloning repository https://github.com/eddoss/unimake-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eddoss/unimake-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feddoss%2Funimake-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feddoss%2Funimake-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 51282d2dd683268845913d0f51101f81d44ece59 [INFO] checking eddoss/unimake-rust against try#ed606620234c6b50f2414162c4bbabd5f4a925f3 for pr-147995 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feddoss%2Funimake-rust" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/eddoss/unimake-rust [INFO] finished tweaking git repo https://github.com/eddoss/unimake-rust [INFO] tweaked toml for git repo https://github.com/eddoss/unimake-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/eddoss/unimake-rust on toolchain ed606620234c6b50f2414162c4bbabd5f4a925f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/eddoss/unimake-rust 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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9aa114202f07133a4fafab05890a4f4b45ce7985fcab9cc58061afa3975b6ef [INFO] running `Command { std: "docker" "start" "-a" "b9aa114202f07133a4fafab05890a4f4b45ce7985fcab9cc58061afa3975b6ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9aa114202f07133a4fafab05890a4f4b45ce7985fcab9cc58061afa3975b6ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9aa114202f07133a4fafab05890a4f4b45ce7985fcab9cc58061afa3975b6ef", kill_on_drop: false }` [INFO] [stdout] b9aa114202f07133a4fafab05890a4f4b45ce7985fcab9cc58061afa3975b6ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3ee2e8d8aa2af54d8bdb0121e2612f01aa968c4aad41bb5250f5967aac62ec2 [INFO] running `Command { std: "docker" "start" "-a" "f3ee2e8d8aa2af54d8bdb0121e2612f01aa968c4aad41bb5250f5967aac62ec2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling malachite-nz v0.4.22 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling syn v2.0.102 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling crunchy v0.2.3 [INFO] [stderr] Compiling getopts v0.2.23 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rustpython-parser-vendored v0.4.0 [INFO] [stderr] Compiling malachite-base v0.4.22 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling unicode_names2_generator v1.3.0 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Compiling unic-ucd-category v0.9.0 [INFO] [stderr] Compiling rustpython-parser v0.4.0 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Compiling unicode_names2 v1.3.0 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling syn-ext v0.4.0 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Checking siphasher v1.0.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling is-macro v0.3.7 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling unic-ucd-ident v0.9.0 [INFO] [stderr] Compiling rustpython-parser-core v0.4.0 [INFO] [stderr] Compiling rustpython-literal v0.4.0 [INFO] [stderr] Compiling unic-emoji-char v0.9.0 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling rustpython-doc v0.3.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling textwrap v0.15.2 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking tinyvec v1.9.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking home v0.5.11 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling rustpython-vm v0.4.0 [INFO] [stderr] Compiling result-like-derive v0.4.6 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking fd-lock v4.0.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num_enum_derive v0.7.3 [INFO] [stderr] Checking unic-ucd-hangul v0.9.0 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking siphasher v0.3.11 [INFO] [stderr] Checking malachite-q v0.4.22 [INFO] [stderr] Checking optional v0.5.0 [INFO] [stderr] Checking volatile v0.3.0 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking num_enum v0.7.3 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking atomic v0.6.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking rustpython-sre_engine v0.4.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Checking which v4.4.2 [INFO] [stderr] Checking rustyline v14.0.0 [INFO] [stderr] Checking unic-ucd-normal v0.9.0 [INFO] [stderr] Checking malachite v0.4.22 [INFO] [stderr] Checking malachite-bigint v0.2.3 [INFO] [stderr] Checking result-like v0.4.6 [INFO] [stderr] Checking caseless v0.2.2 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Compiling uuid-macro-internal v1.17.0 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking unic-ucd-bidi v0.9.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking uname v0.1.1 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking exitcode v1.1.2 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Compiling rustpython-stdlib v0.4.0 [INFO] [stderr] Checking rustpython-ast v0.4.0 [INFO] [stderr] Checking rustpython-compiler-core v0.4.0 [INFO] [stderr] Checking rustpython-format v0.4.0 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking timsort v0.1.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking unicode-casing v0.1.0 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking rustpython-common v0.4.0 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking dns-lookup v2.0.4 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking mac_address v1.1.8 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking unic-normal v0.9.0 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking terminal_size v0.4.2 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Checking mt19937 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking unic-ucd-age v0.9.0 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking termios v0.3.3 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling rustpython-derive-impl v0.4.0 [INFO] [stderr] Checking rustpython-codegen v0.4.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking xml-rs v0.8.26 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking unicase v2.8.1 [INFO] [stderr] Checking ucd v0.1.1 [INFO] [stderr] Checking puruspe v0.2.5 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking clap_builder v4.5.40 [INFO] [stderr] Checking env_logger v0.9.3 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking rustpython-compiler v0.4.0 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking global v0.1.0 (/opt/rustwide/workdir/crates/global) [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling builder-pattern-macro v0.4.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking clap v4.5.40 [INFO] [stderr] Checking const_format v0.2.34 [INFO] [stderr] Compiling rustpython-derive v0.4.0 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking rustpython-pylib v0.4.0 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking builder-pattern v0.4.2 [INFO] [stderr] Checking rustpython v0.4.0 [INFO] [stderr] Checking sdk v0.1.0 (/opt/rustwide/workdir/crates/sdk) [INFO] [stderr] Checking plugin v0.1.0 (/opt/rustwide/workdir/crates/plugins/core) [INFO] [stdout] warning: bounds on `Self: Drop` are most likely incorrect, consider instead using `std::mem::needs_drop` to detect whether a type can be trivially dropped [INFO] [stdout] --> crates/plugins/core/lib.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Interface: Drop + Send + Sync { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on `Self: Drop` are most likely incorrect, consider instead using `std::mem::needs_drop` to detect whether a type can be trivially dropped [INFO] [stdout] --> crates/plugins/core/lib.rs:4:22 [INFO] [stdout] | [INFO] [stdout] 4 | pub trait Interface: Drop + Send + Sync { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(drop_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking plugin-cli v0.1.0 (/opt/rustwide/workdir/crates/plugins/cli) [INFO] [stdout] warning: unused import: `const_format::concatcp` [INFO] [stdout] --> crates/plugins/cli/command.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use const_format::concatcp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `const_format::concatcp` [INFO] [stdout] --> crates/plugins/cli/command.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use const_format::concatcp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `driver` [INFO] [stdout] --> crates/plugins/cli/plugin.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | fn cli(&self, driver: &Box) -> Option { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `driver` [INFO] [stdout] --> crates/plugins/cli/plugin.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | fn cache(&self, driver: &Box) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `default`, `help`, and `variable` are never read [INFO] [stdout] --> crates/plugins/cli/argument.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Pythonic { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 29 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub help: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub variable: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pythonic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/argument.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Class` is never used [INFO] [stdout] --> crates/plugins/cli/class.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Class { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/command.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DECORATOR_OPT_INNER` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const DECORATOR_OPT_INNER: &str = concatcp!(PREFIX, DECORATOR_OPT, "/decorator"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DECORATOR_ARG_INNER` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const DECORATOR_ARG_INNER: &str = concatcp!(PREFIX, DECORATOR_ARG, "/decorator"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PLUGIN_INFO` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const PLUGIN_INFO: Lazy = Lazy::new(|| plugin::Info { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `short`, `fault`, `help`, `variable`, and `required` are never read [INFO] [stdout] --> crates/plugins/cli/option.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Pythonic { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 29 | pub short: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fault: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub help: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub variable: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub required: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pythonic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/option.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `driver` [INFO] [stdout] --> crates/plugins/cli/plugin.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | fn cli(&self, driver: &Box) -> Option { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `driver` [INFO] [stdout] --> crates/plugins/cli/plugin.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | fn cache(&self, driver: &Box) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_driver` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `default`, `help`, and `variable` are never read [INFO] [stdout] --> crates/plugins/cli/argument.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Pythonic { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 29 | pub default: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub help: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub variable: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pythonic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/argument.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Class` is never used [INFO] [stdout] --> crates/plugins/cli/class.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum Class { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/command.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 94 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DECORATOR_OPT_INNER` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | pub const DECORATOR_OPT_INNER: &str = concatcp!(PREFIX, DECORATOR_OPT, "/decorator"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `DECORATOR_ARG_INNER` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | pub const DECORATOR_ARG_INNER: &str = concatcp!(PREFIX, DECORATOR_ARG, "/decorator"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PLUGIN_INFO` is never used [INFO] [stdout] --> crates/plugins/cli/consts.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | pub const PLUGIN_INFO: Lazy = Lazy::new(|| plugin::Info { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `short`, `fault`, `help`, `variable`, and `required` are never read [INFO] [stdout] --> crates/plugins/cli/option.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Pythonic { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 29 | pub short: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fault: Option, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub help: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 38 | pub variable: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub required: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Pythonic` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cacheable` is never constructed [INFO] [stdout] --> crates/plugins/cli/option.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct Cacheable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking app v0.1.0 (/opt/rustwide/workdir/crates/app) [INFO] [stdout] warning: type alias `JsonValue` is never used [INFO] [stdout] --> crates/app/cache.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | type JsonValue = serde_json::Value; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FilesystemDriver` is never constructed [INFO] [stdout] --> crates/app/cache.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct FilesystemDriver { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/app/cache.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl FilesystemDriver { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] 11 | pub fn new(root: PathBuf) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `exists` is never used [INFO] [stdout] --> crates/app/workspace.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 73 | impl Workspace { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 74 | pub fn exists(root: &PathBuf) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias `JsonValue` is never used [INFO] [stdout] --> crates/app/cache.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | type JsonValue = serde_json::Value; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FilesystemDriver` is never constructed [INFO] [stdout] --> crates/app/cache.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct FilesystemDriver { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/app/cache.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl FilesystemDriver { [INFO] [stdout] | --------------------- associated function in this implementation [INFO] [stdout] 11 | pub fn new(root: PathBuf) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `exists` is never used [INFO] [stdout] --> crates/app/workspace.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 73 | impl Workspace { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 74 | pub fn exists(root: &PathBuf) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s [INFO] running `Command { std: "docker" "inspect" "f3ee2e8d8aa2af54d8bdb0121e2612f01aa968c4aad41bb5250f5967aac62ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3ee2e8d8aa2af54d8bdb0121e2612f01aa968c4aad41bb5250f5967aac62ec2", kill_on_drop: false }` [INFO] [stdout] f3ee2e8d8aa2af54d8bdb0121e2612f01aa968c4aad41bb5250f5967aac62ec2