[INFO] fetching crate theme-converter 0.1.2... [INFO] checking theme-converter-0.1.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate theme-converter 0.1.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate theme-converter 0.1.2 [INFO] finished tweaking crates.io crate theme-converter 0.1.2 [INFO] tweaked toml for crates.io crate theme-converter 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate theme-converter 0.1.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate theme-converter 0.1.2 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7165c2df6ce70d52b00342b94162174dcd8cb32ace34663aec769e980564b91 [INFO] running `Command { std: "docker" "start" "-a" "e7165c2df6ce70d52b00342b94162174dcd8cb32ace34663aec769e980564b91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7165c2df6ce70d52b00342b94162174dcd8cb32ace34663aec769e980564b91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7165c2df6ce70d52b00342b94162174dcd8cb32ace34663aec769e980564b91", kill_on_drop: false }` [INFO] [stdout] e7165c2df6ce70d52b00342b94162174dcd8cb32ace34663aec769e980564b91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48606654bf88a6ff92b33b619b77f64d151aa8377f00d4284578750affd01a52 [INFO] running `Command { std: "docker" "start" "-a" "48606654bf88a6ff92b33b619b77f64d151aa8377f00d4284578750affd01a52", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking quick-xml v0.32.0 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Checking getrandom v0.3.2 [INFO] [stderr] Checking uuid v1.16.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking plist v1.7.1 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking theme-converter v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/vscode.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct VSCodeTheme { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 23 | #[serde(default)] [INFO] [stdout] 24 | name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VSCodeTheme` has a derived impl for the trait `Debug`, but this is 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/vscode.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct VSCodeTheme { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 23 | #[serde(default)] [INFO] [stdout] 24 | name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VSCodeTheme` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parser::Parser` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Dictionary`, `Value`, and `to_writer_xml` [INFO] [stdout] --> src/main.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use plist::{to_writer_xml, Dictionary, Value}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::fs; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `parser::Parser` [INFO] [stdout] --> src/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Dictionary`, `Value`, and `to_writer_xml` [INFO] [stdout] --> src/main.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use plist::{to_writer_xml, Dictionary, Value}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Parser` is never used [INFO] [stdout] --> src/parser.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait Parser { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `scope` and `settings` are never read [INFO] [stdout] --> src/vscode.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 11 | Single { [INFO] [stdout] | ------ fields in this variant [INFO] [stdout] 12 | scope: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | settings: Settings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenColour` 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 `scope` and `settings` are never read [INFO] [stdout] --> src/vscode.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 15 | Multi { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 16 | scope: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 17 | settings: Settings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenColour` 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 `name`, `colors`, and `token_colors` are never read [INFO] [stdout] --> src/vscode.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct VSCodeTheme { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 23 | #[serde(default)] [INFO] [stdout] 24 | name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 25 | #[serde(default)] [INFO] [stdout] 26 | colors: serde_json::Value, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 27 | #[serde(rename = "tokenColors", default)] [INFO] [stdout] 28 | token_colors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VSCodeTheme` 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 `foreground`, `background`, and `font_style` are never read [INFO] [stdout] --> src/vscode.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct Settings { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 33 | #[serde(default)] [INFO] [stdout] 34 | foreground: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 35 | #[serde(default)] [INFO] [stdout] 36 | background: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 37 | #[serde(default, rename = "fontStyle")] [INFO] [stdout] 38 | font_style: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Settings` 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: field `theme` is never read [INFO] [stdout] --> src/vscode.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct VSCodeThemeParser { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 42 | theme: VSCodeTheme, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `build_settings_dict` is never used [INFO] [stdout] --> src/vscode.rs:89:8 [INFO] [stdout] | [INFO] [stdout] 88 | impl VSCodeThemeParser { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] 89 | fn build_settings_dict(&self, scope: impl Into, s: &Settings) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Parser` is never used [INFO] [stdout] --> src/parser.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | pub trait Parser { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `scope` and `settings` are never read [INFO] [stdout] --> src/vscode.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 11 | Single { [INFO] [stdout] | ------ fields in this variant [INFO] [stdout] 12 | scope: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | settings: Settings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenColour` 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 `scope` and `settings` are never read [INFO] [stdout] --> src/vscode.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 15 | Multi { [INFO] [stdout] | ----- fields in this variant [INFO] [stdout] 16 | scope: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 17 | settings: Settings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenColour` 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 `name`, `colors`, and `token_colors` are never read [INFO] [stdout] --> src/vscode.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct VSCodeTheme { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 23 | #[serde(default)] [INFO] [stdout] 24 | name: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 25 | #[serde(default)] [INFO] [stdout] 26 | colors: serde_json::Value, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 27 | #[serde(rename = "tokenColors", default)] [INFO] [stdout] 28 | token_colors: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VSCodeTheme` 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 `foreground`, `background`, and `font_style` are never read [INFO] [stdout] --> src/vscode.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | struct Settings { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 33 | #[serde(default)] [INFO] [stdout] 34 | foreground: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 35 | #[serde(default)] [INFO] [stdout] 36 | background: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 37 | #[serde(default, rename = "fontStyle")] [INFO] [stdout] 38 | font_style: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Settings` 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: field `theme` is never read [INFO] [stdout] --> src/vscode.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct VSCodeThemeParser { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 42 | theme: VSCodeTheme, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `build_settings_dict` is never used [INFO] [stdout] --> src/vscode.rs:89:8 [INFO] [stdout] | [INFO] [stdout] 88 | impl VSCodeThemeParser { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] 89 | fn build_settings_dict(&self, scope: impl Into, s: &Settings) -> Value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.03s [INFO] running `Command { std: "docker" "inspect" "48606654bf88a6ff92b33b619b77f64d151aa8377f00d4284578750affd01a52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48606654bf88a6ff92b33b619b77f64d151aa8377f00d4284578750affd01a52", kill_on_drop: false }` [INFO] [stdout] 48606654bf88a6ff92b33b619b77f64d151aa8377f00d4284578750affd01a52