[INFO] cloning repository https://github.com/koisland/rs-cdr-finder [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/koisland/rs-cdr-finder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoisland%2Frs-cdr-finder", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoisland%2Frs-cdr-finder'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e8b41ddf07f0c03dcc230ef6978935e952f6485 [INFO] testing koisland/rs-cdr-finder against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkoisland%2Frs-cdr-finder" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/koisland/rs-cdr-finder [INFO] finished tweaking git repo https://github.com/koisland/rs-cdr-finder [INFO] tweaked toml for git repo https://github.com/koisland/rs-cdr-finder written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/koisland/rs-cdr-finder on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/koisland/rs-cdr-finder already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e40737d2dc0b2e5e265ce1173a01ea039ba350a90036dd80c5b366f8c06be57d [INFO] running `Command { std: "docker" "start" "-a" "e40737d2dc0b2e5e265ce1173a01ea039ba350a90036dd80c5b366f8c06be57d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e40737d2dc0b2e5e265ce1173a01ea039ba350a90036dd80c5b366f8c06be57d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e40737d2dc0b2e5e265ce1173a01ea039ba350a90036dd80c5b366f8c06be57d", kill_on_drop: false }` [INFO] [stdout] e40737d2dc0b2e5e265ce1173a01ea039ba350a90036dd80c5b366f8c06be57d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0eb5ec70642996d5567da789ff492f550c280df199471e6ccb26adb9e58513d2 [INFO] running `Command { std: "docker" "start" "-a" "0eb5ec70642996d5567da789ff492f550c280df199471e6ccb26adb9e58513d2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling zerocopy v0.8.30 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling zlib-rs v0.5.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling thread-tree v0.3.3 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling pest v2.8.4 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling fs-utils v1.1.4 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling pathfinder_simd v0.5.5 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling destructure_traitobject v0.2.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling unsafe-any-ors v1.0.0 [INFO] [stderr] Compiling cc v1.2.48 [INFO] [stderr] Compiling pest_meta v2.8.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling bv v0.11.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling openssl-src v300.5.4+3.5.4 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling simba v0.6.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Compiling peroxide v0.32.1 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling curl-sys v0.4.84+curl-8.17.0 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling freetype-sys v0.20.1 [INFO] [stderr] Compiling libdeflate-sys v0.13.0 [INFO] [stderr] Compiling pest_generator v2.8.4 [INFO] [stderr] Compiling hts-sys v2.2.0 [INFO] [stderr] Compiling libz-rs-sys v0.5.2 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling ufmt-macros v0.3.0 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling peroxide-ad v0.3.0 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling noodles-bgzf v0.38.0 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling nalgebra v0.29.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling typemap-ors v1.0.0 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling thread-id v5.0.0 [INFO] [stderr] Compiling noodles-core v0.17.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling pest_derive v2.8.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling webpki v0.22.4 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling puruspe v0.2.5 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ufmt-write v0.1.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling order-stat v0.1.3 [INFO] [stderr] Compiling mock_instant v0.6.0 [INFO] [stderr] Compiling font-kit v0.14.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.2 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling ufmt v0.2.0 [INFO] [stderr] Compiling enum-map v2.7.3 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling libdeflater v0.13.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling bio-types v1.0.4 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling noodles-fasta v0.51.0 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling lru v0.9.0 [INFO] [stderr] Compiling noodles-bgzf v0.43.0 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling ordered-float v3.9.2 [INFO] [stderr] Compiling itertools-num v0.1.3 [INFO] [stderr] Compiling core_affinity v0.8.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling noodles-core v0.18.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling byteordered v0.6.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling special v0.10.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling editdistancek v1.0.2 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling index_list v0.2.17 [INFO] [stderr] Compiling triple_accel v0.4.0 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling linear-map v1.2.0 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling reborrow v0.5.5 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling statrs v0.16.1 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling pulp v0.18.22 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling multimap v0.9.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling handlebars v4.5.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling log4rs v1.4.0 [INFO] [stderr] Compiling log-once v0.4.1 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling rv v0.16.0 [INFO] [stderr] Compiling plotters-bitmap v0.3.7 [INFO] [stderr] Compiling noodles-fasta v0.56.0 [INFO] [stderr] Compiling gzp v0.11.3 [INFO] [stderr] Compiling bio v1.6.0 [INFO] [stderr] Compiling noodles v0.96.0 [INFO] [stderr] Compiling charming v0.3.1 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling random_color v1.1.0 [INFO] [stderr] Compiling rust-lapper v1.2.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling attohttpc v0.25.0 [INFO] [stderr] Compiling modkit-logging v0.4.5 (https://github.com/nanoporetech/modkit.git?tag=v0.5.0#5120ef76) [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling bigtools v0.5.6 [INFO] [stderr] Compiling common_macros v0.1.1 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling rs-moddotplot v0.1.0 (https://github.com/logsdon-lab/rs-moddotplot.git?rev=e6439eaf7eeeba8702c12e0e4347c2127974d5f6#e6439eaf) [INFO] [stderr] Compiling noodles v0.101.0 [INFO] [stderr] Compiling ordered-float v5.1.0 [INFO] [stderr] Compiling find_peaks v0.1.5 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rust-htslib v0.46.0 [INFO] [stderr] Compiling mod_kit v0.5.0 (https://github.com/nanoporetech/modkit.git?tag=v0.5.0#5120ef76) [INFO] [stderr] Compiling rs-cdr-finder v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `MinMaxResult` [INFO] [stdout] --> src/peaks.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use itertools::{Itertools, MinMaxResult}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `plot::Label` [INFO] [stdout] --> src/peaks.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | plot::Label, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seed` [INFO] [stdout] --> src/peaks.rs:40:67 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn find_peaks(qitv: Interval, itvs: &ChromBinItvs, seed: u64) -> eyre::Result<()> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_seed` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peaks` [INFO] [stdout] --> src/main.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | let peaks = find_peaks( [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_peaks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mean` is never used [INFO] [stdout] --> src/peaks.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn mean(data: &[OrderedFloat]) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `std_deviation` is never used [INFO] [stdout] --> src/peaks.rs:21:4 [INFO] [stdout] | [INFO] [stdout] 21 | fn std_deviation(data: &[OrderedFloat]) -> Option<(OrderedFloat, OrderedFloat)> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 25s [INFO] running `Command { std: "docker" "inspect" "0eb5ec70642996d5567da789ff492f550c280df199471e6ccb26adb9e58513d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eb5ec70642996d5567da789ff492f550c280df199471e6ccb26adb9e58513d2", kill_on_drop: false }` [INFO] [stdout] 0eb5ec70642996d5567da789ff492f550c280df199471e6ccb26adb9e58513d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 970f5c506983f9b89fc7ec452e87aafd60f770ce5669d1f45d134c48492ff37b [INFO] running `Command { std: "docker" "start" "-a" "970f5c506983f9b89fc7ec452e87aafd60f770ce5669d1f45d134c48492ff37b", kill_on_drop: false }` [INFO] [stderr] Compiling rs-cdr-finder v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `MinMaxResult` [INFO] [stdout] --> src/peaks.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use itertools::{Itertools, MinMaxResult}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `plot::Label` [INFO] [stdout] --> src/peaks.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | plot::Label, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seed` [INFO] [stdout] --> src/peaks.rs:40:67 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn find_peaks(qitv: Interval, itvs: &ChromBinItvs, seed: u64) -> eyre::Result<()> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_seed` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peaks` [INFO] [stdout] --> src/main.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | let peaks = find_peaks( [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_peaks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mean` is never used [INFO] [stdout] --> src/peaks.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn mean(data: &[OrderedFloat]) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `std_deviation` is never used [INFO] [stdout] --> src/peaks.rs:21:4 [INFO] [stdout] | [INFO] [stdout] 21 | fn std_deviation(data: &[OrderedFloat]) -> Option<(OrderedFloat, OrderedFloat)> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MinMaxResult` [INFO] [stdout] --> src/peaks.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use itertools::{Itertools, MinMaxResult}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `plot::Label` [INFO] [stdout] --> src/peaks.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | plot::Label, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `seed` [INFO] [stdout] --> src/peaks.rs:40:67 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn find_peaks(qitv: Interval, itvs: &ChromBinItvs, seed: u64) -> eyre::Result<()> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_seed` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peaks` [INFO] [stdout] --> src/main.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | let peaks = find_peaks( [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_peaks` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mean` is never used [INFO] [stdout] --> src/peaks.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn mean(data: &[OrderedFloat]) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `std_deviation` is never used [INFO] [stdout] --> src/peaks.rs:21:4 [INFO] [stdout] | [INFO] [stdout] 21 | fn std_deviation(data: &[OrderedFloat]) -> Option<(OrderedFloat, OrderedFloat)> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.01s [INFO] running `Command { std: "docker" "inspect" "970f5c506983f9b89fc7ec452e87aafd60f770ce5669d1f45d134c48492ff37b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970f5c506983f9b89fc7ec452e87aafd60f770ce5669d1f45d134c48492ff37b", kill_on_drop: false }` [INFO] [stdout] 970f5c506983f9b89fc7ec452e87aafd60f770ce5669d1f45d134c48492ff37b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 89d054581fa6ed4cac71432fd1f0b49ae238eb2810e7223f99bae434803cd167 [INFO] running `Command { std: "docker" "start" "-a" "89d054581fa6ed4cac71432fd1f0b49ae238eb2810e7223f99bae434803cd167", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `MinMaxResult` [INFO] [stderr] --> src/peaks.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | use itertools::{Itertools, MinMaxResult}; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `plot::Label` [INFO] [stderr] --> src/peaks.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | plot::Label, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `seed` [INFO] [stderr] --> src/peaks.rs:40:67 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn find_peaks(qitv: Interval, itvs: &ChromBinItvs, seed: u64) -> eyre::Result<()> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_seed` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `peaks` [INFO] [stderr] --> src/main.rs:76:21 [INFO] [stderr] | [INFO] [stderr] 76 | let peaks = find_peaks( [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_peaks` [INFO] [stderr] [INFO] [stderr] warning: function `mean` is never used [INFO] [stderr] --> src/peaks.rs:11:4 [INFO] [stderr] | [INFO] [stderr] 11 | fn mean(data: &[OrderedFloat]) -> Option> { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `std_deviation` is never used [INFO] [stderr] --> src/peaks.rs:21:4 [INFO] [stderr] | [INFO] [stderr] 21 | fn std_deviation(data: &[OrderedFloat]) -> Option<(OrderedFloat, OrderedFloat)> { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rs-cdr-finder` (bin "rs-cdr-finder" test) generated 6 warnings (run `cargo fix --bin "rs-cdr-finder" -p rs-cdr-finder --tests` to apply 4 suggestions) [INFO] [stderr] warning: `rs-cdr-finder` (bin "rs-cdr-finder") generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rs_cdr_finder-523ba5e1d38f20a0) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_integration.rs (/opt/rustwide/target/debug/deps/test_integration-a13ef580e78eb988) [INFO] [stdout] test test::test_read_methyl ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test::test_cdr ... ok [INFO] [stdout] test test::test_generate_window ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "89d054581fa6ed4cac71432fd1f0b49ae238eb2810e7223f99bae434803cd167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89d054581fa6ed4cac71432fd1f0b49ae238eb2810e7223f99bae434803cd167", kill_on_drop: false }` [INFO] [stdout] 89d054581fa6ed4cac71432fd1f0b49ae238eb2810e7223f99bae434803cd167