[INFO] fetching crate rna-algos 0.1.15... [INFO] checking rna-algos-0.1.15 against beta for pr-78714 [INFO] extracting crate rna-algos 0.1.15 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rna-algos 0.1.15 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rna-algos 0.1.15 [INFO] finished tweaking crates.io crate rna-algos 0.1.15 [INFO] tweaked toml for crates.io crate rna-algos 0.1.15 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate rna-algos 0.1.15 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3adc843092303c6437862262d68502b3df9f482bf2cc3bbbbb2504b38dd2db33 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3adc843092303c6437862262d68502b3df9f482bf2cc3bbbbb2504b38dd2db33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3adc843092303c6437862262d68502b3df9f482bf2cc3bbbbb2504b38dd2db33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3adc843092303c6437862262d68502b3df9f482bf2cc3bbbbb2504b38dd2db33", kill_on_drop: false }` [INFO] [stdout] 3adc843092303c6437862262d68502b3df9f482bf2cc3bbbbb2504b38dd2db33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f290ebf77c581e0c0284bb73c25013df92cb6072fd9c5fb93c9a29a3b6285e7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3f290ebf77c581e0c0284bb73c25013df92cb6072fd9c5fb93c9a29a3b6285e7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling bv v0.7.4 [INFO] [stderr] Compiling ndarray v0.9.1 [INFO] [stderr] Checking hashbrown v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking bio-seq-algos v0.1.17 [INFO] [stderr] Checking rna-ss-params v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Checking serde v1.0.110 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Checking bio v0.20.3 [INFO] [stderr] Checking rna-algos v0.1.15 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around block return value [INFO] [stdout] --> tests/tests.rs:14:36 [INFO] [stdout] | [INFO] [stdout] 14 | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stdout] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stdout] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stdout] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> tests/tests.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / lazy_static! { [INFO] [stdout] 11 | | static ref TEST_SEQ: Seq = { [INFO] [stdout] 12 | | convert(&String::from("AUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCCAUGCAAGGGGGCUUUAACACAUGGGAUCC").into_bytes()) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | static ref TEST_SEQ_LEN: usize = {TEST_SEQ.len()}; [INFO] [stdout] 15 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.28s [INFO] running `Command { std: "docker" "inspect" "3f290ebf77c581e0c0284bb73c25013df92cb6072fd9c5fb93c9a29a3b6285e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f290ebf77c581e0c0284bb73c25013df92cb6072fd9c5fb93c9a29a3b6285e7", kill_on_drop: false }` [INFO] [stdout] 3f290ebf77c581e0c0284bb73c25013df92cb6072fd9c5fb93c9a29a3b6285e7