[INFO] cloning repository https://github.com/snproj/string_tree [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snproj/string_tree" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnproj%2Fstring_tree", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnproj%2Fstring_tree'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0d027841bb690851e8e4164d4023ff19747ac61 [INFO] testing snproj/string_tree against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnproj%2Fstring_tree" "/workspace/builds/worker-29/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-29/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snproj/string_tree on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/snproj/string_tree [INFO] finished tweaking git repo https://github.com/snproj/string_tree [INFO] tweaked toml for git repo https://github.com/snproj/string_tree written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate git repo https://github.com/snproj/string_tree already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fe86b0e750023073790613b00b3caf3c0dcca3507295219bdfca36c13114816b [INFO] running `Command { std: "docker" "start" "-a" "fe86b0e750023073790613b00b3caf3c0dcca3507295219bdfca36c13114816b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe86b0e750023073790613b00b3caf3c0dcca3507295219bdfca36c13114816b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe86b0e750023073790613b00b3caf3c0dcca3507295219bdfca36c13114816b", kill_on_drop: false }` [INFO] [stdout] fe86b0e750023073790613b00b3caf3c0dcca3507295219bdfca36c13114816b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b719812080742ab9926582cdb034f815d25bab7e4702975025871702ae7398a4 [INFO] running `Command { std: "docker" "start" "-a" "b719812080742ab9926582cdb034f815d25bab7e4702975025871702ae7398a4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling string_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `dict` [INFO] [stdout] --> src/word_actionator.rs:168:57 [INFO] [stdout] | [INFO] [stdout] 168 | fn commence_action(&self, target: Arc>, dict: Arc>) -> Option>>{ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_dict` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `store` [INFO] [stdout] --> src/traverser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | store: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Traverser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/traverser.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint` [INFO] [stdout] --> src/traverser.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn pprint(thing: &VSON, tab_count: usize) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint_store` [INFO] [stdout] --> src/traverser.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn pprint_store(&self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint_store_ptr` [INFO] [stdout] --> src/traverser.rs:125:12 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn pprint_store_ptr(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adverb` [INFO] [stdout] --> src/word_actionator.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | adverb: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AdvLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjective` [INFO] [stdout] --> src/word_actionator.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | adjective: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AdjLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_indiv` [INFO] [stdout] --> src/word_actionator.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | is_indiv: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `links` [INFO] [stdout] --> src/word_actionator.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | links: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verb` [INFO] [stdout] --> src/word_actionator.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | verb: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adverbs` [INFO] [stdout] --> src/word_actionator.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | adverbs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `place` [INFO] [stdout] --> src/word_actionator.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | place: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjectives` [INFO] [stdout] --> src/word_actionator.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | adjectives: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subj_actor` [INFO] [stdout] --> src/word_actionator.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | subj_actor: ActorLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verb` [INFO] [stdout] --> src/word_actionator.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | verb: VerbLog, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `obj_actor` [INFO] [stdout] --> src/word_actionator.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | obj_actor: ActorLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time` [INFO] [stdout] --> src/word_actionator.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | time: TimeLog, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `place` [INFO] [stdout] --> src/word_actionator.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | place: PlaceLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `desc` [INFO] [stdout] --> src/word_actionator.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | desc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time` [INFO] [stdout] --> src/word_actionator.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | time: i64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `desc` [INFO] [stdout] --> src/word_actionator.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | desc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_indiv` [INFO] [stdout] --> src/word_actionator.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | is_indiv: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `links` [INFO] [stdout] --> src/word_actionator.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | links: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actor` [INFO] [stdout] --> src/word_actionator.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | actor: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjectives` [INFO] [stdout] --> src/word_actionator.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | adjectives: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actors` [INFO] [stdout] --> src/word_actionator.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | actors: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verbs` [INFO] [stdout] --> src/word_actionator.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | verbs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `times` [INFO] [stdout] --> src/word_actionator.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | times: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `places` [INFO] [stdout] --> src/word_actionator.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | places: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjs` [INFO] [stdout] --> src/word_actionator.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | adjs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `advs` [INFO] [stdout] --> src/word_actionator.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | advs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "b719812080742ab9926582cdb034f815d25bab7e4702975025871702ae7398a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b719812080742ab9926582cdb034f815d25bab7e4702975025871702ae7398a4", kill_on_drop: false }` [INFO] [stdout] b719812080742ab9926582cdb034f815d25bab7e4702975025871702ae7398a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c59e37854af8768ad8bae47027a307959762c4bcd4185906d81ba27c1b8cfa9a [INFO] running `Command { std: "docker" "start" "-a" "c59e37854af8768ad8bae47027a307959762c4bcd4185906d81ba27c1b8cfa9a", kill_on_drop: false }` [INFO] [stderr] Compiling string_tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `dict` [INFO] [stdout] --> src/word_actionator.rs:168:57 [INFO] [stdout] | [INFO] [stdout] 168 | fn commence_action(&self, target: Arc>, dict: Arc>) -> Option>>{ [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_dict` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `store` [INFO] [stdout] --> src/traverser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | store: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Traverser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/traverser.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint` [INFO] [stdout] --> src/traverser.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn pprint(thing: &VSON, tab_count: usize) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint_store` [INFO] [stdout] --> src/traverser.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn pprint_store(&self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pprint_store_ptr` [INFO] [stdout] --> src/traverser.rs:125:12 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn pprint_store_ptr(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adverb` [INFO] [stdout] --> src/word_actionator.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | adverb: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AdvLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjective` [INFO] [stdout] --> src/word_actionator.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | adjective: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `AdjLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_indiv` [INFO] [stdout] --> src/word_actionator.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | is_indiv: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `links` [INFO] [stdout] --> src/word_actionator.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | links: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verb` [INFO] [stdout] --> src/word_actionator.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | verb: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adverbs` [INFO] [stdout] --> src/word_actionator.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | adverbs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `place` [INFO] [stdout] --> src/word_actionator.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | place: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjectives` [INFO] [stdout] --> src/word_actionator.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | adjectives: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `subj_actor` [INFO] [stdout] --> src/word_actionator.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | subj_actor: ActorLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verb` [INFO] [stdout] --> src/word_actionator.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | verb: VerbLog, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `obj_actor` [INFO] [stdout] --> src/word_actionator.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | obj_actor: ActorLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time` [INFO] [stdout] --> src/word_actionator.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | time: TimeLog, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `place` [INFO] [stdout] --> src/word_actionator.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | place: PlaceLog, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `desc` [INFO] [stdout] --> src/word_actionator.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | desc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:34:11 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `time` [INFO] [stdout] --> src/word_actionator.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | time: i64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `desc` [INFO] [stdout] --> src/word_actionator.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | desc: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `is_indiv` [INFO] [stdout] --> src/word_actionator.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | is_indiv: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `links` [INFO] [stdout] --> src/word_actionator.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | links: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actor` [INFO] [stdout] --> src/word_actionator.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | actor: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjectives` [INFO] [stdout] --> src/word_actionator.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | adjectives: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `events` [INFO] [stdout] --> src/word_actionator.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | events: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `actors` [INFO] [stdout] --> src/word_actionator.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | actors: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `verbs` [INFO] [stdout] --> src/word_actionator.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | verbs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `times` [INFO] [stdout] --> src/word_actionator.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | times: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `places` [INFO] [stdout] --> src/word_actionator.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | places: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adjs` [INFO] [stdout] --> src/word_actionator.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | adjs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `advs` [INFO] [stdout] --> src/word_actionator.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | advs: Vec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/word_actionator.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive (Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `Command { std: "docker" "inspect" "c59e37854af8768ad8bae47027a307959762c4bcd4185906d81ba27c1b8cfa9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c59e37854af8768ad8bae47027a307959762c4bcd4185906d81ba27c1b8cfa9a", kill_on_drop: false }` [INFO] [stdout] c59e37854af8768ad8bae47027a307959762c4bcd4185906d81ba27c1b8cfa9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ed16432ecfe650fc9cd89760f29b620a268327ce293391ceeb909e4de60416a7 [INFO] running `Command { std: "docker" "start" "-a" "ed16432ecfe650fc9cd89760f29b620a268327ce293391ceeb909e4de60416a7", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `dict` [INFO] [stderr] --> src/word_actionator.rs:168:57 [INFO] [stderr] | [INFO] [stderr] 168 | fn commence_action(&self, target: Arc>, dict: Arc>) -> Option>>{ [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_dict` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `store` [INFO] [stderr] --> src/traverser.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | store: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Traverser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/traverser.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pprint` [INFO] [stderr] --> src/traverser.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn pprint(thing: &VSON, tab_count: usize) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pprint_store` [INFO] [stderr] --> src/traverser.rs:121:12 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn pprint_store(&self) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pprint_store_ptr` [INFO] [stderr] --> src/traverser.rs:125:12 [INFO] [stderr] | [INFO] [stderr] 125 | pub fn pprint_store_ptr(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adverb` [INFO] [stderr] --> src/word_actionator.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | adverb: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AdvLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adjective` [INFO] [stderr] --> src/word_actionator.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | adjective: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `AdjLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:13:11 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_indiv` [INFO] [stderr] --> src/word_actionator.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | is_indiv: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `links` [INFO] [stderr] --> src/word_actionator.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | links: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `verb` [INFO] [stderr] --> src/word_actionator.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | verb: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adverbs` [INFO] [stderr] --> src/word_actionator.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | adverbs: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `VerbLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `place` [INFO] [stderr] --> src/word_actionator.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | place: String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:27:11 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adjectives` [INFO] [stderr] --> src/word_actionator.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | adjectives: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:27:11 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `events` [INFO] [stderr] --> src/word_actionator.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | events: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PlaceLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:27:11 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `subj_actor` [INFO] [stderr] --> src/word_actionator.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | subj_actor: ActorLog, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `verb` [INFO] [stderr] --> src/word_actionator.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | verb: VerbLog, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `obj_actor` [INFO] [stderr] --> src/word_actionator.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | obj_actor: ActorLog, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `time` [INFO] [stderr] --> src/word_actionator.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | time: TimeLog, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `place` [INFO] [stderr] --> src/word_actionator.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | place: PlaceLog, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `desc` [INFO] [stderr] --> src/word_actionator.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | desc: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `EventLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `time` [INFO] [stderr] --> src/word_actionator.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | time: i64, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `events` [INFO] [stderr] --> src/word_actionator.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | events: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `desc` [INFO] [stderr] --> src/word_actionator.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | desc: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TimeLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `is_indiv` [INFO] [stderr] --> src/word_actionator.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | is_indiv: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `links` [INFO] [stderr] --> src/word_actionator.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | links: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `actor` [INFO] [stderr] --> src/word_actionator.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | actor: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adjectives` [INFO] [stderr] --> src/word_actionator.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | adjectives: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ActorLog` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:54:11 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `events` [INFO] [stderr] --> src/word_actionator.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | events: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `actors` [INFO] [stderr] --> src/word_actionator.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | actors: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `verbs` [INFO] [stderr] --> src/word_actionator.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | verbs: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `times` [INFO] [stderr] --> src/word_actionator.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | times: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `places` [INFO] [stderr] --> src/word_actionator.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | places: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `adjs` [INFO] [stderr] --> src/word_actionator.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | adjs: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `advs` [INFO] [stderr] --> src/word_actionator.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | advs: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WordActionResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/word_actionator.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | #[derive (Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `string_tree` (bin "string_tree" test) generated 34 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/string_tree-ddcf4c251bd1c948) [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" "ed16432ecfe650fc9cd89760f29b620a268327ce293391ceeb909e4de60416a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed16432ecfe650fc9cd89760f29b620a268327ce293391ceeb909e4de60416a7", kill_on_drop: false }` [INFO] [stdout] ed16432ecfe650fc9cd89760f29b620a268327ce293391ceeb909e4de60416a7