[INFO] fetching crate chebyshev 0.0.1...
[INFO] testing chebyshev-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate chebyshev 0.0.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate chebyshev 0.0.1
[INFO] finished tweaking crates.io crate chebyshev 0.0.1
[INFO] tweaked toml for crates.io crate chebyshev 0.0.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate chebyshev 0.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a730a814ca1ea6dcfc150a9ae4c7e274a232a2a51344513633ca3b9e1c90c15
[INFO] running `Command { std: "docker" "start" "-a" "4a730a814ca1ea6dcfc150a9ae4c7e274a232a2a51344513633ca3b9e1c90c15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a730a814ca1ea6dcfc150a9ae4c7e274a232a2a51344513633ca3b9e1c90c15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a730a814ca1ea6dcfc150a9ae4c7e274a232a2a51344513633ca3b9e1c90c15", kill_on_drop: false }`
[INFO] [stdout] 4a730a814ca1ea6dcfc150a9ae4c7e274a232a2a51344513633ca3b9e1c90c15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 487a9cb932c1bce79b960bc7100057f7bf924762264571cec3769bf32280b77b
[INFO] running `Command { std: "docker" "start" "-a" "487a9cb932c1bce79b960bc7100057f7bf924762264571cec3769bf32280b77b", kill_on_drop: false }`
[INFO] [stderr]    Compiling chebyshev v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T0` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t0`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T1` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn T1(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T2` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn T2(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let T_2 = (2.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn T3(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let T_3 = (4.0 * x.powf(3.0)) - x;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn T4(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn T5(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x);
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn T6(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn T7(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let T_7 =
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn T8(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn T9(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn T10(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn T11(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn T(n: u32, x: f64) -> f64 {
[INFO] [stdout]    |        ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] running `Command { std: "docker" "inspect" "487a9cb932c1bce79b960bc7100057f7bf924762264571cec3769bf32280b77b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "487a9cb932c1bce79b960bc7100057f7bf924762264571cec3769bf32280b77b", kill_on_drop: false }`
[INFO] [stdout] 487a9cb932c1bce79b960bc7100057f7bf924762264571cec3769bf32280b77b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4abc4957f2af1abdecd17f8c9d0031b71418e8b6ae2f2d38fe7c478148c02121
[INFO] running `Command { std: "docker" "start" "-a" "4abc4957f2af1abdecd17f8c9d0031b71418e8b6ae2f2d38fe7c478148c02121", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T0` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t0`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T1` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn T1(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T2` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn T2(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let T_2 = (2.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn T3(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let T_3 = (4.0 * x.powf(3.0)) - x;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn T4(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn T5(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x);
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn T6(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn T7(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let T_7 =
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn T8(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn T9(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn T10(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling chebyshev v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `T_10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn T11(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn T(n: u32, x: f64) -> f64 {
[INFO] [stdout]    |        ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T0` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:1:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t0`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T1` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn T1(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T2` should have a snake case name
[INFO] [stdout]  --> src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn T2(x: f64) -> f64 {
[INFO] [stdout]   |        ^^ help: convert the identifier to snake case: `t2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let T_2 = (2.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn T3(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_3` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let T_3 = (4.0 * x.powf(3.0)) - x;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn T4(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_4` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn T5(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_5` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x);
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub fn T6(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_6` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0;
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn T7(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_7` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let T_7 =
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:40:8
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub fn T8(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_8` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub fn T9(x: f64) -> f64 {
[INFO] [stdout]    |        ^^ help: convert the identifier to snake case: `t9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_9` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0))
[INFO] [stdout]    |         ^^^ help: convert the identifier to snake case: `t_9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn T10(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_10` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn T11(x: f64) -> f64 {
[INFO] [stdout]    |        ^^^ help: convert the identifier to snake case: `t11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `T_11` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0))
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `t_11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `T` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn T(n: u32, x: f64) -> f64 {
[INFO] [stdout]    |        ^ help: convert the identifier to snake case: `t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "4abc4957f2af1abdecd17f8c9d0031b71418e8b6ae2f2d38fe7c478148c02121", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4abc4957f2af1abdecd17f8c9d0031b71418e8b6ae2f2d38fe7c478148c02121", kill_on_drop: false }`
[INFO] [stdout] 4abc4957f2af1abdecd17f8c9d0031b71418e8b6ae2f2d38fe7c478148c02121
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 879dd49cb17bef9b8396fd780eb630c7701256cf87741d05da9fcdae9fbcc2ed
[INFO] running `Command { std: "docker" "start" "-a" "879dd49cb17bef9b8396fd780eb630c7701256cf87741d05da9fcdae9fbcc2ed", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]  --> src/lib.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stderr]   |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `T0` should have a snake case name
[INFO] [stderr]  --> src/lib.rs:1:8
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub fn T0(x: f64) -> f64 {
[INFO] [stderr]   |        ^^ help: convert the identifier to snake case: `t0`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `T1` should have a snake case name
[INFO] [stderr]  --> src/lib.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn T1(x: f64) -> f64 {
[INFO] [stderr]   |        ^^ help: convert the identifier to snake case: `t1`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T2` should have a snake case name
[INFO] [stderr]  --> src/lib.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn T2(x: f64) -> f64 {
[INFO] [stderr]   |        ^^ help: convert the identifier to snake case: `t2`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_2` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let T_2 = (2.0 * x.powf(2.0)) - 1.0;
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_2`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T3` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn T3(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t3`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_3` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 |     let T_3 = (4.0 * x.powf(3.0)) - x;
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_3`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T4` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn T4(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t4`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_4` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let T_4 = (8.0 * x.powf(4.0)) - (8.0 * x.powf(2.0)) + 1.0;
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_4`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T5` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn T5(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t5`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_5` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |     let T_5 = (16.0 * x.powf(5.0)) - (20.0 * x.powf(3.0)) + (5.0 * x);
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_5`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T6` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:29:8
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub fn T6(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t6`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_6` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let T_6 = (32.0 * x.powf(6.0)) - (48.0 * x.powf(4.0)) + (18.0 * x.powf(2.0)) - 1.0;
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_6`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T7` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn T7(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t7`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_7` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let T_7 =
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_7`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T8` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:40:8
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub fn T8(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t8`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_8` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let T_8 = (128.0 * x.powf(8.0)) - (256.0 * x.powf(6.0)) + (160.0 * x.powf(4.0))
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_8`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T9` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:47:8
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub fn T9(x: f64) -> f64 {
[INFO] [stderr]    |        ^^ help: convert the identifier to snake case: `t9`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_9` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let T_9 = (256.0 * x.powf(9.0)) - (576.0 * x.powf(7.0)) + (432.0 * x.powf(5.0))
[INFO] [stderr]    |         ^^^ help: convert the identifier to snake case: `t_9`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T10` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:54:8
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub fn T10(x: f64) -> f64 {
[INFO] [stderr]    |        ^^^ help: convert the identifier to snake case: `t10`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_10` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     let T_10 = (512.0 * x.powf(10.0)) - (1280.0 * x.powf(9.0)) + (1120.0 * x.powf(6.0))
[INFO] [stderr]    |         ^^^^ help: convert the identifier to snake case: `t_10`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T11` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:62:8
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub fn T11(x: f64) -> f64 {
[INFO] [stderr]    |        ^^^ help: convert the identifier to snake case: `t11`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `T_11` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let T_11 = (1024.0 * x.powf(11.0)) - (2816.0 * x.powf(9.0)) + (2816.0 * x.powf(7.0))
[INFO] [stderr]    |         ^^^^ help: convert the identifier to snake case: `t_11`
[INFO] [stderr] 
[INFO] [stderr] warning: function `T` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:70:8
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn T(n: u32, x: f64) -> f64 {
[INFO] [stderr]    |        ^ help: convert the identifier to snake case: `t`
[INFO] [stderr] 
[INFO] [stderr] warning: `chebyshev` (lib) generated 24 warnings (run `cargo fix --lib -p chebyshev` to apply 1 suggestion)
[INFO] [stderr] warning: `chebyshev` (lib test) generated 24 warnings (24 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chebyshev-cc3c9499898fc120)
[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]    Doc-tests chebyshev
[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" "879dd49cb17bef9b8396fd780eb630c7701256cf87741d05da9fcdae9fbcc2ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "879dd49cb17bef9b8396fd780eb630c7701256cf87741d05da9fcdae9fbcc2ed", kill_on_drop: false }`
[INFO] [stdout] 879dd49cb17bef9b8396fd780eb630c7701256cf87741d05da9fcdae9fbcc2ed
