[INFO] crate rna-algos 0.1.14 is already in cache [INFO] testing rna-algos-0.1.14 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate rna-algos 0.1.14 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rna-algos 0.1.14 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rna-algos 0.1.14 [INFO] finished tweaking crates.io crate rna-algos 0.1.14 [INFO] tweaked toml for crates.io crate rna-algos 0.1.14 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate rna-algos 0.1.14 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a79d7ccac92b08797fd304f65a6218a4f640696c6612960461a18d9113103183 [INFO] running `"docker" "start" "-a" "a79d7ccac92b08797fd304f65a6218a4f640696c6612960461a18d9113103183"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling ndarray v0.9.1 [INFO] [stderr] Compiling ucd-util v0.1.7 [INFO] [stderr] Compiling bv v0.7.4 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling bytecount v0.3.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling bio-seq-algos v0.1.15 [INFO] [stderr] Compiling rna-ss-params v0.1.16 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling itertools-num v0.1.3 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling bstr v0.2.11 [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling bio v0.20.3 [INFO] [stderr] Compiling rna-algos v0.1.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "a79d7ccac92b08797fd304f65a6218a4f640696c6612960461a18d9113103183"` [INFO] running `"docker" "rm" "-f" "a79d7ccac92b08797fd304f65a6218a4f640696c6612960461a18d9113103183"` [INFO] [stdout] a79d7ccac92b08797fd304f65a6218a4f640696c6612960461a18d9113103183 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stdout] e5cecd43fcf5dbfa1c647be1b8d8b3fe93efc8b47569a3bf626290ecb4f18551 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e5cecd43fcf5dbfa1c647be1b8d8b3fe93efc8b47569a3bf626290ecb4f18551"` [INFO] [stderr] Compiling rna-algos v0.1.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> tests/tests.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `"docker" "inspect" "e5cecd43fcf5dbfa1c647be1b8d8b3fe93efc8b47569a3bf626290ecb4f18551"` [INFO] running `"docker" "rm" "-f" "e5cecd43fcf5dbfa1c647be1b8d8b3fe93efc8b47569a3bf626290ecb4f18551"` [INFO] [stdout] e5cecd43fcf5dbfa1c647be1b8d8b3fe93efc8b47569a3bf626290ecb4f18551 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fb210ac4cc6c019fcd98b4ba7225331011889146c283923ad2b8a44b400975e2 [INFO] running `"docker" "start" "-a" "fb210ac4cc6c019fcd98b4ba7225331011889146c283923ad2b8a44b400975e2"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around block return value [INFO] [stderr] --> tests/tests.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/tests.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / lazy_static! { [INFO] [stderr] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stderr] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stderr] 13 | | }; [INFO] [stderr] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / lazy_static! { [INFO] [stderr] 44 | | pub static ref EXP_HELIX_AU_OR_GU_END_PENALTY_DELTA_FE: FreeEnergy = HELIX_AU_OR_GU_END_PENALTY_DELTA_FE.exp(); [INFO] [stderr] 45 | | pub static ref EXP_MAX_NINIO: FreeEnergy = MAX_NINIO.exp(); [INFO] [stderr] 46 | | pub static ref EXP_COEFFICIENT_4_NINIO: FreeEnergy = COEFFICIENT_4_NINIO.exp(); [INFO] [stderr] ... | [INFO] [stderr] 295 | | }; [INFO] [stderr] 296 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/mccaskill_algo.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | pub static ref EXP_CONST_4_INIT_ML_DELTA_FE: FreeEnergy = CONST_4_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 77 | | pub static ref EXP_COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE: FreeEnergy = COEFFICIENT_4_TERM_OF_NUM_OF_BRANCHING_HELICES_ON_INIT_ML_DELTA_FE.exp(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.43s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rna_algos-4286023562d97760 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mccaskill-d16cfcad47465a58 [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tests-fabdd71ba90c0197 [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests rna_algos [INFO] [stdout] test test_bpp_and_upp_mats ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "fb210ac4cc6c019fcd98b4ba7225331011889146c283923ad2b8a44b400975e2"` [INFO] running `"docker" "rm" "-f" "fb210ac4cc6c019fcd98b4ba7225331011889146c283923ad2b8a44b400975e2"` [INFO] [stdout] fb210ac4cc6c019fcd98b4ba7225331011889146c283923ad2b8a44b400975e2