[INFO] crate rna-ss-params 0.1.13 is already in cache [INFO] testing rna-ss-params-0.1.13 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rna-ss-params 0.1.13 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate rna-ss-params 0.1.13 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rna-ss-params 0.1.13 [INFO] finished tweaking crates.io crate rna-ss-params 0.1.13 [INFO] tweaked toml for crates.io crate rna-ss-params 0.1.13 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 187d37d5a46d41de4ec059c8e18fdf26f7f11a1c0b23e06039d3eacd6455c94b [INFO] running `"docker" "start" "-a" "187d37d5a46d41de4ec059c8e18fdf26f7f11a1c0b23e06039d3eacd6455c94b"` [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling bio-seq-algos v0.1.12 [INFO] [stderr] Compiling rna-ss-params v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/terminal_mismatch_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref TM_DELTA_FES: TmDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 39 | | }; [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/terminal_mismatch_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref TM_DELTA_FES: TmDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 39 | | }; [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/helix_params.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | pub static ref STACK_DELTA_FES: StackDeltaFes = { [INFO] [stderr] 11 | | [ [INFO] [stderr] 12 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/helix_params.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | pub static ref STACK_DELTA_FES: StackDeltaFes = { [INFO] [stderr] 11 | | [ [INFO] [stderr] 12 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.72s [INFO] running `"docker" "inspect" "187d37d5a46d41de4ec059c8e18fdf26f7f11a1c0b23e06039d3eacd6455c94b"` [INFO] running `"docker" "rm" "-f" "187d37d5a46d41de4ec059c8e18fdf26f7f11a1c0b23e06039d3eacd6455c94b"` [INFO] [stdout] 187d37d5a46d41de4ec059c8e18fdf26f7f11a1c0b23e06039d3eacd6455c94b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 764840d13e31723786b19e9022d0c25dc74b561382b5ca959bb3cd37fcda6a17 [INFO] running `"docker" "start" "-a" "764840d13e31723786b19e9022d0c25dc74b561382b5ca959bb3cd37fcda6a17"` [INFO] [stderr] Compiling rna-ss-params v0.1.13 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/dangling_end_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref THREE_PRIME_DE_DELTA_FES: DeDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which a base is stacked. [INFO] [stderr] ... | [INFO] [stderr] 37 | | }; [INFO] [stderr] 38 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/hairpin_loop_params.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | pub static ref INIT_HL_DELTA_FES: InitHlDeltaFes = { [INFO] [stderr] 18 | | let mut init_hl_delta_fes = vec![0., 0., 0., 5.4, 5.6, 5.7, 5.4, 6.0, 5.5, 6.4]; [INFO] [stderr] 19 | | let len_of_init_hl_delta_fes = init_hl_delta_fes.len(); [INFO] [stderr] ... | [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/internal_loop_params.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / lazy_static! { [INFO] [stderr] 21 | | pub static ref TWO_VS_3_IL_TM_BONUS_DELTA_FES: IlTmBonusDeltaFes = { [INFO] [stderr] 22 | | [(AG, -0.5), (GA, -1.2), (GG, -0.8), (UU, -0.4)].iter().cloned().collect() [INFO] [stderr] 23 | | }; [INFO] [stderr] ... | [INFO] [stderr] 1564 | | }; [INFO] [stderr] 1565 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/terminal_mismatch_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref TM_DELTA_FES: TmDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 39 | | }; [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/terminal_mismatch_params.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref TM_DELTA_FES: TmDeltaFes = { [INFO] [stderr] 7 | | [ [INFO] [stderr] 8 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 39 | | }; [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/helix_params.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | pub static ref STACK_DELTA_FES: StackDeltaFes = { [INFO] [stderr] 11 | | [ [INFO] [stderr] 12 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-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/helix_params.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | pub static ref STACK_DELTA_FES: StackDeltaFes = { [INFO] [stderr] 11 | | [ [INFO] [stderr] 12 | | // For the base pair "AU" against which another base pair is stacked. [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `"docker" "inspect" "764840d13e31723786b19e9022d0c25dc74b561382b5ca959bb3cd37fcda6a17"` [INFO] running `"docker" "rm" "-f" "764840d13e31723786b19e9022d0c25dc74b561382b5ca959bb3cd37fcda6a17"` [INFO] [stdout] 764840d13e31723786b19e9022d0c25dc74b561382b5ca959bb3cd37fcda6a17 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e8c575a40776059067a566c1daa5c5250ff355eab5713c2c02939cb4aac392b5 [INFO] running `"docker" "start" "-a" "e8c575a40776059067a566c1daa5c5250ff355eab5713c2c02939cb4aac392b5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rna_ss_params-6db5afcdab9b6ac0 [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] Doc-tests rna_ss_params [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" "e8c575a40776059067a566c1daa5c5250ff355eab5713c2c02939cb4aac392b5"` [INFO] running `"docker" "rm" "-f" "e8c575a40776059067a566c1daa5c5250ff355eab5713c2c02939cb4aac392b5"` [INFO] [stdout] e8c575a40776059067a566c1daa5c5250ff355eab5713c2c02939cb4aac392b5