[INFO] cloning repository https://github.com/Verdex/silica [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Verdex/silica" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2Fsilica", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2Fsilica'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45fb246c5a48a8613ae29376a7d0d892fe5595ab [INFO] testing Verdex/silica against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVerdex%2Fsilica" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Verdex/silica on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Verdex/silica [INFO] finished tweaking git repo https://github.com/Verdex/silica [INFO] tweaked toml for git repo https://github.com/Verdex/silica written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/Verdex/silica already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10b8de7a885df0afac4303d2f4bd1fc2d20627bf3110dcadb682702cf7ebaa6c [INFO] running `Command { std: "docker" "start" "-a" "10b8de7a885df0afac4303d2f4bd1fc2d20627bf3110dcadb682702cf7ebaa6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10b8de7a885df0afac4303d2f4bd1fc2d20627bf3110dcadb682702cf7ebaa6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10b8de7a885df0afac4303d2f4bd1fc2d20627bf3110dcadb682702cf7ebaa6c", kill_on_drop: false }` [INFO] [stdout] 10b8de7a885df0afac4303d2f4bd1fc2d20627bf3110dcadb682702cf7ebaa6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fed843193c9c1378f8806af775daddb6d9376f19f0ff0e2430af29ea7e3497a3 [INFO] running `Command { std: "docker" "start" "-a" "fed843193c9c1378f8806af775daddb6d9376f19f0ff0e2430af29ea7e3497a3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling silica v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `RParen` [INFO] [stdout] --> src/parsing/lexeme.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | RParen, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LParen` [INFO] [stdout] --> src/parsing/lexeme.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | LParen, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RAngle` [INFO] [stdout] --> src/parsing/lexeme.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | RAngle, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LAngle` [INFO] [stdout] --> src/parsing/lexeme.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | LAngle, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RCurl` [INFO] [stdout] --> src/parsing/lexeme.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | RCurl, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LCurl` [INFO] [stdout] --> src/parsing/lexeme.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | LCurl, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RightDoubleArrow` [INFO] [stdout] --> src/parsing/lexeme.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | RightDoubleArrow, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `OrBar` [INFO] [stdout] --> src/parsing/lexeme.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | OrBar, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Fun` [INFO] [stdout] --> src/parsing/lexeme.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Fun, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Let` [INFO] [stdout] --> src/parsing/lexeme.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Let, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Data` [INFO] [stdout] --> src/parsing/lexeme.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | Data, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Spec` [INFO] [stdout] --> src/parsing/lexeme.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Spec, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `SemiColon` [INFO] [stdout] --> src/parsing/lexeme.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | SemiColon, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Comma` [INFO] [stdout] --> src/parsing/lexeme.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | Comma, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Equal` [INFO] [stdout] --> src/parsing/lexeme.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | Equal, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `start_index` [INFO] [stdout] --> src/parsing/lexeme.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn start_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_index` [INFO] [stdout] --> src/parsing/lexeme.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn end_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `lex` [INFO] [stdout] --> src/parsing/lex.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn lex(s : &str) -> Result, usize> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Ast` [INFO] [stdout] --> src/parsing/ast.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | pub enum Ast { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.79s [INFO] running `Command { std: "docker" "inspect" "fed843193c9c1378f8806af775daddb6d9376f19f0ff0e2430af29ea7e3497a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fed843193c9c1378f8806af775daddb6d9376f19f0ff0e2430af29ea7e3497a3", kill_on_drop: false }` [INFO] [stdout] fed843193c9c1378f8806af775daddb6d9376f19f0ff0e2430af29ea7e3497a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb94afe6f3dc51382c627fe474642d2d0f8778e72e8282017bfd9420cf87195d [INFO] running `Command { std: "docker" "start" "-a" "cb94afe6f3dc51382c627fe474642d2d0f8778e72e8282017bfd9420cf87195d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling silica v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `RParen` [INFO] [stdout] --> src/parsing/lexeme.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | RParen, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LParen` [INFO] [stdout] --> src/parsing/lexeme.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | LParen, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RAngle` [INFO] [stdout] --> src/parsing/lexeme.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | RAngle, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LAngle` [INFO] [stdout] --> src/parsing/lexeme.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | LAngle, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RCurl` [INFO] [stdout] --> src/parsing/lexeme.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | RCurl, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LCurl` [INFO] [stdout] --> src/parsing/lexeme.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | LCurl, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RightDoubleArrow` [INFO] [stdout] --> src/parsing/lexeme.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | RightDoubleArrow, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `OrBar` [INFO] [stdout] --> src/parsing/lexeme.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | OrBar, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Fun` [INFO] [stdout] --> src/parsing/lexeme.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Fun, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Let` [INFO] [stdout] --> src/parsing/lexeme.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Let, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Data` [INFO] [stdout] --> src/parsing/lexeme.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | Data, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Spec` [INFO] [stdout] --> src/parsing/lexeme.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Spec, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `SemiColon` [INFO] [stdout] --> src/parsing/lexeme.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | SemiColon, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Comma` [INFO] [stdout] --> src/parsing/lexeme.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | Comma, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Equal` [INFO] [stdout] --> src/parsing/lexeme.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | Equal, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parsing/lexeme.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone)] [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: `start_index` [INFO] [stdout] --> src/parsing/lexeme.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn start_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end_index` [INFO] [stdout] --> src/parsing/lexeme.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn end_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `lex` [INFO] [stdout] --> src/parsing/lex.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn lex(s : &str) -> Result, usize> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Ast` [INFO] [stdout] --> src/parsing/ast.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | pub enum Ast { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.66s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/silica-f82b7232472af7a6) [INFO] running `Command { std: "docker" "inspect" "cb94afe6f3dc51382c627fe474642d2d0f8778e72e8282017bfd9420cf87195d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb94afe6f3dc51382c627fe474642d2d0f8778e72e8282017bfd9420cf87195d", kill_on_drop: false }` [INFO] [stdout] cb94afe6f3dc51382c627fe474642d2d0f8778e72e8282017bfd9420cf87195d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c9977a4cbc738abb131c71168f8f146e6e1a4ede0e936cfa3a08b7855beb25b [INFO] running `Command { std: "docker" "start" "-a" "5c9977a4cbc738abb131c71168f8f146e6e1a4ede0e936cfa3a08b7855beb25b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variant is never constructed: `RParen` [INFO] [stderr] --> src/parsing/lexeme.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | RParen, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LParen` [INFO] [stderr] --> src/parsing/lexeme.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | LParen, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RAngle` [INFO] [stderr] --> src/parsing/lexeme.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | RAngle, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LAngle` [INFO] [stderr] --> src/parsing/lexeme.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | LAngle, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RCurl` [INFO] [stderr] --> src/parsing/lexeme.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | RCurl, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `LCurl` [INFO] [stderr] --> src/parsing/lexeme.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | LCurl, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `RightDoubleArrow` [INFO] [stderr] --> src/parsing/lexeme.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | RightDoubleArrow, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `OrBar` [INFO] [stderr] --> src/parsing/lexeme.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | OrBar, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Fun` [INFO] [stderr] --> src/parsing/lexeme.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Fun, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Let` [INFO] [stderr] --> src/parsing/lexeme.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | Let, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Data` [INFO] [stderr] --> src/parsing/lexeme.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | Data, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Spec` [INFO] [stderr] --> src/parsing/lexeme.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | Spec, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `SemiColon` [INFO] [stderr] --> src/parsing/lexeme.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | SemiColon, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Comma` [INFO] [stderr] --> src/parsing/lexeme.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Comma, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `Equal` [INFO] [stderr] --> src/parsing/lexeme.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | Equal, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Lexeme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parsing/lexeme.rs:2:21 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(PartialEq, Debug, Clone)] [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: `start_index` [INFO] [stderr] --> src/parsing/lexeme.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn start_index(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `end_index` [INFO] [stderr] --> src/parsing/lexeme.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn end_index(&self) -> usize { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `lex` [INFO] [stderr] --> src/parsing/lex.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn lex(s : &str) -> Result, usize> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Ast` [INFO] [stderr] --> src/parsing/ast.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | pub enum Ast { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `silica` (bin "silica" test) generated 19 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 43s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/silica-f82b7232472af7a6) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test parsing::lex::test::bool_lexer_should_lex_false ... ok [INFO] [stdout] test parsing::lex::test::bool_lexer_should_lex_true ... ok [INFO] [stdout] test parsing::lex::test::bool_lexer_should_not_consume_boolish_symbol ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_should_leave_lonely_slash ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_should_lex_almost_but_not_quite_comment_end ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_should_lex_nested_comment ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_should_lex_whitespace ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_should_lex_whitespace_and_comment ... ok [INFO] [stdout] test parsing::lex::test::junk_lexer_usable_should_leave_input_alone_for_lonely_slash ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_fail_second_dot ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_lex_decimal ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_lex_negative_decimal ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_lex_negative_input ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_lex_standard_integer ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_not_conume_ending_input ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_stop_and_ignore_trailing_dot_on_decimal ... ok [INFO] [stdout] test parsing::lex::test::number_lexer_should_stop_and_ignore_trailing_dot_on_integer ... ok [INFO] [stdout] test parsing::lex::test::string_lexer_should_lex_string ... ok [INFO] [stdout] test parsing::lex::test::symbol_lexer_should_lex_upper_case_symbol ... ok [INFO] [stdout] test parsing::lex::test::symbol_lexer_should_lex_lower_case_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5c9977a4cbc738abb131c71168f8f146e6e1a4ede0e936cfa3a08b7855beb25b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c9977a4cbc738abb131c71168f8f146e6e1a4ede0e936cfa3a08b7855beb25b", kill_on_drop: false }` [INFO] [stdout] 5c9977a4cbc738abb131c71168f8f146e6e1a4ede0e936cfa3a08b7855beb25b