[INFO] cloning repository https://github.com/rtaylor034/axbind_4 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rtaylor034/axbind_4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtaylor034%2Faxbind_4", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtaylor034%2Faxbind_4'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 40e9963d24e59dd5a044e468f5988640e959419e [INFO] testing rtaylor034/axbind_4 against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frtaylor034%2Faxbind_4" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rtaylor034/axbind_4 on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rtaylor034/axbind_4 [INFO] finished tweaking git repo https://github.com/rtaylor034/axbind_4 [INFO] tweaked toml for git repo https://github.com/rtaylor034/axbind_4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rtaylor034/axbind_4 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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01e33ba369fc7fac9ae0059fc7681e9e4a285e2b6fe5e052543018e388521f6a [INFO] running `Command { std: "docker" "start" "-a" "01e33ba369fc7fac9ae0059fc7681e9e4a285e2b6fe5e052543018e388521f6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01e33ba369fc7fac9ae0059fc7681e9e4a285e2b6fe5e052543018e388521f6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01e33ba369fc7fac9ae0059fc7681e9e4a285e2b6fe5e052543018e388521f6a", kill_on_drop: false }` [INFO] [stdout] 01e33ba369fc7fac9ae0059fc7681e9e4a285e2b6fe5e052543018e388521f6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 580d3e16f25a11a1d9ad050d318f5371e49dd15491d0b841ad11ef8fc1149661 [INFO] running `Command { std: "docker" "start" "-a" "580d3e16f25a11a1d9ad050d318f5371e49dd15491d0b841ad11ef8fc1149661", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling serde v1.0.201 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling anstyle-query v1.0.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling anyhow v1.0.83 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling winnow v0.6.8 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling gfunc v0.1.1 (/opt/rustwide/workdir/bundled_dependencies/gfunc/v0.1) [INFO] [stderr] Compiling optwrite_derive v0.1.0 (/opt/rustwide/workdir/bundled_dependencies/optwrite/v0.1/optwrite_derive) [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling optwrite v0.1.0 (/opt/rustwide/workdir/bundled_dependencies/optwrite/v0.1) [INFO] [stderr] Compiling serde_derive v1.0.201 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_edit v0.22.12 [INFO] [stderr] Compiling toml v0.8.12 [INFO] [stderr] Compiling axbind v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/lib.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use anyhow::{Error, anyhow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filebase` [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filebase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply` is never used [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl schema::BindFile { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `groups` are never read [INFO] [stdout] --> src/schema.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BindFile { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 10 | pub meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | pub groups: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BindFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `files`, `axbind_filename`, and `captures` are never read [INFO] [stdout] --> src/schema.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub struct Group { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 58 | pub files: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 59 | pub axbind_filename: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Group` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `capture`, `escape`, and `layers` are never read [INFO] [stdout] --> src/schema.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct Capture { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 64 | pub capture: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 65 | pub escape: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 66 | pub layers: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Capture` 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 `0` is never read [INFO] [stdout] --> src/schema.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | Map(MapLayer), [INFO] [stdout] | --- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 70 - Map(MapLayer), [INFO] [stdout] 70 + Map(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/schema.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | Function(FunctionLayer), [INFO] [stdout] | -------- ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 71 - Function(FunctionLayer), [INFO] [stdout] 71 + Function(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `map` is never read [INFO] [stdout] --> src/schema.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct MapLayer { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 75 | pub map: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MapLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `function` and `args` are never read [INFO] [stdout] --> src/schema.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct FunctionLayer{ [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 79 | pub function: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | pub args: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Command` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Command, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clap_matches` [INFO] [stdout] --> src/main.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let clap_matches = command!() [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_clap_matches` [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 49.67s [INFO] running `Command { std: "docker" "inspect" "580d3e16f25a11a1d9ad050d318f5371e49dd15491d0b841ad11ef8fc1149661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "580d3e16f25a11a1d9ad050d318f5371e49dd15491d0b841ad11ef8fc1149661", kill_on_drop: false }` [INFO] [stdout] 580d3e16f25a11a1d9ad050d318f5371e49dd15491d0b841ad11ef8fc1149661 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8aafc0396c954c6ebb12163f0a26adb5629bc31f1de81fa879718c91e8cc92d3 [INFO] running `Command { std: "docker" "start" "-a" "8aafc0396c954c6ebb12163f0a26adb5629bc31f1de81fa879718c91e8cc92d3", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/lib.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use anyhow::{Error, anyhow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filebase` [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filebase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply` is never used [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl schema::BindFile { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `groups` are never read [INFO] [stdout] --> src/schema.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BindFile { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 10 | pub meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | pub groups: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BindFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `files`, `axbind_filename`, and `captures` are never read [INFO] [stdout] --> src/schema.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub struct Group { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 58 | pub files: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 59 | pub axbind_filename: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Group` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `capture`, `escape`, and `layers` are never read [INFO] [stdout] --> src/schema.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct Capture { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 64 | pub capture: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 65 | pub escape: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 66 | pub layers: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Capture` 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 `0` is never read [INFO] [stdout] --> src/schema.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | Map(MapLayer), [INFO] [stdout] | --- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 70 - Map(MapLayer), [INFO] [stdout] 70 + Map(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/schema.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | Function(FunctionLayer), [INFO] [stdout] | -------- ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 71 - Function(FunctionLayer), [INFO] [stdout] 71 + Function(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `map` is never read [INFO] [stdout] --> src/schema.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct MapLayer { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 75 | pub map: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MapLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `function` and `args` are never read [INFO] [stdout] --> src/schema.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct FunctionLayer{ [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 79 | pub function: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | pub args: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling axbind v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/lib.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | use anyhow::{Error, anyhow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Command` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Command, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `filebase` [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filebase` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `clap_matches` [INFO] [stdout] --> src/main.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | let clap_matches = command!() [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_clap_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `apply` is never used [INFO] [stdout] --> src/lib.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl schema::BindFile { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `meta` and `groups` are never read [INFO] [stdout] --> src/schema.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct BindFile { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 10 | pub meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | pub groups: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BindFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `files`, `axbind_filename`, and `captures` are never read [INFO] [stdout] --> src/schema.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 57 | pub struct Group { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 58 | pub files: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 59 | pub axbind_filename: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 60 | pub captures: Vec, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Group` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `capture`, `escape`, and `layers` are never read [INFO] [stdout] --> src/schema.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub struct Capture { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 64 | pub capture: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 65 | pub escape: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 66 | pub layers: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Capture` 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 `0` is never read [INFO] [stdout] --> src/schema.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | Map(MapLayer), [INFO] [stdout] | --- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 70 - Map(MapLayer), [INFO] [stdout] 70 + Map(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/schema.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | Function(FunctionLayer), [INFO] [stdout] | -------- ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 71 - Function(FunctionLayer), [INFO] [stdout] 71 + Function(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `map` is never read [INFO] [stdout] --> src/schema.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 74 | pub struct MapLayer { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 75 | pub map: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MapLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `function` and `args` are never read [INFO] [stdout] --> src/schema.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct FunctionLayer{ [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] 79 | pub function: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 80 | pub args: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "8aafc0396c954c6ebb12163f0a26adb5629bc31f1de81fa879718c91e8cc92d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aafc0396c954c6ebb12163f0a26adb5629bc31f1de81fa879718c91e8cc92d3", kill_on_drop: false }` [INFO] [stdout] 8aafc0396c954c6ebb12163f0a26adb5629bc31f1de81fa879718c91e8cc92d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dbeec8709c0d2b96b164bea51a569e611e48b9cdbd5d73469e667809a2628fa2 [INFO] running `Command { std: "docker" "start" "-a" "dbeec8709c0d2b96b164bea51a569e611e48b9cdbd5d73469e667809a2628fa2", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `anyhow` [INFO] [stderr] --> src/lib.rs:5:21 [INFO] [stderr] | [INFO] [stderr] 5 | use anyhow::{Error, anyhow}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `filebase` [INFO] [stderr] --> src/lib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_filebase` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `apply` is never used [INFO] [stderr] --> src/lib.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 16 | impl schema::BindFile { [INFO] [stderr] | --------------------- method in this implementation [INFO] [stderr] 17 | pub fn apply(&self, filebase: &AxbindFilebase) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `meta` and `groups` are never read [INFO] [stderr] --> src/schema.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct BindFile { [INFO] [stderr] | -------- fields in this struct [INFO] [stderr] 10 | pub meta: Option, [INFO] [stderr] | ^^^^ [INFO] [stderr] 11 | pub groups: Vec, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `BindFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `files`, `axbind_filename`, and `captures` are never read [INFO] [stderr] --> src/schema.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub struct Group { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 58 | pub files: Vec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 59 | pub axbind_filename: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] 60 | pub captures: Vec, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Group` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `capture`, `escape`, and `layers` are never read [INFO] [stderr] --> src/schema.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 63 | pub struct Capture { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 64 | pub capture: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 65 | pub escape: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 66 | pub layers: Vec, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Capture` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/schema.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | Map(MapLayer), [INFO] [stderr] | --- ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 70 - Map(MapLayer), [INFO] [stderr] 70 + Map(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/schema.rs:71:14 [INFO] [stderr] | [INFO] [stderr] 71 | Function(FunctionLayer), [INFO] [stderr] | -------- ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `Layer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 71 - Function(FunctionLayer), [INFO] [stderr] 71 + Function(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `map` is never read [INFO] [stderr] --> src/schema.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 74 | pub struct MapLayer { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 75 | pub map: String, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MapLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `function` and `args` are never read [INFO] [stderr] --> src/schema.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 78 | pub struct FunctionLayer{ [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] 79 | pub function: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 80 | pub args: Option>, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `FunctionLayer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `axbind` (lib) generated 10 warnings (run `cargo fix --lib -p axbind` to apply 1 suggestion) [INFO] [stderr] warning: unused import: `Command` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | Command, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `clap_matches` [INFO] [stderr] --> src/main.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | let clap_matches = command!() [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_clap_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `axbind` (bin "axbind" test) generated 2 warnings (run `cargo fix --bin "axbind" --tests` to apply 1 suggestion) [INFO] [stderr] warning: `axbind` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/axbind-8460d4190568a564) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/axbind-70057b61a3c32c4f) [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] [stderr] Doc-tests axbind [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" "dbeec8709c0d2b96b164bea51a569e611e48b9cdbd5d73469e667809a2628fa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbeec8709c0d2b96b164bea51a569e611e48b9cdbd5d73469e667809a2628fa2", kill_on_drop: false }` [INFO] [stdout] dbeec8709c0d2b96b164bea51a569e611e48b9cdbd5d73469e667809a2628fa2