[INFO] fetching crate rna-ss-params 0.1.17... [INFO] checking rna-ss-params-0.1.17 against beta for pr-78714 [INFO] extracting crate rna-ss-params 0.1.17 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rna-ss-params 0.1.17 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rna-ss-params 0.1.17 [INFO] finished tweaking crates.io crate rna-ss-params 0.1.17 [INFO] tweaked toml for crates.io crate rna-ss-params 0.1.17 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate rna-ss-params 0.1.17 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 664d6875401a9150cec84eb1f806396d7349d26c8227d81f406905e94ed0732a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "664d6875401a9150cec84eb1f806396d7349d26c8227d81f406905e94ed0732a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "664d6875401a9150cec84eb1f806396d7349d26c8227d81f406905e94ed0732a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664d6875401a9150cec84eb1f806396d7349d26c8227d81f406905e94ed0732a", kill_on_drop: false }` [INFO] [stdout] 664d6875401a9150cec84eb1f806396d7349d26c8227d81f406905e94ed0732a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f3566feb020284b0356167dc39c669c34aa3fb142d1a15191c3dfc2465acfde [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4f3566feb020284b0356167dc39c669c34aa3fb142d1a15191c3dfc2465acfde", kill_on_drop: false }` [INFO] [stderr] Checking hashbrown v0.3.1 [INFO] [stderr] Checking bio-seq-algos v0.1.17 [INFO] [stderr] Checking rna-ss-params v0.1.17 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/hairpin_loop_params.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref SPECIAL_HL_DELTA_FES: SpecialHlDeltaFes = { [INFO] [stdout] 19 | | [ [INFO] [stdout] 20 | | (vec![C,A,A,C,G], scale(6.8)), [INFO] [stdout] ... | [INFO] [stdout] 43 | | }; [INFO] [stdout] 44 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/hairpin_loop_params.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref SPECIAL_HL_DELTA_FES: SpecialHlDeltaFes = { [INFO] [stdout] 19 | | [ [INFO] [stdout] 20 | | (vec![C,A,A,C,G], scale(6.8)), [INFO] [stdout] ... | [INFO] [stdout] 43 | | }; [INFO] [stdout] 44 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/hairpin_loop_params.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref SPECIAL_HL_DELTA_FES: SpecialHlDeltaFes = { [INFO] [stdout] 19 | | [ [INFO] [stdout] 20 | | (vec![C,A,A,C,G], scale(6.8)), [INFO] [stdout] ... | [INFO] [stdout] 43 | | }; [INFO] [stdout] 44 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/hairpin_loop_params.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref SPECIAL_HL_DELTA_FES: SpecialHlDeltaFes = { [INFO] [stdout] 19 | | [ [INFO] [stdout] 20 | | (vec![C,A,A,C,G], scale(6.8)), [INFO] [stdout] ... | [INFO] [stdout] 43 | | }; [INFO] [stdout] 44 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rna_ss_params::bulge_loop_params::*` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rna_ss_params::bulge_loop_params::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rna_ss_params::internal_loop_params::*` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use rna_ss_params::internal_loop_params::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rna_ss_params::bulge_loop_params::*` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rna_ss_params::bulge_loop_params::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rna_ss_params::internal_loop_params::*` [INFO] [stdout] --> src/main.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use rna_ss_params::internal_loop_params::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `EXP_INIT_HL_DELTA_FES` [INFO] [stdout] --> src/main.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | let EXP_INIT_HL_DELTA_FES: Vec = INIT_HL_DELTA_FES.iter().map(|&x| {x.exp()}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_EXP_INIT_HL_DELTA_FES` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `EXP_INIT_HL_DELTA_FES` [INFO] [stdout] --> src/main.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | let EXP_INIT_HL_DELTA_FES: Vec = INIT_HL_DELTA_FES.iter().map(|&x| {x.exp()}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_EXP_INIT_HL_DELTA_FES` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | let mut output_file_path = Path::new("./src/compiled_free_energy_params.rs"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_BL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | let INIT_BL_DELTA_FES: Vec = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_bl_delta_fes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `THREE_PRIME_DE_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | let mut THREE_PRIME_DE_DELTA_FES: DeDeltaFes = [[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `three_prime_de_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `FIVE_PRIME_DE_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | let mut FIVE_PRIME_DE_DELTA_FES = [[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `five_prime_de_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_HL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | let mut INIT_HL_DELTA_FES: Vec = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4].iter().map(|&x| {scale(x)}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_hl_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `EXP_INIT_HL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | let EXP_INIT_HL_DELTA_FES: Vec = INIT_HL_DELTA_FES.iter().map(|&x| {x.exp()}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_init_hl_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | let INIT_IL_DELTA_FES: Vec = vec![ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_3_IL_TM_BONUS_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | let mut TWO_VS_3_IL_TM_BONUS_DELTA_FES = [[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_3_il_tm_bonus_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `OTHER_IL_TM_BONUS_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | let mut OTHER_IL_TM_BONUS_DELTA_FES = [[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `other_il_tm_bonus_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_1_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | let mut ONE_VS_1_IL_DELTA_FES = [[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_1_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_2_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | let mut ONE_VS_2_IL_DELTA_FES = [[[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_2_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_2_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1017:11 [INFO] [stdout] | [INFO] [stdout] 1017 | let mut TWO_VS_2_IL_DELTA_FES = [[[[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASE... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_2_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `STACK_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1638:11 [INFO] [stdout] | [INFO] [stdout] 1638 | let mut STACK_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `stack_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `HL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1656:11 [INFO] [stdout] | [INFO] [stdout] 1656 | let mut HL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hl_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1693:11 [INFO] [stdout] | [INFO] [stdout] 1693 | let mut IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_MANY_IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1730:11 [INFO] [stdout] | [INFO] [stdout] 1730 | let mut ONE_VS_MANY_IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_many_il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_3_IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1767:11 [INFO] [stdout] | [INFO] [stdout] 1767 | let mut TWO_VS_3_IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_3_il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ML_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1804:11 [INFO] [stdout] | [INFO] [stdout] 1804 | let mut ML_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ml_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | let mut output_file_path = Path::new("./src/compiled_free_energy_params.rs"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_BL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | let INIT_BL_DELTA_FES: Vec = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_bl_delta_fes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `THREE_PRIME_DE_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | let mut THREE_PRIME_DE_DELTA_FES: DeDeltaFes = [[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `three_prime_de_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `FIVE_PRIME_DE_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | let mut FIVE_PRIME_DE_DELTA_FES = [[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `five_prime_de_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_HL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:67:11 [INFO] [stdout] | [INFO] [stdout] 67 | let mut INIT_HL_DELTA_FES: Vec = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4].iter().map(|&x| {scale(x)}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_hl_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `EXP_INIT_HL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:74:7 [INFO] [stdout] | [INFO] [stdout] 74 | let EXP_INIT_HL_DELTA_FES: Vec = INIT_HL_DELTA_FES.iter().map(|&x| {x.exp()}).collect(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_init_hl_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `INIT_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | let INIT_IL_DELTA_FES: Vec = vec![ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `init_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_3_IL_TM_BONUS_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | let mut TWO_VS_3_IL_TM_BONUS_DELTA_FES = [[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_3_il_tm_bonus_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `OTHER_IL_TM_BONUS_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:86:11 [INFO] [stdout] | [INFO] [stdout] 86 | let mut OTHER_IL_TM_BONUS_DELTA_FES = [[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `other_il_tm_bonus_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_1_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:91:11 [INFO] [stdout] | [INFO] [stdout] 91 | let mut ONE_VS_1_IL_DELTA_FES = [[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_1_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_2_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:284:11 [INFO] [stdout] | [INFO] [stdout] 284 | let mut ONE_VS_2_IL_DELTA_FES = [[[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_2_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_2_IL_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1017:11 [INFO] [stdout] | [INFO] [stdout] 1017 | let mut TWO_VS_2_IL_DELTA_FES = [[[[[[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASE... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_2_il_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `STACK_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1638:11 [INFO] [stdout] | [INFO] [stdout] 1638 | let mut STACK_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `stack_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `HL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1656:11 [INFO] [stdout] | [INFO] [stdout] 1656 | let mut HL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `hl_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1693:11 [INFO] [stdout] | [INFO] [stdout] 1693 | let mut IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ONE_VS_MANY_IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1730:11 [INFO] [stdout] | [INFO] [stdout] 1730 | let mut ONE_VS_MANY_IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `one_vs_many_il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `TWO_VS_3_IL_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1767:11 [INFO] [stdout] | [INFO] [stdout] 1767 | let mut TWO_VS_3_IL_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `two_vs_3_il_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `ML_TM_DELTA_FES` should have a snake case name [INFO] [stdout] --> src/main.rs:1804:11 [INFO] [stdout] | [INFO] [stdout] 1804 | let mut ML_TM_DELTA_FES = [[[[NEG_INF; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; NUM_OF_BASES]; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `ml_tm_delta_fes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.49s [INFO] running `Command { std: "docker" "inspect" "4f3566feb020284b0356167dc39c669c34aa3fb142d1a15191c3dfc2465acfde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f3566feb020284b0356167dc39c669c34aa3fb142d1a15191c3dfc2465acfde", kill_on_drop: false }` [INFO] [stdout] 4f3566feb020284b0356167dc39c669c34aa3fb142d1a15191c3dfc2465acfde