[INFO] cloning repository https://github.com/Phytolizer/rust-minsk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Phytolizer/rust-minsk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhytolizer%2Frust-minsk", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhytolizer%2Frust-minsk'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d1afa0ecbce093404feaab775c202b96b5522d9 [INFO] testing Phytolizer/rust-minsk against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPhytolizer%2Frust-minsk" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Phytolizer/rust-minsk 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/Phytolizer/rust-minsk [INFO] finished tweaking git repo https://github.com/Phytolizer/rust-minsk [INFO] tweaked toml for git repo https://github.com/Phytolizer/rust-minsk written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Phytolizer/rust-minsk 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded crossterm v0.21.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 59beb4c129d5504ba83c7cfcedffddf2fdbb13fac758380c5cb29b5ba64f8be0 [INFO] running `Command { std: "docker" "start" "-a" "59beb4c129d5504ba83c7cfcedffddf2fdbb13fac758380c5cb29b5ba64f8be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59beb4c129d5504ba83c7cfcedffddf2fdbb13fac758380c5cb29b5ba64f8be0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59beb4c129d5504ba83c7cfcedffddf2fdbb13fac758380c5cb29b5ba64f8be0", kill_on_drop: false }` [INFO] [stdout] 59beb4c129d5504ba83c7cfcedffddf2fdbb13fac758380c5cb29b5ba64f8be0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 93a11a0254e7d63730cd5c9339532e1ad5af03e463319fdbfaebc3b1fce25660 [INFO] running `Command { std: "docker" "start" "-a" "93a11a0254e7d63730cd5c9339532e1ad5af03e463319fdbfaebc3b1fce25660", kill_on_drop: false }` [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.21.0 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling minsk v0.1.0 (/opt/rustwide/workdir/minsk) [INFO] [stdout] warning: variant is never constructed: `BinaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | BinaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `UnaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | UnaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `LiteralExpression` [INFO] [stdout] --> minsk/src/binding.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | LiteralExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableExpression` [INFO] [stdout] --> minsk/src/binding.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | VariableExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `AssignmentExpression` [INFO] [stdout] --> minsk/src/binding.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AssignmentExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `BlockStatement` [INFO] [stdout] --> minsk/src/binding.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | BlockStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ExpressionStatement` [INFO] [stdout] --> minsk/src/binding.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | ExpressionStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ForStatement` [INFO] [stdout] --> minsk/src/binding.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ForStatement, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `IfStatement` [INFO] [stdout] --> minsk/src/binding.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | IfStatement, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclarationStatement` [INFO] [stdout] --> minsk/src/binding.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | VariableDeclarationStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `WhileStatement` [INFO] [stdout] --> minsk/src/binding.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | WhileStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: enum is never used: `BoundNode` [INFO] [stdout] --> minsk/src/binding.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) enum BoundNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `BoundNodeRef` [INFO] [stdout] --> minsk/src/binding.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) enum BoundNodeRef<'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print` [INFO] [stdout] --> minsk/src/binding.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) fn pretty_print(&self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print_node` [INFO] [stdout] --> minsk/src/binding.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn pretty_print_node( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_ref` [INFO] [stdout] --> minsk/src/binding.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | fn create_ref(&self) -> BoundStatementRef { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Block` [INFO] [stdout] --> minsk/src/binding.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | Block(&'a BoundBlockStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `Expression` [INFO] [stdout] --> minsk/src/binding.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Expression(&'a BoundExpressionStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `For` [INFO] [stdout] --> minsk/src/binding.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | For(&'a BoundForStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `If` [INFO] [stdout] --> minsk/src/binding.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | If(&'a BoundIfStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclaration` [INFO] [stdout] --> minsk/src/binding.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | VariableDeclaration(&'a BoundVariableDeclarationStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `While` [INFO] [stdout] --> minsk/src/binding.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | While(&'a BoundWhileStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: `kind` [INFO] [stdout] --> minsk/src/binding.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 147 | fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 158 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:265:19 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:285:8 [INFO] [stdout] | [INFO] [stdout] 285 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> minsk/src/parser.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | text: SourceText, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_text` [INFO] [stdout] --> minsk/src/syntax.rs:109:19 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) fn get_text(&self) -> Option<&'static str> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mc v0.1.0 (/opt/rustwide/workdir/mc) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.72s [INFO] running `Command { std: "docker" "inspect" "93a11a0254e7d63730cd5c9339532e1ad5af03e463319fdbfaebc3b1fce25660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93a11a0254e7d63730cd5c9339532e1ad5af03e463319fdbfaebc3b1fce25660", kill_on_drop: false }` [INFO] [stdout] 93a11a0254e7d63730cd5c9339532e1ad5af03e463319fdbfaebc3b1fce25660 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 6a7c7cbb7fc71cea69a3341557c30c5ae3ef29a754e7adb936343d7f5cada652 [INFO] running `Command { std: "docker" "start" "-a" "6a7c7cbb7fc71cea69a3341557c30c5ae3ef29a754e7adb936343d7f5cada652", kill_on_drop: false }` [INFO] [stdout] warning: variant is never constructed: `BinaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | BinaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `UnaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | UnaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `LiteralExpression` [INFO] [stdout] --> minsk/src/binding.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | LiteralExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableExpression` [INFO] [stdout] --> minsk/src/binding.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | VariableExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `AssignmentExpression` [INFO] [stdout] --> minsk/src/binding.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AssignmentExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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] [stderr] Compiling minsk v0.1.0 (/opt/rustwide/workdir/minsk) [INFO] [stdout] warning: variant is never constructed: `BlockStatement` [INFO] [stdout] --> minsk/src/binding.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | BlockStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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] [stderr] Compiling mc v0.1.0 (/opt/rustwide/workdir/mc) [INFO] [stdout] warning: variant is never constructed: `ExpressionStatement` [INFO] [stdout] --> minsk/src/binding.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | ExpressionStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ForStatement` [INFO] [stdout] --> minsk/src/binding.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ForStatement, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `IfStatement` [INFO] [stdout] --> minsk/src/binding.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | IfStatement, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclarationStatement` [INFO] [stdout] --> minsk/src/binding.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | VariableDeclarationStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `WhileStatement` [INFO] [stdout] --> minsk/src/binding.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | WhileStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: enum is never used: `BoundNode` [INFO] [stdout] --> minsk/src/binding.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) enum BoundNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `BoundNodeRef` [INFO] [stdout] --> minsk/src/binding.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) enum BoundNodeRef<'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print` [INFO] [stdout] --> minsk/src/binding.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) fn pretty_print(&self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print_node` [INFO] [stdout] --> minsk/src/binding.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn pretty_print_node( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_ref` [INFO] [stdout] --> minsk/src/binding.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | fn create_ref(&self) -> BoundStatementRef { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Block` [INFO] [stdout] --> minsk/src/binding.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | Block(&'a BoundBlockStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `Expression` [INFO] [stdout] --> minsk/src/binding.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Expression(&'a BoundExpressionStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `For` [INFO] [stdout] --> minsk/src/binding.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | For(&'a BoundForStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `If` [INFO] [stdout] --> minsk/src/binding.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | If(&'a BoundIfStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclaration` [INFO] [stdout] --> minsk/src/binding.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | VariableDeclaration(&'a BoundVariableDeclarationStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `While` [INFO] [stdout] --> minsk/src/binding.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | While(&'a BoundWhileStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: `kind` [INFO] [stdout] --> minsk/src/binding.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 147 | fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 158 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:265:19 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:285:8 [INFO] [stdout] | [INFO] [stdout] 285 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> minsk/src/parser.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | text: SourceText, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_text` [INFO] [stdout] --> minsk/src/syntax.rs:109:19 [INFO] [stdout] | [INFO] [stdout] 109 | pub(crate) fn get_text(&self) -> Option<&'static str> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BinaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | BinaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `UnaryExpression` [INFO] [stdout] --> minsk/src/binding.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | UnaryExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `LiteralExpression` [INFO] [stdout] --> minsk/src/binding.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | LiteralExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableExpression` [INFO] [stdout] --> minsk/src/binding.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | VariableExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `AssignmentExpression` [INFO] [stdout] --> minsk/src/binding.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | AssignmentExpression, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `BlockStatement` [INFO] [stdout] --> minsk/src/binding.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | BlockStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ExpressionStatement` [INFO] [stdout] --> minsk/src/binding.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | ExpressionStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ForStatement` [INFO] [stdout] --> minsk/src/binding.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | ForStatement, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `IfStatement` [INFO] [stdout] --> minsk/src/binding.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | IfStatement, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclarationStatement` [INFO] [stdout] --> minsk/src/binding.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | VariableDeclarationStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `WhileStatement` [INFO] [stdout] --> minsk/src/binding.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | WhileStatement, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone, Copy)] [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: enum is never used: `BoundNode` [INFO] [stdout] --> minsk/src/binding.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) enum BoundNode { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `BoundNodeRef` [INFO] [stdout] --> minsk/src/binding.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | pub(crate) enum BoundNodeRef<'a> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:72:8 [INFO] [stdout] | [INFO] [stdout] 72 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print` [INFO] [stdout] --> minsk/src/binding.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | pub(crate) fn pretty_print(&self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pretty_print_node` [INFO] [stdout] --> minsk/src/binding.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn pretty_print_node( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_ref` [INFO] [stdout] --> minsk/src/binding.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | fn create_ref(&self) -> BoundStatementRef { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Block` [INFO] [stdout] --> minsk/src/binding.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | Block(&'a BoundBlockStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `Expression` [INFO] [stdout] --> minsk/src/binding.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Expression(&'a BoundExpressionStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `For` [INFO] [stdout] --> minsk/src/binding.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | For(&'a BoundForStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `If` [INFO] [stdout] --> minsk/src/binding.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | If(&'a BoundIfStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclaration` [INFO] [stdout] --> minsk/src/binding.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | VariableDeclaration(&'a BoundVariableDeclarationStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `While` [INFO] [stdout] --> minsk/src/binding.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | While(&'a BoundWhileStatement), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> minsk/src/binding.rs:136:10 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Debug, Clone, Copy)] [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: `kind` [INFO] [stdout] --> minsk/src/binding.rs:147:8 [INFO] [stdout] | [INFO] [stdout] 147 | fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:158:8 [INFO] [stdout] | [INFO] [stdout] 158 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `kind` [INFO] [stdout] --> minsk/src/binding.rs:265:19 [INFO] [stdout] | [INFO] [stdout] 265 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `children` [INFO] [stdout] --> minsk/src/binding.rs:285:8 [INFO] [stdout] | [INFO] [stdout] 285 | fn children(&self) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> minsk/src/parser.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | text: SourceText, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "6a7c7cbb7fc71cea69a3341557c30c5ae3ef29a754e7adb936343d7f5cada652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a7c7cbb7fc71cea69a3341557c30c5ae3ef29a754e7adb936343d7f5cada652", kill_on_drop: false }` [INFO] [stdout] 6a7c7cbb7fc71cea69a3341557c30c5ae3ef29a754e7adb936343d7f5cada652 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] ac42b73984c8754841697812e41cab130d6f8e44b0c8bf92469135244e95557b [INFO] running `Command { std: "docker" "start" "-a" "ac42b73984c8754841697812e41cab130d6f8e44b0c8bf92469135244e95557b", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `BinaryExpression` [INFO] [stderr] --> minsk/src/binding.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | BinaryExpression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `UnaryExpression` [INFO] [stderr] --> minsk/src/binding.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | UnaryExpression, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `LiteralExpression` [INFO] [stderr] --> minsk/src/binding.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | LiteralExpression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableExpression` [INFO] [stderr] --> minsk/src/binding.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | VariableExpression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `AssignmentExpression` [INFO] [stderr] --> minsk/src/binding.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | AssignmentExpression, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `BlockStatement` [INFO] [stderr] --> minsk/src/binding.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | BlockStatement, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ExpressionStatement` [INFO] [stderr] --> minsk/src/binding.rs:47:5 [INFO] [stderr] | [INFO] [stderr] 47 | ExpressionStatement, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `ForStatement` [INFO] [stderr] --> minsk/src/binding.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | ForStatement, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `IfStatement` [INFO] [stderr] --> minsk/src/binding.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | IfStatement, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclarationStatement` [INFO] [stderr] --> minsk/src/binding.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | VariableDeclarationStatement, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `WhileStatement` [INFO] [stderr] --> minsk/src/binding.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | WhileStatement, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundNodeKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone, Copy)] [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: enum is never used: `BoundNode` [INFO] [stderr] --> minsk/src/binding.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | pub(crate) enum BoundNode { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `BoundNodeRef` [INFO] [stderr] --> minsk/src/binding.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | pub(crate) enum BoundNodeRef<'a> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kind` [INFO] [stderr] --> minsk/src/binding.rs:65:19 [INFO] [stderr] | [INFO] [stderr] 65 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `children` [INFO] [stderr] --> minsk/src/binding.rs:72:8 [INFO] [stderr] | [INFO] [stderr] 72 | fn children(&self) -> Vec> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pretty_print` [INFO] [stderr] --> minsk/src/binding.rs:79:19 [INFO] [stderr] | [INFO] [stderr] 79 | pub(crate) fn pretty_print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pretty_print_node` [INFO] [stderr] --> minsk/src/binding.rs:83:8 [INFO] [stderr] | [INFO] [stderr] 83 | fn pretty_print_node( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `create_ref` [INFO] [stderr] --> minsk/src/binding.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | fn create_ref(&self) -> BoundStatementRef { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Block` [INFO] [stderr] --> minsk/src/binding.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | Block(&'a BoundBlockStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `Expression` [INFO] [stderr] --> minsk/src/binding.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | Expression(&'a BoundExpressionStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `For` [INFO] [stderr] --> minsk/src/binding.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | For(&'a BoundForStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `If` [INFO] [stderr] --> minsk/src/binding.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | If(&'a BoundIfStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `VariableDeclaration` [INFO] [stderr] --> minsk/src/binding.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | VariableDeclaration(&'a BoundVariableDeclarationStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: variant is never constructed: `While` [INFO] [stderr] --> minsk/src/binding.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | While(&'a BoundWhileStatement), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BoundStatementRef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> minsk/src/binding.rs:136:10 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, Clone, Copy)] [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: `kind` [INFO] [stderr] --> minsk/src/binding.rs:147:8 [INFO] [stderr] | [INFO] [stderr] 147 | fn kind(&self) -> BoundNodeKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `children` [INFO] [stderr] --> minsk/src/binding.rs:158:8 [INFO] [stderr] | [INFO] [stderr] 158 | fn children(&self) -> Vec> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `kind` [INFO] [stderr] --> minsk/src/binding.rs:265:19 [INFO] [stderr] | [INFO] [stderr] 265 | pub(crate) fn kind(&self) -> BoundNodeKind { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `children` [INFO] [stderr] --> minsk/src/binding.rs:285:8 [INFO] [stderr] | [INFO] [stderr] 285 | fn children(&self) -> Vec> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `text` [INFO] [stderr] --> minsk/src/parser.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | text: SourceText, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_text` [INFO] [stderr] --> minsk/src/syntax.rs:109:19 [INFO] [stderr] | [INFO] [stderr] 109 | pub(crate) fn get_text(&self) -> Option<&'static str> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `minsk` (lib) generated 30 warnings [INFO] [stderr] warning: `minsk` (lib test) generated 29 warnings (29 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mc-c07cdbea80498578) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/minsk-18891558fa119599) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test evaluator::tests::assignment_expression_reports_cannot_assign ... ok [INFO] [stdout] test evaluator::tests::binary_expression_reports_undefined ... ok [INFO] [stdout] test evaluator::tests::assignment_expression_reports_cannot_convert ... ok [INFO] [stdout] test evaluator::tests::unary_expression_reports_undefined ... ok [INFO] [stdout] test evaluator::tests::assignment_expression_reports_undefined ... ok [INFO] [stdout] test lexer::tests::lexes_token ... ok [INFO] [stdout] test lexer::tests::tests_all_tokens ... ok [INFO] [stdout] test evaluator::tests::name_expression_reports_undefined ... ok [INFO] [stdout] test evaluator::tests::variable_declaration_reports_redeclaration ... ok [INFO] [stdout] test text::tests::source_text_includes_last_line ... ok [INFO] [stdout] test syntax::tests::get_text_round_trips ... ok [INFO] [stdout] test parser::tests::unary_operator_honors_precedence ... ok [INFO] [stdout] test evaluator::tests::computes_correct_value ... ok [INFO] [stdout] test lexer::tests::lexes_token_pairs ... ok [INFO] [stdout] test lexer::tests::lexes_token_pairs_with_separator ... ok [INFO] [stdout] test parser::tests::binary_expression_honors_precedence ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests minsk [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" "ac42b73984c8754841697812e41cab130d6f8e44b0c8bf92469135244e95557b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac42b73984c8754841697812e41cab130d6f8e44b0c8bf92469135244e95557b", kill_on_drop: false }` [INFO] [stdout] ac42b73984c8754841697812e41cab130d6f8e44b0c8bf92469135244e95557b