[INFO] cloning repository https://github.com/tomvanwoow/betadog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomvanwoow/betadog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomvanwoow%2Fbetadog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomvanwoow%2Fbetadog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 88adc3d45cf05ba17892d0e16432159567b9bf7f [INFO] testing tomvanwoow/betadog against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomvanwoow%2Fbetadog" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomvanwoow/betadog 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/tomvanwoow/betadog [INFO] finished tweaking git repo https://github.com/tomvanwoow/betadog [INFO] tweaked toml for git repo https://github.com/tomvanwoow/betadog written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tomvanwoow/betadog 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 79a4cfdfe66fdd4cacd3cf332537fe9974e70e1e9fe68f997876076c53f75497 [INFO] running `Command { std: "docker" "start" "-a" "79a4cfdfe66fdd4cacd3cf332537fe9974e70e1e9fe68f997876076c53f75497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79a4cfdfe66fdd4cacd3cf332537fe9974e70e1e9fe68f997876076c53f75497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a4cfdfe66fdd4cacd3cf332537fe9974e70e1e9fe68f997876076c53f75497", kill_on_drop: false }` [INFO] [stdout] 79a4cfdfe66fdd4cacd3cf332537fe9974e70e1e9fe68f997876076c53f75497 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 56daac70e3f3ab472f6a1fb0bd5c8f2255abff974c6f656743a4c05cf48c256d [INFO] running `Command { std: "docker" "start" "-a" "56daac70e3f3ab472f6a1fb0bd5c8f2255abff974c6f656743a4c05cf48c256d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling betadog-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Expr` [INFO] [stdout] --> src/betadog/eval.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use super::expr::{Const, Expr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `betadog::eval` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use betadog::eval; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `eval_rat` [INFO] [stdout] --> src/betadog/eval.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn eval_rat(r: rat::Rat) -> Const { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `add_const` [INFO] [stdout] --> src/betadog/eval.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn add_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sub_const` [INFO] [stdout] --> src/betadog/eval.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn sub_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mul_const` [INFO] [stdout] --> src/betadog/eval.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | fn mul_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `div_const` [INFO] [stdout] --> src/betadog/eval.rs:66:4 [INFO] [stdout] | [INFO] [stdout] 66 | fn div_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `negate_const` [INFO] [stdout] --> src/betadog/eval.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn negate_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `reciprocal_const` [INFO] [stdout] --> src/betadog/eval.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn reciprocal_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mul_infinity_const` [INFO] [stdout] --> src/betadog/eval.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fn mul_infinity_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rat` [INFO] [stdout] --> src/betadog/expr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | Rat(rat::Rat), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `NegInf` [INFO] [stdout] --> src/betadog/expr.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | NegInf, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `Sin` [INFO] [stdout] --> src/betadog/expr.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Sin, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cos` [INFO] [stdout] --> src/betadog/expr.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Cos, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tan` [INFO] [stdout] --> src/betadog/expr.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | Tan, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ASin` [INFO] [stdout] --> src/betadog/expr.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | ASin, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ACos` [INFO] [stdout] --> src/betadog/expr.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | ACos, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ATan` [INFO] [stdout] --> src/betadog/expr.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | ATan, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Log` [INFO] [stdout] --> src/betadog/expr.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | Log, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sqrt` [INFO] [stdout] --> src/betadog/expr.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | Sqrt, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cbrt` [INFO] [stdout] --> src/betadog/expr.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | Cbrt, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Root` [INFO] [stdout] --> src/betadog/expr.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Root, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Func` [INFO] [stdout] --> src/betadog/expr.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Func(String), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Call` [INFO] [stdout] --> src/betadog/expr.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | Call(Func, Vec>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug, PartialEq, 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: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.61s [INFO] running `Command { std: "docker" "inspect" "56daac70e3f3ab472f6a1fb0bd5c8f2255abff974c6f656743a4c05cf48c256d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56daac70e3f3ab472f6a1fb0bd5c8f2255abff974c6f656743a4c05cf48c256d", kill_on_drop: false }` [INFO] [stdout] 56daac70e3f3ab472f6a1fb0bd5c8f2255abff974c6f656743a4c05cf48c256d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 88a2922ce06624061d67563b86da6dc352de59c060b71c4034243ac3422b94ab [INFO] running `Command { std: "docker" "start" "-a" "88a2922ce06624061d67563b86da6dc352de59c060b71c4034243ac3422b94ab", kill_on_drop: false }` [INFO] [stderr] Compiling betadog-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Expr` [INFO] [stdout] --> src/betadog/eval.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use super::expr::{Const, Expr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::eval::*` [INFO] [stdout] --> src/betadog/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | use super::eval::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `betadog::eval` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use betadog::eval; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `eval_rat` [INFO] [stdout] --> src/betadog/eval.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn eval_rat(r: rat::Rat) -> Const { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `add_const` [INFO] [stdout] --> src/betadog/eval.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn add_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `sub_const` [INFO] [stdout] --> src/betadog/eval.rs:38:4 [INFO] [stdout] | [INFO] [stdout] 38 | fn sub_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mul_const` [INFO] [stdout] --> src/betadog/eval.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | fn mul_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `div_const` [INFO] [stdout] --> src/betadog/eval.rs:66:4 [INFO] [stdout] | [INFO] [stdout] 66 | fn div_const(lhs: Const, rhs: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `negate_const` [INFO] [stdout] --> src/betadog/eval.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn negate_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `reciprocal_const` [INFO] [stdout] --> src/betadog/eval.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn reciprocal_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mul_infinity_const` [INFO] [stdout] --> src/betadog/eval.rs:97:4 [INFO] [stdout] | [INFO] [stdout] 97 | fn mul_infinity_const(expr: Const) -> Const { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Rat` [INFO] [stdout] --> src/betadog/expr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | Rat(rat::Rat), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `NegInf` [INFO] [stdout] --> src/betadog/expr.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | NegInf, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `Sin` [INFO] [stdout] --> src/betadog/expr.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Sin, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cos` [INFO] [stdout] --> src/betadog/expr.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Cos, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Tan` [INFO] [stdout] --> src/betadog/expr.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | Tan, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ASin` [INFO] [stdout] --> src/betadog/expr.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | ASin, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ACos` [INFO] [stdout] --> src/betadog/expr.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | ACos, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ATan` [INFO] [stdout] --> src/betadog/expr.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | ATan, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Log` [INFO] [stdout] --> src/betadog/expr.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | Log, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Sqrt` [INFO] [stdout] --> src/betadog/expr.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | Sqrt, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Cbrt` [INFO] [stdout] --> src/betadog/expr.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | Cbrt, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Root` [INFO] [stdout] --> src/betadog/expr.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | Root, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Func` [INFO] [stdout] --> src/betadog/expr.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | Func(String), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Call` [INFO] [stdout] --> src/betadog/expr.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | Call(Func, Vec>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/betadog/expr.rs:99:10 [INFO] [stdout] | [INFO] [stdout] 99 | #[derive(Debug, PartialEq, 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: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "88a2922ce06624061d67563b86da6dc352de59c060b71c4034243ac3422b94ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88a2922ce06624061d67563b86da6dc352de59c060b71c4034243ac3422b94ab", kill_on_drop: false }` [INFO] [stdout] 88a2922ce06624061d67563b86da6dc352de59c060b71c4034243ac3422b94ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 181278476df532c9e4bc81429bc958ed4e790c057541717375f133180dbf9e65 [INFO] running `Command { std: "docker" "start" "-a" "181278476df532c9e4bc81429bc958ed4e790c057541717375f133180dbf9e65", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `Expr` [INFO] [stderr] --> src/betadog/eval.rs:1:26 [INFO] [stderr] | [INFO] [stderr] 1 | use super::expr::{Const, Expr}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::eval::*` [INFO] [stderr] --> src/betadog/mod.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | use super::eval::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `betadog::eval` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use betadog::eval; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `eval_rat` [INFO] [stderr] --> src/betadog/eval.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn eval_rat(r: rat::Rat) -> Const { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `add_const` [INFO] [stderr] --> src/betadog/eval.rs:12:4 [INFO] [stderr] | [INFO] [stderr] 12 | fn add_const(lhs: Const, rhs: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `sub_const` [INFO] [stderr] --> src/betadog/eval.rs:38:4 [INFO] [stderr] | [INFO] [stderr] 38 | fn sub_const(lhs: Const, rhs: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mul_const` [INFO] [stderr] --> src/betadog/eval.rs:42:4 [INFO] [stderr] | [INFO] [stderr] 42 | fn mul_const(lhs: Const, rhs: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `div_const` [INFO] [stderr] --> src/betadog/eval.rs:66:4 [INFO] [stderr] | [INFO] [stderr] 66 | fn div_const(lhs: Const, rhs: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `negate_const` [INFO] [stderr] --> src/betadog/eval.rs:70:4 [INFO] [stderr] | [INFO] [stderr] 70 | fn negate_const(expr: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `reciprocal_const` [INFO] [stderr] --> src/betadog/eval.rs:82:4 [INFO] [stderr] | [INFO] [stderr] 82 | fn reciprocal_const(expr: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `mul_infinity_const` [INFO] [stderr] --> src/betadog/eval.rs:97:4 [INFO] [stderr] | [INFO] [stderr] 97 | fn mul_infinity_const(expr: Const) -> Const { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Rat` [INFO] [stderr] --> src/betadog/expr.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | Rat(rat::Rat), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `NegInf` [INFO] [stderr] --> src/betadog/expr.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | NegInf, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Const` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Copy, Clone, PartialEq)] [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: `Sin` [INFO] [stderr] --> src/betadog/expr.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | Sin, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Cos` [INFO] [stderr] --> src/betadog/expr.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | Cos, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Tan` [INFO] [stderr] --> src/betadog/expr.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | Tan, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ASin` [INFO] [stderr] --> src/betadog/expr.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | ASin, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ACos` [INFO] [stderr] --> src/betadog/expr.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | ACos, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ATan` [INFO] [stderr] --> src/betadog/expr.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | ATan, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Log` [INFO] [stderr] --> src/betadog/expr.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | Log, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Sqrt` [INFO] [stderr] --> src/betadog/expr.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | Sqrt, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Cbrt` [INFO] [stderr] --> src/betadog/expr.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | Cbrt, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Root` [INFO] [stderr] --> src/betadog/expr.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | Root, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Func` [INFO] [stderr] --> src/betadog/expr.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | Func(String), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Func` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Debug, PartialEq, Eq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Call` [INFO] [stderr] --> src/betadog/expr.rs:106:5 [INFO] [stderr] | [INFO] [stderr] 106 | Call(Func, Vec>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/betadog/expr.rs:99:10 [INFO] [stderr] | [INFO] [stderr] 99 | #[derive(Debug, PartialEq, 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: `betadog-rs` (bin "betadog-rs" test) generated 25 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/betadog_rs-951484ed2753374f) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test betadog::tests::test_lexer ... ok [INFO] [stdout] test betadog::tests::test_rat ... ok [INFO] [stdout] test betadog::tests::test_parser ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "181278476df532c9e4bc81429bc958ed4e790c057541717375f133180dbf9e65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "181278476df532c9e4bc81429bc958ed4e790c057541717375f133180dbf9e65", kill_on_drop: false }` [INFO] [stdout] 181278476df532c9e4bc81429bc958ed4e790c057541717375f133180dbf9e65