[INFO] cloning repository https://github.com/ExcaliburZero/dqmj1_save_editor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ExcaliburZero/dqmj1_save_editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExcaliburZero%2Fdqmj1_save_editor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExcaliburZero%2Fdqmj1_save_editor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 013b80f746842a084a82c62199feaf1ad474b111 [INFO] checking ExcaliburZero/dqmj1_save_editor against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExcaliburZero%2Fdqmj1_save_editor" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ExcaliburZero/dqmj1_save_editor [INFO] finished tweaking git repo https://github.com/ExcaliburZero/dqmj1_save_editor [INFO] tweaked toml for git repo https://github.com/ExcaliburZero/dqmj1_save_editor written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ExcaliburZero/dqmj1_save_editor on toolchain ff647322379c48947c196639599067665ff9eb88 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ExcaliburZero/dqmj1_save_editor 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" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded relm4-components v0.6.2 [INFO] [stderr] Downloaded relm4 v0.6.2 [INFO] [stderr] Downloaded libadwaita-sys v0.4.4 [INFO] [stderr] Downloaded relm4-macros v0.6.2 [INFO] [stderr] Downloaded libadwaita v0.4.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809 [INFO] running `Command { std: "docker" "start" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling winnow v0.5.34 [INFO] [stderr] Compiling target-lexicon v0.12.13 [INFO] [stderr] Compiling smallvec v1.12.0 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling gio v0.17.10 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking fragile v2.0.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling cfg-expr v0.15.6 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking tokio v1.35.1 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_edit v0.21.0 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling toml v0.8.8 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling system-deps v6.2.0 [INFO] [stderr] Compiling glib-macros v0.17.10 [INFO] [stderr] Compiling gtk4-macros v0.6.6 [INFO] [stderr] Compiling glib-sys v0.17.10 [INFO] [stderr] Compiling gobject-sys v0.17.10 [INFO] [stderr] Compiling gio-sys v0.17.10 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.17.10 [INFO] [stderr] Compiling pango-sys v0.17.10 [INFO] [stderr] Compiling cairo-sys-rs v0.17.10 [INFO] [stderr] Compiling gdk4-sys v0.6.3 [INFO] [stderr] Compiling graphene-sys v0.17.10 [INFO] [stderr] Compiling gsk4-sys v0.6.3 [INFO] [stderr] Compiling gtk4-sys v0.6.3 [INFO] [stderr] Compiling libadwaita-sys v0.4.4 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling async-trait v0.1.77 [INFO] [stderr] Compiling relm4-macros v0.6.2 [INFO] [stderr] Compiling tracker-macros v0.2.1 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Checking tracker v0.2.1 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking pin-project v1.1.3 [INFO] [stderr] Checking flume v0.10.14 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking glib v0.17.10 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking cairo-rs v0.17.10 [INFO] [stderr] Checking graphene-rs v0.17.10 [INFO] [stderr] Checking gdk-pixbuf v0.17.10 [INFO] [stderr] Checking pango v0.17.10 [INFO] [stderr] Checking gdk4 v0.6.3 [INFO] [stderr] Checking gsk4 v0.6.3 [INFO] [stderr] Checking gtk4 v0.6.6 [INFO] [stderr] Checking libadwaita v0.4.4 [INFO] [stderr] Checking relm4 v0.6.2 [INFO] [stderr] Checking relm4-components v0.6.2 [INFO] [stderr] Checking dqmj1_save_editor v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/data_fields/monster.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Monster { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 3 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Monster` has derived impls for the traits `Debug` and `Clone`, 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: field `name` is never read [INFO] [stdout] --> src/data_fields/monster.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Monster { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 3 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Monster` has derived impls for the traits `Debug` and `Clone`, 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: unused import: `ActionablePlus` [INFO] [stdout] --> src/main.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | use relm4::actions::{AccelsPlus, ActionablePlus, RelmAction, RelmActionGroup}; [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: `gold` [INFO] [stdout] --> src/main.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | gold: Self::Init, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_gold` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sender` [INFO] [stdout] --> src/main.rs:154:44 [INFO] [stdout] | [INFO] [stdout] 154 | fn update(&mut self, msg: Self::Input, sender: ComponentSender) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `message` is never read [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 15 | struct AppModel { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | message: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Open` and `ShowMessage` are never constructed [INFO] [stdout] --> src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 24 | enum AppMsg { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] 25 | Save, [INFO] [stdout] 26 | Open, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | ShowMessage(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AppMsg` 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: `ActionablePlus` [INFO] [stdout] --> src/main.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | use relm4::actions::{AccelsPlus, ActionablePlus, RelmAction, RelmActionGroup}; [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: `gold` [INFO] [stdout] --> src/main.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | gold: Self::Init, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_gold` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sender` [INFO] [stdout] --> src/main.rs:154:44 [INFO] [stdout] | [INFO] [stdout] 154 | fn update(&mut self, msg: Self::Input, sender: ComponentSender) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sender` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `message` is never read [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 15 | struct AppModel { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 19 | message: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Open` and `ShowMessage` are never constructed [INFO] [stdout] --> src/main.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 24 | enum AppMsg { [INFO] [stdout] | ------ variants in this enum [INFO] [stdout] 25 | Save, [INFO] [stdout] 26 | Open, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | ShowMessage(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AppMsg` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `Command { std: "docker" "inspect" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809", kill_on_drop: false }` [INFO] [stdout] d3b9c209ef06690a30ffb3778436567387034ae905aaaf2cf906f0fc0538b809